This thread nails it. Web scraping vs web crawling is all about scope.
Scraping = “I need this specific data.”
Crawling = “I need to discover what data exists.”
For scraping, Pandas + Requests is my go-to. For crawling, Apache Nutch is overkill but fun if you’re into big data.
PS: Cloudflare hates both. 😅
Scraping = “I need this specific data.”
Crawling = “I need to discover what data exists.”
For scraping, Pandas + Requests is my go-to. For crawling, Apache Nutch is overkill but fun if you’re into big data.
PS: Cloudflare hates both. 😅
