ZenRows/scaling-to-distributed-crawling
Repository for the Mastering Web Scraping in Python: Scaling to Distributed Crawling blogpost with the final code.
This project helps developers and data engineers efficiently collect large amounts of data from websites. It takes a list of web pages or URLs as input and, using a distributed system, systematically scrapes the content from these pages. The output is the extracted web data, allowing for high-volume data collection without being blocked or slowed down.
No commits in the last 6 months.
Use this if you need to reliably scrape data from many thousands or millions of web pages at scale.
Not ideal if you only need to scrape a small number of pages or prefer a simple, single-machine scraping solution.
Stars
46
Forks
9
Language
HTML
License
MIT
Category
Last pushed
Oct 29, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/ZenRows/scaling-to-distributed-crawling"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.