Scrape web page
Fetch a web page and return its readable text content in a stable response shape.
POST
Scrape web page
POST /api/v1/platform/scrapers/web/scrape
Scrape a single web page and return its content.Scrape a single web page and return its content as markdown or HTML.
Example
Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Body
application/json
URL to scrape
Example:
"https://example.com/page"
Render JavaScript before scraping
Maximum accepted cache age in milliseconds. Use 0 or omit to force a fresh scrape.
Required range:
0 <= x <= 2592000000Maximum accepted cache age in days. Use 0 or omit to force a fresh scrape. Ignored when maxAgeMs is provided.
Required range:
0 <= x <= 30