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

# Data Sample: Indeed Jobs

{% hint style="info" %}
All personal/company information in this data dictionary is fictional and solely intended for illustrative purposes.
{% endhint %}

This sample showcases a single record from the Indeed Jobs dataset – a globally sourced, multi-year archive that captures job postings across Indeed’s worldwide market coverage.

{% code title="Full sample" %}

```json
	{
			"id": "indeed_job_01example",
			"source_id": "01example",
			"url": "https://www.indeed.com/viewjob?jk=01example",
			"title": "Support Specialist",
			"company": "Example Company",
			"location": "Kingston, NY 12401",
			"description": "We are looking for a motivated professional to join our fast growing team. You will work on exciting projects, collaborate with talented colleagues, and help turn ambitious ideas into real world solutions. This role offers room to grow, learn new skills, and make a meaningful impact from day one.",
			"company_star_rating": 3.3,
			"company_review_count": 98,
			"company_website": "https:/indeed.com/cmp/example-company",
			"company_id": "Example-Company",
			"company_tier": "Enterprise",
			"website": "www.example-company.com/careers",
			"job_link": "https://www.indeed.com/applystart?jk=01example-job",
			"expired": false,
			"indeed_origin_country": "United States",
			"qualifications": [
				"Bachelor's (Preferred)"
			],
			"benefits": [
				"Flexible schedule",
				"Parental leave",
				"Professional development assistance",
				"Referral program"
			],
			"salary": {
				"salary_min": 28.0,
				"salary_max": -1.0,
				"salary_type": "HOURLY",
				"salary_text": "From $28 an hour"
			},
			"job_type": "Part-time",
			"is_sponsored": false,
			"is_featured_employer": false,
			"is_urgently_hiring": false,
			"is_easy_apply": false,
			"is_responsive_employer": false,
			"is_multiple_candidates": true,
			"shift_schedule": [
				"Day shift",
				"Monday to Friday"
			],
			"accepts_remote": false,
			"advertisement_id": "123sample1id34",
			"advertisement_number": 123456789000,
			"hire_count": 1,
      "is_fair_chance": true,
      "job_age": "2 days ago",
      "organic_applications": 10,
      "attributes": [
        {
          "key": "H3ZFF",
          "label": "Paid weekly",
          "highlighted": true
        }
      ],
      "deleted": 0,
      "created_at": "2025-10-01 08:00:00",
      "updated_at": "2025-10-10 10:00:00"
	}
```

{% endcode %}


---

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