Instantly extracts data from a webpage using either a schema for structured data or markdown/html for unstructured content. This endpoint proxies requests to the scraper API.
Either a custom schema ID or one of the following special values:
html
- Returns raw HTML of the pagebody
- Returns cleaned HTML body contentmarkdown
- Returns content converted to markdown formatResponse object containing scraping data and request metadata
The response is of type object
.