Glossary · Term

web scraping

← all terms

Definition

Plain language

Automatically pulling data off websites with a program that reads the pages, rather than a person browsing them.

As stated in the literature

Programmatic extraction of content from web pages, typically by fetching HTML and parsing it; AI agents that scrape aggressively can trigger rate limits and captchas, and may incur legal exposure under statutes like the CFAA.

Also called: scraping, scrape, scrapes, scraped

Why it matters: It enables fast, large-scale data collection, but doing it aggressively can get an agent blocked, throttled, or even into legal trouble.

For example, a program might automatically visit hundreds of product pages and pull out every price into a spreadsheet without a person clicking through them.

Heard on the show

“… They scraped nearly seven thousand publicly available agent trajectories from GitHub and Hugging Face, sessions …”
Episode 238 — How a Cheap Model Reads the Flagship's Secret Reasoning Aloud

Mentioned in 9 episodes

  1. 238
    How a Cheap Model Reads the Flagship's Secret Reasoning Aloud
  2. 236
    Why a Printed 'OPERATOR OVERRIDE' Note Redirects Robot Planners
  3. 186
    How a Frozen Model Went From 2% to 77% on Physics Puzzles — Without Retraining
  4. 165
    A Free-Lunch Tweak That Lets a Tiny Agent Beat Frontier Giants
  5. 162
    The Empty-Lake Proof: Why More Rollouts Stop Helping Reasoning Models
  6. 126
    How Coding Agents Can Mine Their Own Failures Into a Self-Targeting Curriculum
  7. 090
    How MiniMax-M2 Bets That Sparsity Plus Verifiable Rewards Can Match Frontier Agents
  8. 080
    How a Two-Agent Trick Unlocked Large-Scale Training for Computer-Use Agents
  9. 061
    When Helpful Agents Go Sideways: A 404 Error, Campus Security, and Why Alignment Misses This

Related concepts

Related terms