Scrape job listings from Jobrapido.com across 50+ countries. Returns 34 fields per job: title, company, company_url, location, city, region, country, salary_min, salary_max, salary_currency, salary_period, employment_type, workload_min and workload_max, work_mode, full description, description_snippet and source URL with resolved deep-link to the original employer or ATS page. Jobrapido aggregates listings from thousands of company career pages and other job boards, making it a quick way to scan a market broadly in one run.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~jobrapido-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "country": "de", "location": "Berlin", "maxResultsPerQuery": 100 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/jobrapido-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Delivery Hero |
| city | string | Berlin |
| country | string | DE |
| salary_min | integer | 55000 |
| salary_max | integer | 75000 |
| salary_currency | string | EUR |
| employment_type | string | Vollzeit |
| work_mode | string | Hybrid |
| url | string | https://de.jobrapido.com/jobpreview/... |