v37

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-03204242.8 KB
Web Scraping

Scrape raw HTML from a URL

Scrapes the given URL and returns the raw HTML content of the page.

get/web/scrape/html

Query parameters

urlstring uri required

Full URL to scrape (must include http:// or https:// protocol)

Response

Successful response

successtrue required

Indicates success

htmlstring required

Raw HTML content of the page

urlstring required

The URL that was scraped