> 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-data.md).

# Jobs Data

- [Multi-source Jobs Data](https://docs.coresignal.com/jobs-data/multi-source-jobs-data.md): Deduplicated, fresh job postings from multiple sources delivered daily to quarterly. Built for investment research, HR tech, and sales intelligence.
- [Dictionary: Multi-source Jobs Data](https://docs.coresignal.com/jobs-data/multi-source-jobs-data/dictionary-multi-source-jobs-data.md): Data dictionary for Multi-source Jobs Data – fields across fresh job postings, salary, benefits, company funding, technographics, and recruiter info.
- [Sample: Multi-source Jobs Data](https://docs.coresignal.com/jobs-data/multi-source-jobs-data/sample-multi-source-jobs-data.md): Explore a Multi-source Jobs Data sample – deduplicated, fresh job postings from multiple sources including salary, benefits, and company details.
- [Base Jobs Data](https://docs.coresignal.com/jobs-data/base-jobs-data.md): Continuously updated global job postings with ongoing data freshness. Ideal for investment research, lead gen, and HR intelligence.
- [Dictionary: Base Jobs Data](https://docs.coresignal.com/jobs-data/base-jobs-data/dictionary-base-jobs-data.md): Data dictionary for Base Jobs Data – all fields explained across fresh job postings, recruiter info, company details, salary, and benefits data.
- [Sample: Base Jobs Data](https://docs.coresignal.com/jobs-data/base-jobs-data/sample-base-jobs-data.md): Explore a Base Jobs Data sample with fresh job postings including title, seniority, employment type, location, and company details. Free trial available.


---

# 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-data.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.
