Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Indeed Job Scraper

Fast, reliable Indeed job scraper API -- extract job listings, salaries, and company data from Indeed.com

Try on ApifyWebsite

What it does

Scrapes Indeed job listings at scale. Extracts job titles, company names, salaries, locations, descriptions, and posting dates. Supports keyword search, location filtering, and pagination for bulk data collection across all Indeed markets.

Output fields

FieldTypeDescription
titleStringJob title
companyStringCompany name
locationStringJob location (city, state, remote)
salaryObjectParsed salary (min, max, currency, period)
descriptionStringFull job description text
jobTypeStringFull-time, part-time, contract, etc.
postedDateStringWhen the job was posted
urlStringDirect link to the job listing
ratingNumberCompany rating on Indeed

Input parameters

ParameterTypeDescription
queriesArrayList of job search keywords (e.g., "software engineer")
locationStringCity, state, or "remote"
maxResultsNumberMaximum jobs to return per query
countryStringIndeed country domain (us, uk, ca, in, etc.)

Example output

{
"title": "Senior Software Engineer",
"company": "TechCorp Inc.",
"location": "San Francisco, CA",
"salary": {
"min": 150000,
"max": 200000,
"currency": "USD",
"period": "yearly"
},
"description": "We are looking for a Senior Software Engineer to join our platform team...",
"jobType": "Full-time",
"postedDate": "2 days ago",
"url": "https://www.indeed.com/viewjob?jk=abc123",
"rating": 4.2
}

Pricing

PlanPrice
Pay per result$0.005/result
Free tierAvailable on Apify

Use cases

  • Track job market trends and hiring demand by role or location
  • Build job boards and aggregator platforms
  • Monitor competitor hiring activity
  • Salary benchmarking and compensation research
  • Recruitment pipeline automation

Getting started

  1. Go to the Apify Store
  2. Find the Indeed Job Scraper
  3. Enter your search keywords and location
  4. Run and download results as JSON, CSV, or Excel

Related scrapers by Thirdwatch

About Thirdwatch

Thirdwatch builds production-ready web scraping APIs. 18 scrapers for jobs, e-commerce, reviews, social media, and business data.

License

MIT

About

Scrape Indeed job listings with salary, descriptions, company data. 20+ countries. Apify actor.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors