Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Batch scraping request parameters
List of URLs to scrape
Example:
["https://example.com"]
Whether to include external links
Whether to include subdomain links
Whether to extract links from HTML
The desired output format
Available options:
html
, markdown
Optional webhook configuration
Response
OK
The ID of the batch scrape. Used to check the status of the batch later.