# 💼 Indeed Jobs Scraper — Salary, Rating & Benefits (`inexhaustible_glass/indeed-scraper`) Actor

Search Indeed jobs across 18 countries by job title + city. Get salary (min/max/currency), company rating & reviews, remote signal, job type, benefits list, posted date, and apply link — most Indeed scrapers skip salary+benefits. No login, no API key needed.

- **URL**: https://apify.com/inexhaustible\_glass/indeed-scraper.md
- **Developed by:** [Hitman studio](https://apify.com/inexhaustible_glass) (community)
- **Categories:** Jobs, Developer tools, Lead generation
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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 — Salary, Company Rating, Remote & Benefits (18 Countries)

> **Just type a job title + location — done.** Get salary (min/max/period), company star
> rating & review count, remote signal, job type, full benefits list, posted date, sponsored
> flag, and apply link. Works across 18 countries' Indeed sites. No login, no API key needed.

### 🌍 Supported countries

United States · India · United Kingdom · Canada · Australia · Germany · France · Singapore ·
UAE · Netherlands · Ireland · New Zealand · South Africa · Philippines · Mexico · Brazil ·
Spain · Italy — pick one in the **country** input field.

Reads Indeed's own embedded search-results data, so you get **clean structured fields** —
not scraped HTML text — including salary and benefits that most job scrapers miss.

***

### 👥 Who needs this

| You are a… | You get… |
|---|---|
| 🧑‍💼 **Recruiter / staffing agency** | Salary benchmarks + company ratings by role/location |
| 📊 **Market researcher / analyst** | Salary trends across companies and locations |
| 🧑‍💻 **Job seeker / career site** | A structured feed of listings with salary up front |
| 📈 **Lead-gen / sales** | Which companies are actively hiring for a given role |

### ✨ What you get per listing

- 💼 **Job title + company**
- ⭐ **Company star rating + review count**
- 💵 **Salary** — min, max, period (hourly/yearly), currency, plus the raw text
- 📍 **Location** + 🏠 **remote flag**
- 🕐 **Job type** (full-time, contract, etc.) + 🎁 **full benefits list**
- 📅 **Posted date** (relative + timestamp)
- 🚩 **Sponsored flag** + urgently-hiring flag
- 📝 **Snippet** (job description excerpt)
- 🔗 **Job URL + direct apply link**

***

### 🚀 How to use

1. Type a **job title / keywords** (e.g. "python developer") in the **query** field.
2. Optionally add a **location** (city, state, or "Remote").
3. Set filters if you want — job type, remote-only, posted-within, radius.
4. Press **Start** → download CSV / Excel / JSON.

#### Example input

```json
{
  "query": "python developer",
  "location": "New York, NY",
  "country": "us",
  "maxResults": 100,
  "jobType": "",
  "workArrangement": "",
  "datePosted": "7"
}
```

#### Example: India, remote-leaning, full-time only

```json
{
  "query": "data analyst",
  "location": "Bangalore, Karnataka",
  "country": "in",
  "maxResults": 200,
  "jobType": "fulltime",
  "workArrangement": "remote"
}
```

That's it — no URL-building, no filters to figure out. Just the job title and city you'd type
into Indeed's own search box.

### ⚠️ A note on completeness

The search-results page (used here) gives rich data — salary, rating, benefits, job type,
location, and a description snippet — reliably and without login. Indeed gates the **full**
job-description page behind a login/bot-detection wall; this actor does not attempt to bypass
that, so the `snippet` field is the fullest description text available without requiring a
logged-in session.

### 💡 Tips

- **Residential proxy is required** (set by default) — Indeed blocks non-residential connections.
- Use **datePosted** to keep results fresh for recurring searches (e.g. daily "posted in last 24h").
- Combine **jobType** + **remoteOnly** to narrow down to exactly the segment you're targeting.

# Actor input Schema

## `query` (type: `string`):

What to search for on Indeed — a job title, skill, or keyword phrase. This is the exact same text you'd type into Indeed's own search box. Examples: 'python developer', 'registered nurse', 'marketing manager', 'warehouse associate'.

## `location` (type: `string`):

City, state, region, or ZIP/postal code to search near. Leave empty to search the whole country. Examples: 'New York, NY', 'Bangalore, Karnataka', 'London', 'Toronto, ON'.

## `country` (type: `string`):

Which country's Indeed site to search. Supports United States, India, United Kingdom, Canada, Australia, Germany, France, Singapore, UAE, Netherlands, Ireland, New Zealand, South Africa, Philippines, Mexico, Brazil, Spain, and Italy.

## `maxResults` (type: `integer`):

Maximum number of job listings to return.

## `maxPages` (type: `integer`):

Safety cap on how many search-result pages to walk (about 15 jobs per page).

## `jobType` (type: `string`):

Restrict results to a specific employment type. Leave empty for all types.

## `workArrangement` (type: `string`):

Nudge results toward a work style. Note: this is a best-effort filter on Indeed's side, not a strict guarantee — for a guaranteed-accurate remote-only list, filter the output on the 'remote' field in each record, which is read directly from Indeed's own per-job data.

## `remoteOnly` (type: `boolean`):

Same effect as setting Work arrangement to 'Remote-leaning'. Kept for convenience.

## `datePosted` (type: `string`):

Only return jobs posted within this many days. Leave empty for any time. Useful for daily/weekly recurring runs to catch only fresh postings.

## `radius` (type: `integer`):

How far from the location to search, in miles. Only applies when a location is set. Leave empty for Indeed's default radius.

## `proxyConfiguration` (type: `object`):

Indeed requires a residential proxy to load reliably; a datacenter/plain connection gets blocked. Defaults to Apify's Residential proxy group — leave as-is unless you have your own residential proxy to supply.

## Actor input object example

```json
{
  "query": "registered nurse",
  "location": "New York, NY",
  "country": "in",
  "maxResults": 200,
  "maxPages": 20,
  "jobType": "fulltime",
  "workArrangement": "remote",
  "remoteOnly": false,
  "datePosted": "7",
  "radius": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `jobs` (type: `string`):

No description

# 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 = {
    "query": "python developer",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("inexhaustible_glass/indeed-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 = {
    "query": "python developer",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("inexhaustible_glass/indeed-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 '{
  "query": "python developer",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call inexhaustible_glass/indeed-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,inexhaustible_glass/indeed-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/pK0fy6IWJP9avEGMH/builds/pZHP1SEmLG7DFD9G6/openapi.json
