Legacy APIs
Retrieve Dataset
This is the endpoint to retrieve the content of a scraped page (HTML/Markdown/PDF) by using a datasetId. Think of the datasetId as cached pointer to the page
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier for the dataset to be retrieved.
Option to retrieve the dataset in Markdown format.
Option to retrieve the dataset in HTML format.
Experimental option to speed up the scraping process