Scraping

Automation & Systems
Web scraping
Also: scrape

Scraping reads a web page the way a browser does and extracts the data on it: prices, listings, competitor content, whatever is public. It turns pages meant for people into structured data an automation can work with.

It is useful for research and monitoring, and it comes with care: sites change their layout, and some limit or forbid it, so a dependable scrape has to handle breakage gracefully and respect the source's rules.

Related terms