Scrape Indeed job listings across 60+ countries from indeed.com, indeed.de, indeed.co.uk, indeed.fr and more. Returns 50+ fields per job including title, company, location, salary range with currency, employment type, remote option, full description in text and HTML, company benefits, posted date, expiry date and apply URL. Two modes: Fast pulls the search list in 25 seconds for 100 jobs, Full enriches every job with company rating, CEO, industry, revenue, headquarters and happiness score.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~indeed-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "country": "de", "maxResultsPerQuery": 50, "mode": "fast" }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/indeed-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Zalando SE |
| location | string | Berlin, Germany |
| salary_text | string | 60.000 - 80.000 EUR per year |
| employment_type | string | Full-time |
| remote_option | string | Hybrid |
| description_full | string | We are looking for... |
| company_benefits | string[] | ["Health insurance","Stock options"] |
| posted_at | string | 2026-06-10 |
| apply_url | string | https://indeed.com/viewjob?jk=... |