Adhoc
Extract data from a single webpage (Proxy to Scraper API)
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.
POST
Extract data from a single webpage (Proxy to Scraper API)
Authorizations
Path Parameters
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 format
Body
application/json
Response
200
application/json
Response object containing scraping data and request metadata
The response is of type object
.
Extract data from a single webpage (Proxy to Scraper API)