Web Scraping

Extract structured data from specific HTML elements using CSS selectors. Get text content, inner HTML, and element attributes.

POST /scrape

Use Cases

Price Monitoring

Extract product prices and availability from e-commerce sites to track competitors.

Data Collection

Scrape structured data like tables, lists, and contact info from any rendered page.

Content Aggregation

Pull headlines, summaries, and metadata from news sites and blogs at scale.

The /scrape endpoint extracts data from specific page elements using CSS selectors. Each selector returns matching elements with their text, HTML, attributes, and layout dimensions.