Skip to main content
POST
Batch Scrape

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Batch scraping request parameters

urls
string[]
required

List of URLs to scrape

Example:

Whether to include external links

Whether to include subdomain links

Whether to extract links from HTML

format
enum<string>
default:html

The desired output format

Available options:
html,
markdown
webhook
object

Optional webhook configuration

Response

OK

batch_id
string

The ID of the batch scrape. Used to check the status of the batch later.