Web scraping
8 videos across 2 channels
Web scraping is evolving from single-script solutions to modular, robust pipelines that combine API discovery, ETL-style workflows, and resilient networks to extract structured data from complex sites. The videos illustrate practical strategies—from bypassing blockers and locating hidden APIs to building reusable components and harnessing LLMs to turn scraped data into actionable outputs—while highlighting risks like exposed keys and the need for responsible use.

This Scraper + Claude Code = Scrape ANY Website for Your LLM
The video demonstrates how LLM scraping with Bright Data can cost very little while enabling rich data extraction from w

How I Write Web Scrapers w/ Python
The video argues that simple, one-off scraping scripts are fragile and hard to maintain, and advocates building a modula

“Requests + BS4” but for 2025
The video argues that traditional web scraping with requests and Beautiful Soup is outdated for modern sites, and demons

How I found the easiest way to scrape this site
The video walks through a practical scraping workflow on an e-commerce site, showing how to inspect network activity, lo

Scraping this NUXT site - API and Bearer found?
The video walks through discovering and exploiting a web API for vehicle data by inspecting network requests, locating a

Scraping these sites are easy (once you know how)
The video demonstrates how to scrape data from a web page by inspecting network requests, identifying the API endpoint,

The modern way to scrape cloudflare sites easily
The video discusses using browser-based scraping to handle anti-bot protections, introduces a new tool (Pi Doll) that au