# Where can I find my scraping job ID?

Job ID placement varies based on the integration method used: synchronous ([Realtime](https://developers.oxylabs.io/scraper-apis/getting-started/integration-methods/realtime) and [Proxy endpoint](https://developers.oxylabs.io/scraper-apis/getting-started/integration-methods/proxy-endpoint)) or asynchronous ([Push-Pull](https://developers.oxylabs.io/scraper-apis/getting-started/integration-methods/push-pull)).

#### Synchronous Methods (Realtime and Proxy Endpoint) <a href="#h_99ea801d6d" id="h_99ea801d6d"></a>

* 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) <a href="#h_43f0600a32" id="h_43f0600a32"></a>

* Look for the `id` field in the response.

#### Web Unblocker Users <a href="#h_c1fb97fa9d" id="h_c1fb97fa9d"></a>

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

#### Quick Tips for Finding Your Job ID <a href="#h_4d3cc8d711" id="h_4d3cc8d711"></a>

* 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.

<figure><img src="https://1295635003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpGNgdeKVOM3XvAaPheYj%2Fuploads%2FTxoQWkkP3Nki9QTXu1Pd%2Fimage.png?alt=media&#x26;token=c43b8ab6-5aec-4097-8899-683b7d11950d" alt=""><figcaption></figcaption></figure>

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>
