Indeed Jobs Scraper — Multi-Country Jobs & Salaries avatar

Indeed Jobs Scraper — Multi-Country Jobs & Salaries

Pricing

from $0.02 / actor start

Go to Apify Store
Indeed Jobs Scraper — Multi-Country Jobs & Salaries

Indeed Jobs Scraper — Multi-Country Jobs & Salaries

Scrape Indeed jobs in any country (US, UK, FR, DE, CA, ES, IT, NL, AU...) by keyword + location. Get title, company, rating, salary min/max, remote, job type, posted date, snippet + full description. Deduped by jobkey. Search + job-detail modes. No rate limits or page caps.

Pricing

from $0.02 / actor start

Rating

0.0

(0)

Developer

Walid

Walid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Indeed Jobs Scraper — Multi-Country Jobs, Salaries & Apply URLs

Scrape Indeed jobs in any country by keyword and location. Get title, company, rating, salary, benefits, skills, GPS, the real external apply URL and full description — deduplicated, out of the box, with a residential proxy included.

Bookmark this actor to keep it on top of your Apify dashboard.

What is the Indeed Jobs Scraper?

The Indeed Jobs Scraper extracts job listings from Indeed across 23 countries (US, UK, FR, DE, CA, AU, ES, IT, NL and more) and returns them as clean JSON or CSV. Search by keyword and location, or fetch a single job by URL, and get title, company, rating and review count, company logo, salary min/max, location with latitude/longitude, remote/hybrid model, job type, benefits, skills, posted date, hiring signals and the full description in text and HTML — plus the real external employer apply URL. The Indeed Jobs Scraper deduplicates by jobkey and bundles a residential proxy that clears Indeed's Cloudflare protection automatically, so it works without you setting up proxies.

Use cases

  • Recruiting & sourcing: Pull fresh openings by role and city with the real apply URL to reach candidates and employers directly.
  • Job board aggregation: Feed a job site or newsletter with deduplicated Indeed listings across multiple countries.
  • Labor market research: Track salary ranges, benefits and hiring demand for a role or region over time.
  • Sales lead generation: Find companies that are urgentlyHiring or high-volume hiring as a buying signal.
  • ATS / CRM enrichment: Enrich a job or company record with description, benefits, skills and GPS coordinates.

Input

Set a mode (search or job-detail), a country, and a query + location. Filter by sortBy (date), experienceLevel, workArrangement (remote/hybrid), jobType and radius. Minimal example:

{
"mode": "search",
"country": "us",
"query": "python developer",
"location": "New York",
"maxResults": 100,
"sortBy": "date"
}

Output

One record per job, deduplicated by jobkey. A trimmed example:

{
"title": "Senior Python Developer",
"company": "Acme Corp",
"company_rating": 4.1,
"location": "New York, NY",
"latitude": 40.7128,
"salary_min": 130000,
"salary_max": 160000,
"remote": "hybrid",
"benefits": ["401(k)", "Health insurance"],
"is_easy_apply": true,
"apply_url": "https://boards.greenhouse.io/...",
"job_age_days": 2,
"url": "https://www.indeed.com/viewjob?jk=..."
}

Pricing

This actor uses PAY_PER_EVENT: $0.02 per run (Actor start) + $0.0015 per job ($1.50 / 1,000 jobs). Cloudflare-challenged runs, instruction rows and the bookmark CTA are never charged, and there is no charge for failed runs.

Automate & schedule

Schedule the Indeed Jobs Scraper to run daily for fresh openings, or connect it to Google Sheets, Slack, a webhook or your ATS through Apify integrations. Recurring runs keep your job feed and market data current — set it once and forget it.

FAQ

Is there an official Indeed API? Indeed retired its public Publisher API for most use cases. This actor is the practical alternative — it reads public Indeed search and job pages, no API key or partner account required.

Can I get the real employer apply URL, not the Indeed redirect? Yes — every job record ships apply_url with the external employer/ATS link, and resolveApplyUrl can follow the redirect to the final destination.

Which countries are supported? 23, including US, UK, France, Germany, Canada, Australia, Spain, Italy and the Netherlands — set the country code and the actor routes to the right Indeed domain.

Does it avoid duplicate jobs? Yes — results are deduplicated by Indeed's jobkey across all pages.

Will Indeed block it? Indeed is Cloudflare-guarded, so the actor bundles a residential proxy that rotates IPs and retries on a fresh one when challenged; challenged runs that return nothing are never charged.


Found this useful? Bookmark it — Apify ranks actors by bookmarks, and the more you bookmark, the more you support the dev.