Docs
Batch

Get batch scrape job status and results

GET/batch/scrape/{id}
AuthorizationBearer <token>

Enter your API key with the bc_ prefix

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/batch/scrape/string"
{  "id": "batch_uuid",  "status": "COMPLETED",  "total": 100,  "completed": 98,  "failed": 2,  "creditsUsed": 98,  "data": [],  "startedAt": "2025-10-28T12:00:00.000Z",  "completedAt": "2025-10-28T12:05:00.000Z"}
Empty