# Data Sample: Indeed Jobs

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

{% 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 %}
