Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 3.16 KB

File metadata and controls

92 lines (70 loc) · 3.16 KB

Indeed Job Scraper

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

Try on Apify Website

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

Field Type Description
title String Job title
company String Company name
location String Job location (city, state, remote)
salary Object Parsed salary (min, max, currency, period)
description String Full job description text
jobType String Full-time, part-time, contract, etc.
postedDate String When the job was posted
url String Direct link to the job listing
rating Number Company rating on Indeed

Input parameters

Parameter Type Description
queries Array List of job search keywords (e.g., "software engineer")
location String City, state, or "remote"
maxResults Number Maximum jobs to return per query
country String Indeed 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

Plan Price
Pay per result $0.005/result
Free tier Available 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