Web Queries
Web Scraping
Scrape any public URL and retrieve its raw HTML content
POST
Scrape any public URL and retrieve its raw HTML content. Useful for extracting unstructured data from websites. This endpoint proxies to an internal scraper microservice.
This endpoint is rate-limited to 10 requests per 60 seconds.
Request Body
The URL to scrape. Must be a valid, publicly accessible URL.
Response
The raw HTML body of the scraped page.