Scrape Single
Scrape a single URL using the specified engines
Requires permission: scrape:read
Request body
Example request
{
"engines": [
{
"engine_type": "scrapingbee",
"timeout": 10000
}
],
"url": "https://example.com"
}Response
Successful Response
Changes
Changed in 4 of the 16 revisions of this API.59
- ○
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
- ▲