Docs
Crawling

Get crawl job status and results

GET/crawl/{id}
AuthorizationBearer <token>

Enter your API key with the bc_ prefix

In: header

Path Parameters

id*string

Query Parameters

page*string

Response Body

application/json

curl -X GET "https://example.com/crawl/string?page=string"
{  "success": true,  "data": {    "id": "crawl_uuid",    "status": "COMPLETED",    "total": 200,    "completed": 200,    "creditsUsed": 200,    "data": [],    "next": null,    "expiresAt": "2025-10-29T12:00:00.000Z"  }}
Empty