# Indeed Jobs Scraper (`easyapi/indeed-jobs-scraper`) Actor

A powerful Indeed.com scraper that extracts detailed job listings including salaries, company information, and work benefits. Perfect for job market analysis, recruitment research, and tracking remote work opportunities. Real-time data streaming with comprehensive output.

- **URL**: https://apify.com/easyapi/indeed-jobs-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Jobs
- **Stats:** 136 total users, 5 monthly users, 100.0% runs succeeded, 3 bookmarks
- **User rating**: 1.00 out of 5 stars

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Indeed Jobs Scraper 🔍

Extract job listings from Indeed.com with detailed information including salary, company details, and work benefits! 💼

### Features ✨

- Scrapes job listings from any Indeed search URL
- Extracts comprehensive job details including:
  - Job title and company information
  - Salary ranges and compensation details
  - Location and remote work status
  - Company ratings and reviews
  - Work benefits and job types
  - Application counts and posting dates
- Real-time data streaming for efficient processing
- Customizable maximum items limit

### Usage 📋

Simply provide an Indeed search URL and set your desired maximum number of items to scrape. The Actor will handle the rest!

### Output Structure 📊

The Actor provides detailed job data including:

- Basic job information (title, company, location)
- Salary information (min/max, type)
- Company details (rating, review count, logo)
- Work type information (remote status, job types, benefits)
- Posting details (creation date, urgency status)

### Input Parameters 🎯

- `searchUrl`: Indeed search URL with your desired filters
- `maxItems`: Maximum number of job listings to scrape

### Limitations ⚠️

- Some job details may vary based on listing availability
- Maximum items may be limited by Indeed's search results

#### Input Example

A full explanation of an input example in JSON.

```
{
    "searchUrl": "https://www.indeed.com/jobs?q=remote+%2480%2C000&sc=0kf%3Ajt%28fulltime%29%3B",
    "maxItems": 25
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```
[
	{
		"title": "Supply Chain & Logistics Manager",
		"company": "Kiddom",
		"location": "Remote",
		"postDate": "Just posted",
		"jobUrl": "https://indeed.com/viewjob?jk=37ec250fa9a9c550&from=vjs&tk=1ic4s43lojcln87a&viewtype=embedded&xkcb=SoCh67M35Ewfp9SC4x0LbzkdCdPP&continueUrl=%2Fjobs%3Fsc%3D0kf%253Ajt%2528fulltime%2529%253B%26q%3Dremote%2B%252480%252C000",
		"salary": {
			"min": 80000,
			"max": 120000,
			"type": "yearly",
			"text": "$80,000 - $120,000 a year"
		},
		"companyInfo": {
			"rating": 3.3,
			"reviewCount": 3,
			"companyUrl": "https://indeed.com/cmp/Kiddom",
			"logo": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/256x256/49f6064378d36c378f0f1aec53bdff94"
		},
		"workType": {
			"remote": {
				"isRemote": true,
				"type": "REMOTE_ALWAYS",
				"text": "Remote"
			},
			"jobTypes": [
				"Full-time"
			],
			"benefits": [
				"Health savings account",
				"Disability insurance",
				"Health insurance",
				"Dental insurance",
				"Family leave",
				"Vision insurance",
				"Benefits from day one",
				"Life insurance",
				"Paid sick time"
			]
		},
		"snippet": "<ul style=\"list-style-type:circle;margin-top: 0px;margin-bottom: 0px;padding-left:20px;\">\n <li>Kiddom’s high-quality curriculum is layered with robust teacher and leader data insights to drive the continuous improvement of instructional decisions, school…</li>\n</ul>",
		"isUrgent": false,
		"isNewJob": true,
		"applicationCount": 0,
		"createTimestamp": 1731028947000,
		"publishTimestamp": 1730959200000
	},
    ...
]
```

### Related Actors

- 🎯 [Naukri Jobs Scraper](https://apify.com/easyapi/naukri-jobs-scraper) - Extract detailed job listings from India's leading job portal with comprehensive data about positions, companies and requirements.
- 🎯 [Dice.com Job Scraper](https://apify.com/easyapi/dice-com-job-scraper) - Unlock the tech job market with detailed job listings including salaries, remote options, and tech requirements.
- 🎯 [Upwork Jobs Scraper](https://apify.com/easyapi/upwork-jobs-scraper) - Extract detailed job listings from Upwork with budgets, client info and job requirements.
- 🎯 [Seek Job Scraper](https://apify.com/easyapi/seek-job-scraper) - Scrape job listings from Seek with advanced filtering for salary, location and job details.
- 🎯 [SimplyHired Job Scraper](https://apify.com/easyapi/simplyhired-job-scraper) - Extract job listings with detailed information about titles, salaries and company details.
- 🎯 [Xing Jobs Scraper](https://apify.com/easyapi/xing-jobs-scraper) - Scrape job listings from Xing.com with comprehensive employment information.
- 🌏 [JobStreet Job Scraper](https://apify.com/easyapi/jobstreet-job-scraper) - Extract job listings across 8 Asia-Pacific countries with detailed position information.
- 🎯 [TotalJobs Scraper](https://apify.com/easyapi/totaljobs-scraper) - Collect job listings with titles, companies, locations and salary information.
- 🇳🇴 [Finn.no Jobs Scraper](https://apify.com/easyapi/finn-no-jobs-scraper) - Extract comprehensive job listings from Norway's leading job portal.
- 🔍 [FlexJobs Job Search Scraper](https://apify.com/easyapi/flexjobs-job-search-scraper) - Get detailed remote and flexible job opportunities with comprehensive information.
- 🔍 [BuiltIn Jobs Scraper](https://apify.com/easyapi/builtin-jobs-scraper) - Extract tech and startup job listings with detailed company and salary information.
- 🎯 [hh.ru Job Scraper](https://apify.com/easyapi/hh-ru-job-scraper) - Scrape job listings from HeadHunter Russia with detailed employment information.
- 🌴 [Jungle Job Scraper](https://apify.com/easyapi/jungle-job-scraper) - Extract job listings from Welcome to the Jungle with comprehensive details.
- 🇪🇸 [InfoJobs Job Scraper](https://apify.com/easyapi/infojobs-job-scraper) - Collect job listings from Spain's leading job portal with detailed information.
- 🌟 [Naukrigulf Jobs Scraper](https://apify.com/easyapi/naukrigulf-jobs-scraper) - Extract detailed job listings from the Gulf region's leading job portal.
- 🎯 [Shine.com Jobs Scraper](https://apify.com/easyapi/shine-com-jobs-scraper) - Collect comprehensive job listings from one of India's major job portals.
- 🔍 [Foundit Jobs Scraper](https://apify.com/easyapi/foundit-jobs-scraper) - Extract detailed job listings from Foundit.in with comprehensive position information.

# Actor input Schema

## `searchUrl` (type: `string`):

The Indeed.com search URL with your desired filters

## `maxItems` (type: `integer`):

Maximum number of job listings to scrape

## Actor input object example

```json
{
  "searchUrl": "https://www.indeed.com/jobs?q=remote+%2480%2C000&sc=0kf%3Ajt%28fulltime%29%3B",
  "maxItems": 25
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/indeed-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/indeed-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call easyapi/indeed-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/indeed-jobs-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Ch9MRg0eH5ANo6KJG/builds/f2AQUN688XcARYZTe/openapi.json
