Indeed Jobs Scraper ($0.30/1k results) avatar

Indeed Jobs Scraper ($0.30/1k results)

Pricing

$0.30 / 1,000 results

Go to Apify Store
Indeed Jobs Scraper ($0.30/1k results)

Indeed Jobs Scraper ($0.30/1k results)

Search Indeed job listings with Scrappa. Extract job titles, companies, locations, salaries, descriptions, attributes, apply URLs, and pagination cursors.

Pricing

$0.30 / 1,000 results

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

2

Bookmarked

4

Total users

3

Monthly active users

9 days ago

Last modified

Share

Indeed Jobs Scraper

Search Indeed job listings through the Scrappa Indeed Jobs API.

Features

  • Indeed job listings with title, company, location, salary, description, attributes, date, and apply URL
  • Country, language, geolocation, radius, job type, and sort targeting
  • Cursor pagination through data.pagination.next_cursor
  • Full raw API response saved to the key-value store
  • Paid usage-aligned actor surface for high-intent Indeed job-search workflows

Input

FieldTypeRequiredDescription
querystringNoJob search keywords. Defaults to software engineer when the actor is started with empty or placeholder input.
locationstringNoCity, state, region, or remote location. Defaults to New York for empty input.
countrystringNoTwo-letter country code such as US, GB, CA, AU, DE, or FR.
radiusintegerNoSearch radius from the location, 0 to 100.
radius_unitstringNoMILES or KILOMETERS.
job_typestringNofull_time, part_time, contract, internship, or remote.
sortstringNorelevance or date.
limitintegerNoResults per request, 1 to 100.
cursorstringNoPagination cursor from a previous response.
hlstringNoTwo-letter interface language code.
glstringNoTwo-letter geolocation country code.

Output

Dataset

Each job in data.jobs is saved to the dataset.

{
"id": "example-job-id",
"title": "Software Engineer",
"company_name": "Example Corp",
"company": {
"name": "Example Corp",
"website": "https://example.com"
},
"location_formatted": "New York, NY",
"location": {
"city": "New York",
"state": "NY",
"country": "US",
"formatted": "New York, NY",
"is_remote": false
},
"salary": {
"min": 120000,
"max": 150000,
"currency": "USD",
"unit": "year"
},
"attributes": ["Full-time"],
"date_published": "2026-05-01 12:00:00",
"apply_url": "https://www.indeed.com/viewjob?jk=example"
}

Key-Value Store

The complete Scrappa response is saved to the OUTPUT key, including pagination and metadata.

{
"success": true,
"data": {
"jobs": [],
"pagination": {
"next_cursor": "...",
"has_more": true
},
"metadata": {
"total_results": 20
}
}
}

Example

{
"query": "software engineer",
"location": "New York",
"country": "US",
"job_type": "full_time",
"limit": 20
}

Support

For issues or questions, contact us through Apify.