> 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/additional-sources/indeed-data/indeed-jobs.md).

# Indeed Jobs

Indeed Jobs provides continuously updated job posting data from one of the world's largest job boards – sourced globally across Indeed's markets. The number of updated jobs varies monthly, depending on the actual count of jobs posted.

| Category           | Record count                   |
| ------------------ | ------------------------------ |
| Available formats  | JSON                           |
| Delivery frequency | Weekly, monthly, and quarterly |

***

## Available resources

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Data dictionary</td><td><a href="/pages/ObB1uR3Ukywzj7mc28OT">/pages/ObB1uR3Ukywzj7mc28OT</a></td></tr><tr><td>Data sample</td><td><a href="/pages/hDJ738hg4gos2b3bwjVA">/pages/hDJ738hg4gos2b3bwjVA</a></td></tr></tbody></table>

***

## Data field overview

### Metadata

This section contains information about the record and job posting:

* Record source
* Data object type
* Creation and update timestamps
* Various identifiers
* Deletion status
* Expiration status
* Sponsorship status
* `Featured employer` flag
* `Urgently hiring` flag
* `Easy apply` flag
* `Responsive employer` flag
* `Multiple candidates` flag
* `Accepts remote` flag.

### Firmographics

The `firmographics` section includes information about the employer, such as:

* Name, website, location
* Overall rating and the number of reviews on their Indeed profile.

### Job posting information

This section includes the main details of the job posting, such as the job title, description, type, and related URLs.

### Salary and benefits

The `salary` and `benefits` sections include details on job salary and benefits, such as:

* Minimum offered salary
* Maximum offered salary
* Salary type
* Additional notes regarding salary
* Offered perks.

### Qualifications and shift schedule

The `qualifications` and `shift schedule` sections list the qualifications for the job position and the expected shift schedule.


---

# 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/additional-sources/indeed-data/indeed-jobs.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.
