Submit a Batch
Scrape 25K URLs or crawl large websites asynchronously.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.
Headers
Any string unique to this submission. Retries with the same key return the original batch.
200Body
Create an asynchronous scraping job.
Response
Batch accepted. Read progress and results from GET /batch/{batch_id}.
Batch ID. Poll GET /batch/{batch_id} with it.
"batch_9f2c8a"
Always queued. An accepted batch has not started yet.
queued How pages will be selected.
scrape, crawl What each page will be returned as.
markdown, html Tags stored on the batch.
How the crawl was configured. Null for scrape batches.
What submission took in, and what it charged for.
What accepting this batch cost.
When the batch was created.
Rejected URLs, up to 100. These are not charged.
Signing secret for the completion webhook, returned only here and never again. Store it now; it is not repeated by GET /batch/{batch_id}.
API key usage for this request.