Indeed Jobs Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes job postings from Indeed across 50+ country domains.
What you get
Each item in the dataset includes:
| Field | Description |
|---|---|
id | Indeed job ID |
site | Always "indeed" |
job_url | Direct link to the posting |
title | Job title |
company | Employer name |
location | Posted location |
date_posted | ISO date the job was posted |
job_type | fulltime / parttime / contract / internship / temporary |
salary_source | direct_data (from Indeed) or description (parsed) |
interval | hourly / yearly / etc. |
min_amount, max_amount, currency | Salary range when available |
is_remote | Boolean |
description | Full job description (markdown or HTML) |
company_industry, company_logo, company_url | Employer metadata |
Input
| Field | Required | Default | Notes |
|---|---|---|---|
searchTerm | yes | software engineer | Indeed searches the description too — narrow terms work best |
location | no | United States | City, state, ZIP, or remote |
country | yes | usa | Picks the indeed.* domain |
resultsWanted | no | 50 | Indeed caps single searches around 1000 |
hoursOld | no | — | E.g. 24 for last day, 168 for last week |
jobType | no | any | fulltime / parttime / contract / internship / temporary |
isRemote | no | false | Overrides distance when true |
distance | no | 50 | Search radius in miles |
descriptionFormat | no | markdown | markdown or html |
proxyConfiguration | recommended | Apify RESIDENTIAL | Datacenter 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"]}}