How to webscrape images from HTML – what’s the best method? or Looking for tips on how to webscrape i

18 Replies, 931 Views

Honestly, regex for scraping images is a nightmare—don’t do it lol.

For how to webscrape images from html, Puppeteer (JS) or Playwright (Python) are better if the site’s heavy on JS. Sometimes images load dynamically, and these tools handle that.

Downside? Slower than pure HTML scraping, but way more reliable for modern sites.

Messages In This Thread



Users browsing this thread: 1 Guest(s)