Scrape Bulk
Bulk scrape multiple URLs with checkpointing
Requires permission: scrape:write
Request body
Example request
{
"batch_size": 50,
"crawl_id": "crawl-123",
"engines": [
{
"engine_type": "scrapingbee"
}
],
"max_workers": 8,
"urls": [
"https://example.com",
"https://example.org"
]
}Response
Successful Response
Changes
Changed in 4 of the 16 revisions of this API.519
- ●
removed the request property
s3_bucketrequest-property-removed
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ●
- ○
added the new
ASYNC_FLEET_STICKYenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ○
- ▲
removed the enum value
ASYNC_FLEETof the request propertyengines/items/engine_typerequest-property-enum-value-removed
- ○
added the new
FLEET_ASYNCenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ○
added the new
FLEET_WORKFLOWenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ▲
- ▲
removed the enum value
async_fleetof the request propertyengines/items/engine_typerequest-property-enum-value-removed
- ▲
removed the enum value
fleetof the request propertyengines/items/engine_typerequest-property-enum-value-removed
- ▲
removed the enum value
scrapingbeeof the request propertyengines/items/engine_typerequest-property-enum-value-removed
- ▲
removed the enum value
zenrowsof the request propertyengines/items/engine_typerequest-property-enum-value-removed
- ○
added the new
ASYNC_FLEETenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ○
added the new
FLEETenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ○
added the new
SCRAPINGBEEenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ○
added the new
ZENROWSenum value to the request propertyengines/items/engine_typerequest-property-enum-value-added
- ▲