> For the complete documentation index, see [llms.txt](https://docs.coresignal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coresignal.com/jobs-api/multi-source-jobs-api.md).

# Multi-source Jobs API

## Overview

This section covers basic information about Multi-source Jobs API.\
To learn more about the API and its endpoints, follow the links below:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Multi-source Jobs API endpoints</td><td><a href="/pages/dxV5BTpGay4tuRiEQwKx#multi-source-jobs-endpoints">/pages/dxV5BTpGay4tuRiEQwKx#multi-source-jobs-endpoints</a></td></tr><tr><td>Request types</td><td><a href="/pages/dxV5BTpGay4tuRiEQwKx#request-types">/pages/dxV5BTpGay4tuRiEQwKx#request-types</a></td></tr><tr><td>Rate limits</td><td><a href="/pages/dxV5BTpGay4tuRiEQwKx#rate-limits">/pages/dxV5BTpGay4tuRiEQwKx#rate-limits</a></td></tr><tr><td>Credits</td><td><a href="/pages/dxV5BTpGay4tuRiEQwKx#credits">/pages/dxV5BTpGay4tuRiEQwKx#credits</a></td></tr></tbody></table>

## Multi-source Jobs endpoints

{% hint style="info" %}
Our API is a data retrieval tool. The endpoints do not support analytic features.
{% endhint %}

Multi-source Jobs API features **two search** and **one collect** endpoints for searching and collecting relevant Multi-source Jobs data.

| Request type | Endpoint                                        | Function                                                             |
| ------------ | ----------------------------------------------- | -------------------------------------------------------------------- |
| POST         | */v2/job\_multi\_source/search/es\_dsl*         | Search for relevant job postings data using Elasticsearch DSL schema |
| POST         | */v2/job\_multi\_source/search/es\_dsl/preview* | Retrieves a small set of partial data using Elasticsearch queries    |
| GET          | */v2/job\_multi\_source/collect/{job\_id}*      | Collect Multi-source Jobs data using IDs                             |

### Bulk Collect

Use the following endpoints to retrieve Multi-source Jobs API data in bulk:

| Request type | Endpoint                                                    |
| ------------ | ----------------------------------------------------------- |
| POST         | */v2/data\_requests/job\_multi\_source/ids*                 |
| POST         | */v2/data\_requests/job\_multi\_source/es\_dsl*             |
| GET          | */v2/data\_requests/{data\_request\_id}/files*              |
| GET          | */v2/data\_requests/{data\_request\_id}/files/{file\_name}* |

## Request types

{% hint style="warning" %}
All Multi-source Jobs API requests must be made over HTTPS. Requests made over HTTP will fail or be redirected to HTTPS.
{% endhint %}

Multi-source Jobs API supports two types of requests:

* **Search** endpoints support POST requests only.
* **Collect** endpoints support the GET requests only.

| Request type | Endpoint                                        |
| ------------ | ----------------------------------------------- |
| POST         | */v2/job\_multi\_source/search/es\_dsl*         |
| POST         | */v2/job\_multi\_source/search/es\_dsl/preview* |
| GET          | */v2/job\_multi\_source/collect/{job\_id}*      |

## Rate limits

Multi-source Jobs API endpoints restrict the number of requests allowed per second.

{% columns %}
{% column %}
Search endpoints

Collection endpoints

Bulk Collect search and collection endpoints
{% endcolumn %}

{% column %}
18 requests per second

54 requests per second

27 requests per second
{% endcolumn %}
{% endcolumns %}

## Credits

**One** search credit is deducted for **one successful (200) request** in the search endpoint:

* */v2/job\_multi\_source/search/es\_dsl*
* */v2/job\_multi\_source/search/es\_dsl/preview*

**One** collection credit is deducted for **one successful (200) request** in the collection endpoints:

* */v2/job\_multi\_source/collect/{job\_id}*

***

Read more about credits in the following topic:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>General information about credits</td><td><a href="/pages/B1zFzH84OnIoh2EnKrvE">/pages/B1zFzH84OnIoh2EnKrvE</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coresignal.com/jobs-api/multi-source-jobs-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
