For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Sample: Indeed Jobs

All personal/company information in this data dictionary is fictional and solely intended for illustrative purposes.

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.

Full sample
	{
			"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"
	}

Last updated

Was this helpful?