Indeed Jobs Scraper avatar

Indeed Jobs Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Indeed Jobs Scraper

Indeed Jobs Scraper

Scrapes jobs from Indeed across 50+ countries with filters for keyword, location, remote, job type, and date. Returns structured data including title, company, salary, description, and job URL.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes job postings from Indeed across 50+ country domains.

What you get

Each item in the dataset includes:

FieldDescription
idIndeed job ID
siteAlways "indeed"
job_urlDirect link to the posting
titleJob title
companyEmployer name
locationPosted location
date_postedISO date the job was posted
job_typefulltime / parttime / contract / internship / temporary
salary_sourcedirect_data (from Indeed) or description (parsed)
intervalhourly / yearly / etc.
min_amount, max_amount, currencySalary range when available
is_remoteBoolean
descriptionFull job description (markdown or HTML)
company_industry, company_logo, company_urlEmployer metadata

Input

FieldRequiredDefaultNotes
searchTermyessoftware engineerIndeed searches the description too — narrow terms work best
locationnoUnited StatesCity, state, ZIP, or remote
countryyesusaPicks the indeed.* domain
resultsWantedno50Indeed caps single searches around 1000
hoursOldnoE.g. 24 for last day, 168 for last week
jobTypenoanyfulltime / parttime / contract / internship / temporary
isRemotenofalseOverrides distance when true
distanceno50Search radius in miles
descriptionFormatnomarkdownmarkdown or html
proxyConfigurationrecommendedApify RESIDENTIALDatacenter IPs get blocked quickly

Example input

{
"searchTerm": "machine learning engineer",
"location": "remote",
"country": "usa",
"resultsWanted": 200,
"hoursOld": 72,
"jobType": "fulltime",
"isRemote": true,
"descriptionFormat": "markdown",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}