Skip to content

scrape-do/scrapedo-scrapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Scrape.do Scrapers

Stop relying on overpriced APIs for popular domains! 🀚🏻

This repository contains scraping samples for the most scraped domains on the web, with full-length tutorials and functioning scrapers mainly built with Python and NodeJS (NodeJS files included in separate folders).

Scrapers in this repository are programmed to help you understand the basics of scraping these popular websites and serving as a base for you to customize and use in your own projects.

For Python, you'll be using:

This repository also uses Scrape.do's web scraping API, to bypass Web Application Firewalls (WAFs) of the domains you're scraping and also interacting with the browser.

⭐ Full length tutorials for these scrapers can be found inside the readme files of each folder.