Indeed Jobs Scraper avatar

Indeed Jobs Scraper

Pricing

from $2.80 / 1,000 results

Go to Apify Store
Indeed Jobs Scraper

Indeed Jobs Scraper

Scrape Indeed job listings by keyword, country, location, remote, distance, job type, and recency with structured job, salary, company, and contact fields.

Pricing

from $2.80 / 1,000 results

Rating

5.0

(3)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

8

Bookmarked

215

Total users

35

Monthly active users

6 days ago

Last modified

Share

Indeed Jobs Scraper - Recruitment Intelligence & Job Posting Extraction API

Indeed Jobs Scraper is a job listings API that extracts structured Indeed job postings, salary fields, company metadata, and skill signals across supported Indeed country sites in a single keyword-driven run. Indeed Jobs Scraper returns normalized records with job title, description, salary fields, posted date, company fields, location, application URL, and contact or social fields when available. Coverage spans 12 supported Indeed markets including US, UK, Canada, India, Germany, Japan, Brazil, and Australia with salary normalization into the selected currency when source salary data is available. Built for talent benchmarking, ATS pipelines, competitive hiring analysis, compensation research, hiring velocity monitoring, B2B enrichment, and workforce intelligence pipelines. Up to 10,000 job records per run, with Tiered Pay-Per-Event Pricing and no monthly minimum.

Indeed Job Intelligence Lead Generation


Why Choose This API

Full Indeed Job Intelligence for Competitive Talent Benchmarking

๐Ÿ’ฐ Salary Band Extraction & Compensation Benchmarking Extract salary_minimum, salary_maximum, salary_period, and salary_currency per job listing, with salary normalization into the selected currency when source salary data is available for global compensation benchmarking and pay equity analysis.

๐Ÿข Company Firmographic Intelligence Records may include company type, founded year, industry, revenue band, employee count, company website, and company rating when the source exposes those values โ€” delivering firmographic signals for B2B qualification, competitive intelligence, and market sizing.

โšก Hiring Velocity & Posting Date Tracking Filter by posted_since to monitor when competitors are rapidly scaling specific roles, track hiring acceleration patterns, and detect workforce expansion signals before they surface in public reports.

๐Ÿ› ๏ธ Required-Skill Vector Extraction The skills field captures required technologies, frameworks, and capabilities per role for talent demand mapping, curriculum development, skills gap analysis, and competitive workforce benchmarking.

๐ŸŒ Supported Country Coverage Target hiring data across 12 supported Indeed markets including Argentina, Australia, Brazil, Canada, France, Germany, India, Japan, United Kingdom, United States, and other configured markets for cross-country workforce intelligence and global talent pipeline analysis.

๐Ÿ“ž Contact & Social Fields Records may include emails, phones, and social_links when source pages or company profile pages expose those values.


Quick Start Guide

How to Extract Indeed Job Data in 3 Steps

Enter a job title, skill keyword, or company name, select the target country, and configure filters for remote work, date range, and job type.

Step 2: Configure and Run the Actor

Open Actor Input

Set the keyword, country, max results, and optional filters, then click Start.

Step 3: Download Your Data

Export results as JSON or CSV, or access programmatically via the Apify dataset API. Records include normalized job, salary, company, location, posting, and contact fields when those values are available from the source.


Input Parameters

Configuration Fields

ParameterTypeRequiredDescriptionExample Values
keywordstringโœ…Job title, skill, or company name to search"Registered Nurse", "Data Engineer", "Salesforce"
countryselectโœ…Target market from the supported country list"United States", "Canada", "Germany"
max_resultsintegerโœ…Maximum job postings to extract (1โ€“10,000)100, 500, 1000
remote_onlybooleanโŒRestrict to remote-friendly positions onlyfalse, true
distanceintegerโŒSearch radius in miles around location (50โ€“10,000)50, 200
locationstringโŒTarget city or region for location-specific analysis"New York, NY", "London"
posted_sincedatepickerโŒOnly include listings posted within this timeframe"7 days", "1 month", "2026-01-01"
job_typeselectโŒEmployment type filter"all", "fulltime", "contract", "parttime"
currencyselectโŒTarget currency for salary normalization"USD", "EUR", "GBP"

Example Input Configuration

{
"keyword": "Software Engineer",
"country": "United States",
"max_results": 500,
"remote_only": false,
"location": "Austin, TX",
"posted_since": "1 month",
"job_type": "fulltime",
"currency": "USD"
}

Output Data Schema

Structured Job Record Fields

Each extracted Indeed job record contains the following fields:

Open Actor Output

Core Job Fields

FieldTypeDescription
processorstringApify actor URL that processed this record
processed_atstringISO 8601 timestamp (UTC) when scraped
platformstringPlatform name (Indeed)
platform_urlstringJob listing URL on Indeed
official_urlstringDirect URL to original job posting
titlestringJob position or role title
posted_datestringDate the job was originally posted
locationstringCity, state, or country of the role
is_remotebooleanTrue if position allows remote work
descriptionstringFull job description and requirements text

Job Classification Fields

FieldTypeDescription
job_typestringEmployment type (Full-time, Part-time, Contract)
job_levelstringSeniority level (Junior, Senior, Manager)
job_functionstringDepartment (Engineering, Sales, Finance)
listing_typestringListing format (Standard, Featured)
skillsstringRequired skills and technologies
work_from_homestringHybrid/remote arrangement details
vacancy_countintegerNumber of open positions
experience_rangestringRequired years of experience

Compensation Fields

FieldTypeDescription
salary_periodstringPay frequency (yearly, monthly, hourly)
salary_minimumnumberMinimum salary offered
salary_maximumnumberMaximum salary offered
salary_currencystringISO currency code for salary
easy_applybooleanTrue if direct platform application available

Company Fields

FieldTypeDescription
company_namestringHiring company name
company_typestringOwnership type (Public, Private, Nonprofit)
company_foundedintegerYear company was founded
company_industrystringIndustry or sector
company_urlstringCompany profile URL on Indeed
company_websitestringOfficial company website URL
company_logostringCompany logo image URL
company_addressesstringPhysical office address
company_revenuestringEstimated annual revenue range
company_descriptionstringCompany overview
company_ratingnumberCompany rating score (out of 5)
employee_countstringApproximate employee count range
review_countintegerTotal employee reviews on Indeed
emailsarrayContact email addresses
phonesarrayContact phone numbers
social_linksobjectSocial media profile URLs

Example JSON Output

{
"processor": "https://apify.com/agentx/indeed-jobs-scraper",
"processed_at": "2026-05-01T10:30:00.000Z",
"platform": "Indeed",
"title": "Senior Software Engineer",
"posted_date": "2026-04-28",
"location": "Austin, TX",
"is_remote": false,
"job_type": "Full-time",
"job_level": "Senior",
"skills": "Python, AWS, React, Node.js",
"salary_minimum": 140000,
"salary_maximum": 180000,
"salary_period": "yearly",
"salary_currency": "USD",
"company_name": "TechCorp Inc.",
"company_industry": "Technology",
"company_rating": 4.1,
"employee_count": "1000-5000",
"easy_apply": true
}

Export Formats

  • JSON - Structured data with available metadata
  • CSV - Spreadsheet-compatible for ATS, CRM, and reporting tools
  • API Access - Programmatic access via Apify Client SDK
  • Cloud Storage - Automatic upload to Apify Dataset

Run and Export

Run Indeed Jobs Scraper from the Apify console with your selected keyword, country, and optional filters. After the run finishes, open the default dataset to preview, filter, download, or connect the structured job results to your workflow.

---## Pricing & Cost Calculator

Pay-Per-Event Pricing

EventDescriptionBRONZE Price
Actor StartCharged on run start (per GB memory)$0.01
Tiered result pricing$0.00280 FREE / $0.00252 GOLD+Charged per result pushed to the default dataset.

Cost Estimation Examples

ResultsEstimated Cost
Tiered result pricing$0.00280 FREE / $0.00252 GOLD+
500 results~$1.41
1,000 results~$2.81
5,000 results~$14.01
10,000 results~$28.01

Silver/Gold/Platinum/Diamond tiers offer lower per-result rates ($0.0025โ€“$0.0026/result).


Use Cases & Applications

Talent Intelligence & Recruitment Operations

Competitive Hiring Velocity Monitoring Track which competitors are posting roles at scale using posted_since filters to detect headcount expansion before it becomes public โ€” giving recruiting teams early signals for talent sourcing and competitive intelligence.

Salary Band Benchmarking & Compensation Strategy Aggregate salary_minimum, salary_maximum, and salary_period across hundreds of postings for a role and geography to build data-driven compensation benchmarks for HR teams and pay equity audits.

Skills Demand Mapping & Workforce Analytics Extract skills vectors across thousands of postings in a category to identify in-demand technologies and capabilities, power skills gap analysis, and inform workforce planning and training investments.

B2B Sales & Lead Generation

Hiring Signal-Based B2B Prospecting Companies actively hiring for specific roles are high-intent prospects for SaaS tools, training platforms, and services targeting those teams. Filter by role keyword + company industry to identify decision-makers before competitors.

Company Firmographic Enrichment Pipeline Use company_revenue, employee_count, company_industry, and company_type to enrich CRM records with firmographic signals sourced from supported Indeed country sites.

ATS & HR Tech Pipeline Integration Push structured job records directly into ATS platforms, data warehouses, or analytics tools via the Apify API for continuous ingestion of fresh hiring signals.

Market Research & Economic Intelligence

Cross-Country Talent Demand Analysis Run parallel keyword searches across multiple countries to map international talent demand, identify emerging hiring hubs, and support global workforce expansion strategy.

Job Posting Volume as Economic Indicator Track job posting volume by keyword and geography over time to build leading economic indicators for specific sectors, regions, or technology categories.


FAQ

How many countries does Indeed Jobs Scraper support?

12 supported country markets, including Argentina, Australia, Brazil, Canada, France, Germany, India, Japan, United Kingdom, United States, and other configured markets.

Can I filter by remote jobs only?

Yes. Set remote_only to true to restrict results to remote-friendly positions.

Does this actor extract salary data?

Yes. The salary_minimum, salary_maximum, salary_period, and salary_currency fields are extracted when available on the job posting.

How do I monitor competitor hiring in real time?

Set posted_since to a relative value like "7 days" and schedule the actor to run daily. Use keyword as a competitor company name to track their hiring activity.

What company data is included per job?

Records may include company name, type, industry, founded year, revenue band, employee count, company rating, review count, website, logo, and social media links when the source exposes those values.

Can I normalize salaries to a specific currency?

Yes. Use the currency parameter to specify your target currency for salary normalization.


SEO Keywords & Search Terms

Primary Keywords

Indeed job scraper API, Indeed job intelligence API, job posting extraction API, Indeed recruitment data pipeline, salary band extraction API, competitive hiring analysis API, Indeed data extractor, job market intelligence API, workforce analytics pipeline, hiring signal B2B intelligence

Long-Tail Keywords

how to extract Indeed job data programmatically, Indeed salary benchmark API, bulk job posting extraction pipeline, competitor hiring velocity monitoring, skills demand mapping API, ATS job data integration, Indeed multi-country recruitment data, job posting date filter API, company firmographic enrichment from Indeed, remote job extraction API

Industry Terms

ATS pipeline integration, recruitment analytics, talent benchmarking, workforce analytics, hiring velocity signals, compensation benchmarking, skills gap analysis, B2B prospecting signals, job market intelligence, firmographic enrichment

Use Case Keywords

Indeed competitor hiring tracker, salary band benchmarking tool, remote job data pipeline, skills demand analysis API, HR tech data integration, B2B hiring signal API, job posting volume analysis, talent demand mapping, economic indicator job data, cross-country workforce intelligence


Trust & Certifications

  • โœ… Production-Grade Infrastructure โ€” runs on the Apify cloud platform with managed cloud execution and resilient processing
  • โœ… GDPR & CCPA Aligned โ€” extracts only publicly available Indeed job postings; no personal candidate data retained beyond the run session
  • Tiered Pay-Per-Event Billing โ€” Tiered pay-per-event pricing: $0.01 per Actor start plus result pricing from $0.00280 on FREE to $0.00252 on GOLD, PLATINUM, and DIAMOND plans.
  • โœ… Continuously Maintained โ€” schema and selector updates released as Indeed evolves

Data Rights & Usage

All data extracted by this actor originates from publicly available Indeed job listings. Users are responsible for ensuring their use of extracted data complies with applicable laws, Indeed's terms of service, and employment data regulations in their target jurisdictions.

Privacy Compliance

  • GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
  • CCPA: Compliant with California Consumer Privacy Act requirements.

Platform Terms of Service

Users must review and comply with Indeed's terms of service when using extracted data. This tool accesses only publicly available job posting information.

Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:


Support & Community


Last Updated: May 01, 2026