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 thumbnail

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

00:11:10
How I Write Web Scrapers w/ Python thumbnail

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

00:10:06
“Requests + BS4” but for 2025 thumbnail

“Requests + BS4” but for 2025

The video argues that traditional web scraping with requests and Beautiful Soup is outdated for modern sites, and demons

00:08:53
How I found the easiest way to scrape this site thumbnail

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

00:10:13
Scraping this NUXT site - API and Bearer found? thumbnail

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

00:08:01
Scraping these sites are easy (once you know how) thumbnail

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,

00:08:09
The modern way to scrape cloudflare sites easily thumbnail

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

00:05:52