DEV Community

Scraping in production Series' Articles

Back to Andrii Votiakov's Series
Google Trends will 429 you into the ground — here's how I got past it

Google Trends will 429 you into the ground — here's how I got past it

3
Comments 3
5 min read
Stop parsing HTML to get product data — the JSON is already in the page

Stop parsing HTML to get product data — the JSON is already in the page

2
Comments 2
4 min read
Reading Google Play and App Store reviews straight from their JSON, no browser

Reading Google Play and App Store reviews straight from their JSON, no browser

Comments 2
5 min read
Most company job boards are just a public JSON API you can GET

Most company job boards are just a public JSON API you can GET

1
Comments
5 min read
Stop writing a parser per site. Run five and let confidence decide.
Cover image for Stop writing a parser per site. Run five and let confidence decide.

Stop writing a parser per site. Run five and let confidence decide.

8
Comments
3 min read
Your scraper probably doesn't need a browser. It needs the right request.
Cover image for Your scraper probably doesn't need a browser. It needs the right request.

Your scraper probably doesn't need a browser. It needs the right request.

Comments 1
3 min read
Anti-bot without melting your budget: the proxy waterfall.
Cover image for Anti-bot without melting your budget: the proxy waterfall.

Anti-bot without melting your budget: the proxy waterfall.

1
Comments
4 min read
Scraping millions of pages a day: what actually breaks
Cover image for Scraping millions of pages a day: what actually breaks

Scraping millions of pages a day: what actually breaks

3
Comments 6
4 min read
My pipeline parsed every page twice, and I blamed the parser
Cover image for My pipeline parsed every page twice, and I blamed the parser

Summer Bug Smash: Smash Stories 🐛🛹

My pipeline parsed every page twice, and I blamed the parser

Comments
5 min read
Half the web already hands you clean product data. You just have to ask.
Cover image for Half the web already hands you clean product data. You just have to ask.

Half the web already hands you clean product data. You just have to ask.

Comments
4 min read