Retrieve
Retrieve Content
Retrieve content of processed batches and crawls urls.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the page content to retrieve. Available in the response of /v1/crawls/{crawl_id}/pages
, /v1/scrapes/{scrape_id}
or /v1/batches/{batch_id}/items
endpoints
Optional array of formats to retrieve. If not provided, markdown format will be returned by default.
Available options:
html
, markdown
, json
Response
200
application/json
Successful response with page content.
HTML content of the page, if requested and available.
Markdown content of the page, if requested and available.
JSON content of the page returned from parsers, if requested and available.