Jobrapido Jobs Scraper - 57 Countries, Export CSV/JSON
Pricing
Pay per event
Jobrapido Jobs Scraper - 57 Countries, Export CSV/JSON
Scrape aggregated job listings from Jobrapido across 57 country sites. Export jobs with title, company, location, source board, work mode, posting date, and apply URL to CSV, Excel, JSON, or XML.
Pricing
Pay per event
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share

π Jobrapido Global Jobs Scraper
π Pull aggregated global job listings in seconds. Filter by keyword, location, and country. No API key, no registration, no manual CSV wrangling.
π Last updated: 2026-05-21 Β· π 24 fields per record Β· 57 country sites Β· Source-board attribution Β· 9-language date normalization
Jobrapido is one of the largest job meta-aggregators on the web. It pulls postings from thousands of partner boards (StepStone, Indeed, Xing, jobware, Monster, regional career sites, recruiter feeds, employer ATS portals) and republishes them under a single, structured search interface. This Actor walks Jobrapido's public country sites across 57 ISO country codes, paginates the result set for any keyword and location combination, and returns one clean record per job with title, hiring company, location array, source job board, work mode (remote / hybrid / onsite), posting date, and a redirect URL that takes you straight to the employer's own apply page.
Because Jobrapido's search results pages embed the full advert payload directly in HTML attributes, the Actor never has to follow a per-job detail page. That makes it fast, reliable, and gentle on the source. Every record is timestamped, every advert ID is captured for deduplication, and the posting date text (in the local language of each country site) is parsed into ISO 8601 across 9 languages (English, German, Italian, French, Spanish, Portuguese, Dutch, Polish, Czech). Apify residential proxy routing follows whichever country code you pick, so US, UK, IE, AU, NZ, and CA traffic passes the geo-fence that blocks plain datacenter IPs.
| π― Target Audience | π Primary Use Cases |
|---|---|
| Recruiters and global talent sourcers | Cross-border recruiting across 57 countries |
| HR professionals and compensation analysts | International job market analysis and demand mapping |
| Job seekers tracking opportunities abroad | Country-by-country hiring intelligence |
| Labour market researchers | Hiring volume by region, source board, and posting age |
| Career sites and ATS vendors | Backfilling multi-country listings from aggregated feeds |
π What the Jobrapido Global Jobs Scraper does
- π Multi-keyword search. Provide one or many keywords. Each query becomes its own Jobrapido search and the Actor aggregates unique adverts across all of them.
- π 57 country sites. Pick any ISO country code from Argentina to Vietnam. Each one has its own Jobrapido subdomain with localised inventory.
- π·οΈ Source-board attribution. Every record carries the original job board (e.g.
stepstone.de,xing.de,indeed.it) and Jobrapido's quality classification (JOBBOARD,RECRUITER,UNQUALIFIED). - ποΈ Multilingual date normalization. Posting dates are captured in the country's language ("12 Mai", "5 giu", "27 sty") and converted to ISO 8601 (
2026-05-12). - π Remote and hybrid flags. Work-mode tags from the source board are parsed into clean
isRemote,isHybrid, andworkModefields. - π Custom URL mode. Already have a Jobrapido search URL? Drop it into
startUrlsand the Actor will replay it, inferring country from the subdomain automatically.
Each record carries the job title, hiring company, primary location, all listed locations as an array, remote and hybrid booleans, work-mode tag, posting date (raw text plus ISO 8601), new-marker flag, sponsored flag, source job board domain, source board category, the outbound redirect URL to the employer, Jobrapido's advert ID, a URL-friendly title slug, cost-per-click value, country code, search context (query, location, URL), and a scrape timestamp.
π‘ Why it matters: LinkedIn dominates English-speaking white-collar postings, but it misses the thousands of regional and trade-specific job boards that Jobrapido aggregates. Pair LinkedIn with this Actor to fill the geographic and vertical gaps that single-source feeds leave behind.
π¬ Full Demo
π§ Coming soon: a 3-minute walkthrough showing keyword setup, country routing, source-board filtering, and downstream cross-border recruiting use cases.
βοΈ Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array of URLs | No | Direct Jobrapido search or SEO landing URLs. When set, overrides the keyword and location fields. Country is inferred from the subdomain. |
maxItems | integer | No | Cap on jobs returned. Free plan caps at 10. Paid plans up to 1,000,000. Defaults to 10. |
searchQueries | array of strings | No | One or many keywords. Each becomes its own Jobrapido search. |
where | string | No | Free-text location: city, region, or postal code. Leave empty to search the whole country. |
country | enum | No | 57 country codes. Defaults to de. |
proxyConfiguration | object | No | Apify proxy. Residential is the default and required for US, UK, IE, AU, NZ, CA. |
Example: Berlin software engineer roles in Germany.
{"maxItems": 50,"searchQueries": ["software engineer"],"where": "berlin","country": "de"}
Example: cross-border recruiting research across multiple keywords in Italy.
{"maxItems": 200,"searchQueries": ["data scientist", "ingegnere", "developer"],"country": "it","where": "milano"}
β οΈ Good to Know: Jobrapido embeds the full advert payload inside the search-results HTML, so this Actor does not fetch per-job detail pages. That makes runs fast and resilient, but also means salary text and long-form descriptions are unavailable: Jobrapido does not surface either on its own pages. Pair this Actor with a downstream scraper for the source board (StepStone, Xing, Indeed) when you need full job descriptions.
π Output
Every record is one job advert, one row. Free plan returns 10. Paid plans up to 1,000,000.
π§Ύ Schema
| Field | Type | Example |
|---|---|---|
π title | string | Expert*in Java- und OpenShift Softwareentwicklung |
π’ company | string | Deutsche Rentenversicherung Bund |
π location | string | Berlin |
πΊοΈ locations | array | ["Berlin"] |
π isRemote | boolean | false |
ποΈ isHybrid | boolean | true |
π― workMode | string | hybrid (or remote, or null for onsite) |
ποΈ datePostedText | string | 12 Mai |
π
datePosted | string | 2026-05-12 (ISO 8601 date) |
π isNew | boolean | false |
π£ isSponsored | boolean | true |
π·οΈ sourceBoard | string | stepstone-3.de |
π sourceBoardCategory | string | JOBBOARD |
π applyUrl | string | https://open.app.jobrapido.com/de/631141688198299648/?... |
π advertId | string | 631141688198299648 |
π€ titleSlug | string | expert-in-java-und-openshift-softwareentwicklung |
π· cpcInEur | number | 0 |
π country | string | DE |
π countrySubdomain | string | de |
π searchQuery | string | software engineer |
π searchLocation | string | berlin |
π searchUrl | string | https://de.jobrapido.com/?w=software+engineer&l=berlin |
β±οΈ scrapedAt | string | 2026-05-20T12:56:28.189Z |
β οΈ error | string | only present on failed records |
π¦ Sample records
β¨ Why choose this Actor
| Capability | |
|---|---|
| π | 57 country sites. From ae.jobrapido.com to za.jobrapido.com, the widest geographic footprint of any single jobs Actor in the catalogue. |
| π·οΈ | Source-board attribution per record. Every advert tells you which underlying job board it came from, so you can deduplicate against your other feeds or filter by source quality. |
| ποΈ | Multilingual date normalization. Raw dates are kept verbatim, but every record also has an ISO 8601 datePosted parsed from 9 languages including German, French, Italian, Polish, Czech, Dutch, Spanish, and Portuguese. |
| π | Clean remote and hybrid signals. Work-mode tags from the source board are translated into structured isRemote, isHybrid, and workMode columns. |
| β‘ | No detail-page fetch needed. The full advert payload is embedded in Jobrapido's search HTML, so the Actor runs fast (~24 records per page request) and gently. |
| π‘οΈ | Anti-blocking via residential proxies. Apify residential network with country-aligned routing for the geo-fenced sites (US, UK, IE, AU, NZ, CA). |
| π | Predictable schema. 24 fields, every column populated where the source has it. No empty padding columns. |
π Jobrapido aggregates from thousands of source boards across 57 country sites, giving you reach into regional and vertical inventory that single-board scrapers miss.
π How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| β Jobrapido Global Jobs Scraper (this Actor) | Pay per item | 57 countries, thousands of source boards | Live | Keyword, location, country | Zero config |
| Official aggregator APIs | Per-call rate limits, registration required | Varies, often gated | Live | Limited | API key required |
| Single-source job board scrapers | Free or paid per source | One source per build | Manual or live | Source-specific | Per-source maintenance |
| Manual CSV exports | Free | Single snapshot | One-shot | None | Manual rebuilds |
When you want repeatable, structured global job inventory with source-board provenance, this Actor is the path of least resistance.
π How to use
- π Sign up. Create a free Apify account (no card required for the free tier).
- π Find the Actor. Search "Jobrapido Global Jobs Scraper" in the Apify Store, or open it directly from the ParseForge collection.
- βοΈ Set inputs. Pick a country code, add one or more keywords, optionally narrow to a city, and set
maxItems. - βΆοΈ Run. Click Start. Watch the live log as each search and page is processed.
- π₯ Export. Pull results as JSON, CSV, Excel, RSS, or push directly into Sheets, Slack, BigQuery, or any webhook.
β±οΈ Total time: under 2 minutes from sign-up to first download.
πΌ Business use cases
π Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
π Automating Jobrapido Global Jobs Scraper
Run on demand from your own code, or set it on a schedule.
- Node.js client for JavaScript and TypeScript callers
- Python client for data-science workflows and notebooks
- REST API docs for any language with HTTP
Use Apify Schedules to run this Actor every hour, every morning, or once a week. Combine with Webhooks to push new postings into Slack, a database, or your ATS the moment they are scraped.
π€ Ask an AI assistant about this scraper
Not sure which inputs to use, or want to explore what you can do with the data? Paste this into any AI assistant:
"I am using the Jobrapido Global Jobs Scraper on Apify. It returns job listings from 57 country sites including title, company, location, source board, work mode, posting date, and apply URL. Help me [filter remote roles in Germany / build a recruiting dashboard / analyse labour market trends / find Python developer jobs across Europe]."
The dataset is structured and self-explanatory - an AI assistant can help you filter, transform, or analyse results without any extra setup.
β Frequently Asked Questions
π Integrate with any app
- Zapier - hundreds of no-code triggers and actions
- Make - visual automation builder
- n8n - self-hosted workflow automation
- Slack - push new jobs into a channel
- Google Sheets - auto-append daily runs to a spreadsheet
- Airbyte - pipe results into your data warehouse
π Recommended Actors
- πΌ LinkedIn Jobs Scraper - postings from LinkedIn's job board with company and salary signals
- π¦ Indeed Scraper - the world's largest job search engine, with full filters
- πͺ Monster Scraper - Monster's job board across multiple regions
- πΌ Adzuna Job Aggregator Scraper - Adzuna's 19-country meta-search with real and predicted salaries
- π Google Jobs Scraper - Google's job aggregator surface results
π‘ Pro Tip: browse the complete ParseForge collection for more job, salary, and labour-market scrapers.
π Need Help? Open our contact form
Disclaimer. This Actor scrapes only public Jobrapido pages. It does not bypass authentication, paywalls, or technical protection measures. You are responsible for using the resulting data in compliance with Jobrapido's Terms of Service and your local laws (including GDPR, CCPA, and copyright). ParseForge does not affiliate with, endorse, or claim any partnership with Jobrapido.