Web scraping API to extract data from any website with one call. We handle proxies, browsers, CAPTCHAs and parsing. Get HTML, text, or AI-extracted JSON.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.1
GET
/ai/question
Get an answer to a question about a given web page
GET
/ai/fields
Extract structured data fields from a web page
GET
/html
Page HTML by URL
GET
/text
Page text by URL (Markdown)
GET
/selected
HTML of a selected page area by URL and CSS selector
GET
/selected-multiple
HTML of multiple page areas by URL and CSS selectors