16 likes
·
2.6K reads
7 comments
Do you think puppeteer would be an overkill for this?
Yeah, but if you want this to be more advanced, something like puppeteer would be the way to go.
Oduro Twumasi John Barnes please share the link of the part2, if it is done
I will share in a bit Mausoof Abdullah
Hi where is the second part of this, implementing in react front end
I have tried this approach, but unfortunately, for some URLs, we cannot fetch images with their metadata properties. How do you suggest handling that?
Yeah, I forgot to mention that for some websites the markup is generated from javascript by the browser and for most of these a simple fetch request won't return all the needed content.
You can try another approach where you fetch the content with a headless browser instead.