Scraping - gusenov/kb GitHub Wiki
misc.
- RealPython.com / Python Web Scraping Tutorials
- Web scraping is about downloading structured data from the web, selecting some of that data, and passing along what you selected to another process
- 3ДНьюс / Браузеры почти 1 млн пользователей превратились в скрытых ботов для скрапинга 10.07.2025
- freeCodeCamp.org
- How to Build a Dynamic Web Scraper App with Playwright and React: A Step-by-Step Guide
- Build Professional Web Scrapers That Actually Work Basic web scrapers often break as soon as they hit CAPTCHAs, IP bans, or 403 errors. In this course, Gavin teaches you how to build production-ready web scrapers that work on modern websites. You'll use Playwright, Cheerio, residential proxies, and a MERN dashboard to scrape and visualize live data.
Books
- Web Scraping with Python. Collecting Data from the Modern Web by Ryan Mitchell
- Getting Structured Data from the Internet. Running Web Crawlers/Scrapers on a Big Data Production Scale by Jay M. Patel - 397 pages
Courses
- free and open-source course for learning everything web scraping by David Teather
Versus
AI
Google Play
- facundoolano/google-play-scraper Node.js scraper to get data from Google Play
- facundoolano/google-play-api Turns google-play-scraper into a RESTful API