So, I have a link for Tumblr API that gives the tagged posts with the given tag(https://api.tumblr.com/v2/tagged?api_key=blablabla&tag=red
)
This the response from the request.
I want to just get the content of the <img src =>
, I want just the links inside, when I make a get request it loads the whole thing, I've tried puppeteer, fetch, document.getelementbyId("node js is screaming")
, miserably failed..
How can I get just the links inside the <img src>