Scrape job listings from Welcome to the Jungle, the modern European job board with rich employer-branding content. Returns 43 fields per job: title, company, company_size, company_sector, location, city, region, country, salary_min, salary_max, salary_currency, salary_period, employment_type, contract_duration, work_mode (Remote / Hybrid / On-site), tech stack, full description, requirements, benefits and apply URL. Active across France, UK, Germany, Spain and Czech Republic.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~welcome-to-the-jungle-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["Software Engineer"], "country": "fr", "location": "Paris", "maxResultsPerQuery": 100, "includeJobDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/welcome-to-the-jungle-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Full Stack Engineer |
| company | string | Alan |
| city | string | Paris |
| country | string | FR |
| salary_min | integer | 60000 |
| salary_max | integer | 85000 |
| salary_currency | string | EUR |
| work_mode | string | Hybrid |
| company_size | string | 250-999 |
| company_sector | string | Insurance / HealthTech |