Where can I find my scraping job ID?
Last updated
Was this helpful?
Last updated
Was this helpful?
Job ID placement varies based on the integration method used: synchronous (Realtime and Proxy endpoint) or asynchronous (Push-Pull).
Check the response output's end section where you'll find the job_id
field.
Examine the response headers for x-oxylabs-job-id
.
Look for the id
field in the response.
Find your job ID in the response header x-oxylabs-job-id
.
Use your code editor's search function (Ctrl+F/Cmd+F) to locate "job_id" or "id".
For JSON responses, the job ID is typically a long numeric string.
In parsed results, check both the top-level metadata and the end of the response.
Note: Job IDs are only retained in our system for 48 hours. For assistance with specific jobs, please ensure they were completed within this timeframe.