cURL
curl --request GET \ --url https://api.usescraper.com/crawler/jobs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "7YEGS3M8Q2JD6TNMEJB8B6EKVS", "urls": [ "https://example.com" ], "createdAt": 1699964378397, "status": "running", "sitemapPageCount": 12, "progress": { "scraped": 6, "discarded": 0, "failed": 0 }, "costCents": 0, "webhookFails": [] }
Get details of a job including its current status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job ID
Details of created job
The response is of type object.
object