Batch scrape web pages
Queue a batch scrape job and poll the returned operation URL for per-URL results.
POST
Batch scrape web pages
POST /api/v1/platform/scrapers/web/scrape/batch
Queue multiple web page scrapes and poll for per-URL results.Use batch scrape when you have many URLs and do not need the results in the initial HTTP response. The endpoint returns an operation ID immediately; poll
GET /api/operations/:id until the operation reaches a terminal status.
Example
Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Headers
Optional. Reusing the same key for the same organization returns the existing queued batch operation.
Body
application/json
URLs to scrape using the top-level renderJs and cache freshness options.
Per-item scrape requests. Use either items or urls, not both.
Render JavaScript before scraping for urls entries.
Required range:
0 <= x <= 2592000000Required range:
0 <= x <= 30Maximum number of batch items processed concurrently.
Required range:
1 <= x <= 10