Indeed Jobs Scraper $0.05/ 1k avatar

Indeed Jobs Scraper $0.05/ 1k

Pricing

from $0.05 / 1,000 jobs

Go to Apify Store
Indeed Jobs Scraper $0.05/ 1k

Indeed Jobs Scraper $0.05/ 1k

πŸ’²0.05 per 1000 Jobs ⚑ Lighting fastest Indeed Scraper on the market! Designed for businesses, recruiters, and data analysts who need high-quality job market data at scale without breaking the bank.

Pricing

from $0.05 / 1,000 jobs

Rating

0.0

(0)

Developer

mikolabs

mikolabs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Indeed Job Scraper πŸš€

Apify Fastest Scraper

Welcome to the cheapest and fastest Indeed Scraper on the market! The most complete Indeed scraper, providing over 150+ fields per jobβ€”more than any other actor. Get pre-parsed salaries in dollars and cents, employer-provided attributes, CEO names, social links, click tracking URLs, hiring insights, GPS coordinates, company financials, and much more.

πŸ”— Try Indeed Job Scraper Now πŸ”— Explore more tools by Mikolabs


πŸ’Έ Unbeatable Pricing

We pride ourselves on offering the absolute best pricing across the platform:

  • πŸ‘‘ Paying Users: $0.05 per 1000 jobs
  • πŸ‘€ Normal Users: $0.06 per 1000 jobs

Extract millions of job listings without worrying about massive computational bills!


✨ Why use this scraper?

  • Blazing Fast Extraction: Scrapes hundreds of jobs in seconds, not minutes.
  • Minimal Compute Usage: Low execution costs mean platform fees stay tiny.
  • 150+ Fields Per Job: Unparalleled depth. Pre-parsed salary, GPS coordinates, company dossier, normalized titles, employer tier, feed metadata, hiring insights, and more.
  • Exclusion-based Skill Extraction: Automatically classifies ~5000+ skills by filtering out known non-skill categories (benefits, certifications, education, etc.).
  • Three Search Modes: Choose between Basic (fastest), Detailed (more data per job), or Rich (extra fields).
  • Full Pagination: Automatically scrapes across every matching job page.
  • Smart Geo-Targeting: Supports 54 countries with distances in miles or kilometers.
  • Company Search: Via company:Name returns all jobs from a specific employer.
  • Direct Job Lookup: Look up by jobKey to return full data, including expired status.
  • Clean Nested Output: title{}, urls{}, classification{}, workArrangement{}, salary{}, apply{}, company{}, dates{}, signals{}, requirements{}, meta{}.

🎯 Use Cases

  • Analyze Hiring Trends: Track salary ranges, and demand by role or location.
  • Benchmark Compensation: Compare salaries across companies, roles, and regions.
  • Monitor Competitors: Keep an eye on competitor hiring activity and open positions.
  • Lead Generation: Build databases of hiring companies with industry, size, revenue, and CEO data.
  • Job Board Aggregators: Feed structured job data into your own job board or application.
  • Market Research: Track job type distribution, benefits offered, and skills in demand.

πŸš€ How to use (JSON Examples)

Using the Indeed Job Scraper is incredibly simple. Configure your inputs on the Apify Console or pass the JSON configurations directly via API:

Search by keyword + location

{
"keyword": "Data Analyst",
"location": "New York, NY",
"country": "US",
"maxItems": 200,
"sort": "date",
"fromDays": "7"
}

Search by zipcode & radius

{
"keyword": "software engineer",
"location": "10001",
"country": "US",
"radius": "25",
"radiusUnit": "miles",
"maxItems": 50
}

Search by company

{
"keyword": "company:Google",
"location": "San Francisco, CA",
"maxItems": 100
}

Filter by job type and remote

{
"keyword": "Software Engineer",
"location": "Austin, TX",
"jobType": "fulltime",
"remote": "remote",
"radius": "50"
}

Detailed search mode (hiring insights, benefits, requirements)

{
"keyword": "nurse",
"location": "New York",
"searchMode": "detailed",
"maxItems": 100
}

Detailed mode fetches additional data per job: hiring insights, benefits, requirements with strictness levels, and more. Supports 1000+ results but takes longer.

Look up specific jobs by key (Check if jobs are still active)

{
"jobKeys": ["5e5dafc2a80c214d", "550a48652b44bb83"],
"country": "US"
}

βš™οΈ Input Parameters

Search mode (keyword + location)

ParameterTypeDefaultDescription
keywordstring-Job title, skill, or company:Name
locationstring-City, state, or ZIP code
countryselectUS54 localized countries supported
maxItemsnumber20Maximum number of job listings to scrape. Set to 0 for no limit.
radiusselect35Search distance: 0 to 100
radiusUnitselectmilesmiles or km
sortselectrelevancerelevance or date
fromDaysselectanyPosted within 1, 3, 7, or 14 days
jobTypeselectanyFull-time, Part-time, Contract, Temporary, Internship
remoteselectanyRemote or Hybrid

Note: Date filter cannot be combined with Job Type or Remote in the same search.

Lookup mode (job keys)

ParameterTypeDefaultDescription
jobKeysstring[]-Indeed job keys to look up. Returns full data including expired status.
countryselectUSCountry for the job lookup

When jobKeys is provided, regular search parameters are ignored.

Advanced

ParameterTypeDefaultDescription
searchModeselectbasicbasic: fastest (1000+). detailed: more data per job (1000+, slower). rich: extra fields (~450 max).
proxyConfigobjectApify datacenterOptional. Residential proxies recommended to reduce blocking.

πŸ” Search Modes Explained

FeatureBasic (default)DetailedRich
Results1000+1000+~450 max
SpeedFastestSlowerModerate
Hiring insightsNoYesNo
Benefits & requirementsPre-classifiedDetailed (with strictness)Pre-classified
Sponsored detectionNoNoYes
Working hoursNoNoYes
Salary sourceYesYesYes
Company brandingNoNoYes
Employer-provided attributesYesYesYes
Click tracking URLYesYesYes
Employer responsivenessYesYesYes
Apply countNoNoYes
Best forMaximum speed & coverageIn-depth job analysisCompetitive analysis

πŸ“Š Sample Output Data (150+ Fields)

Each job listing contains comprehensive structured fields formatted cleanly in nested JSON:

Classification & Skills

{
"classification": {
"jobType": ["Full-time"],
"occupations": {
"5NN53": "Software Development Occupations",
"EHPW9": "Technology Occupations"
},
"skills": [
{ "key": "UJF52", "label": "AI" },
{ "key": "8PA9N", "label": "Full-stack development" },
{ "key": "XRFGF", "label": "Software architecture" },
{ "key": "7X6EH", "label": "MCP" },
{ "key": "Y72YJ", "label": "Debugging" }
]
}
}

Salary & Benefits

{
"salary": {
"text": "β‚Ή20,000.00 - β‚Ή400,000.00 per month",
"min": 20000,
"max": 400000,
"minCents": "2000000",
"maxCents": "40000000",
"currency": "INR",
"period": "monthly",
"source": "EXTRACTION",
"estimated": false
},
"benefits": ["Paid time off", "Flexible schedule"]
}

Location (with GPS)

{
"location": {
"formatted": "Sanpada, Navi Mumbai, Maharashtra",
"fullAddress": "Sanpada, Navi Mumbai, Maharashtra",
"city": "Navi Mumbai",
"state": "Maharashtra",
"stateName": "Maharashtra",
"admin2Name": "Raigad District",
"latitude": 19.06062,
"longitude": 73.01396,
"country": "IN"
}
}

Company Profile

{
"company": {
"name": "Infiny Webcom Pvt Ltd.",
"key": "aa4afaf5982cb2d9",
"tier": "FREE",
"urls": {
"indeed": "https://in.indeed.com/cmp/Infiny-Webcom-Pvt-Ltd.-1"
},
"ratings": {
"overall": 4.2,
"count": 15,
"reviewCount": 8
}
}
}

⚠️ Limitations

  • Date filter cannot be combined with Job Type or Remote filter in the same search (Indeed limitation).
  • Company ratings.count is the number of star ratings; ratings.reviewCount is the number of written reviews. They often differ.
  • Rich mode returns ~450 results max (Indeed's search limit).
  • isSponsored, applyCount, employerResponsive signals are only available in Rich mode.
  • Hiring insights, detailed benefits, and requirements with strictness are only available in Detailed mode.

🌟 Support & Customization

Looking for a custom scraping solution or need support with this actor? Feel free to reach out to us or explore our other top-tier scrapers at Mikolabs on Apify.