Documentation has been updated: see help center and changelog in one place.

Where can I find my scraping job ID?

Job ID placement varies based on the integration method used: synchronous (Realtime and Proxy endpoint) or asynchronous (Push-Pull).

Synchronous Methods (Realtime and Proxy Endpoint)

  • Check the response output's end section where you'll find the job_id field.

  • Examine the response headers for x-oxylabs-job-id.

Asynchronous Method (Push-Pull)

  • Look for the id field in the response.

Web Unblocker Users

  • Find your job ID in the response header x-oxylabs-job-id.

Quick Tips for Finding Your 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.


Head back to the dashboard

Last updated

Was this helpful?