Web Scraping

Web scraping is the automated extraction of structured data from websites.

A scraper sends HTTP requests to target URLs, parses the returned HTML (or JSON from APIs), and stores the extracted data in a structured format like CSV, JSON, or Excel. Modern scrapers use headless browsers to handle JavaScript-rendered content.

Related Terms