Jobrapido Jobs Scraper
Pricing
from $2.50 / 1,000 results
Jobrapido Jobs Scraper
[๐ฐ $2.50 / 1K] Extract job postings from Jobrapido, the worldwide job-search aggregator, across 17 countries. Search by keyword and location โ each result includes title, company, location, posting date, employment type, full job description, and a resolved link to the original source listing.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
SolidCode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Pull job postings from Jobrapido, the worldwide job-search aggregator, across 17 countries from a single input โ job title, company, city, region, posting date, employment type, full description, and a link back to the original source board. Built for recruiters, job-market researchers, and aggregator builders who need fresh multi-country hiring data without running dozens of manual searches one country at a time.
Why This Scraper?
- 17 country markets from one input โ United States, United Kingdom, Germany, Austria, Switzerland, France, Italy, Spain, Netherlands, Belgium, Portugal, Poland, Sweden, Canada, Australia, Ireland, and India, each with locale-correct dates and locations.
- Resolves the original source board behind every listing โ Jobrapido aggregates from Indeed, LinkedIn, StepStone, Monster, Xing, and company career pages; the
sourcePlatformfield names the true origin, and for US/UK listingssourceUrldeep-links straight to the original posting. - Full job descriptions + employment type on demand โ flip on Include Full Job Details and every row gains the complete description text (250โ5,000+ characters) and the employment type (e.g. full-time), pulled from the original listing.
- De-duplicates across every keyword โ search "software engineer", "software developer", and "backend engineer" in one run and get a single clean list with no repeated jobs, each stamped with the keyword that found it.
- Recency filtering down to the last 24 hours โ restrict results to jobs posted in the last 24 hours, 3, 7, or 14 days, so scheduled daily and weekly runs return only what's new.
- Radius search in local units โ search within 5, 10, 25, 50, or 100 of your chosen location, measured in miles for the US and UK and kilometres everywhere else.
- Unlimited results with automatic paging โ set the cap to 0 and the run keeps paging every country's feed until Jobrapido returns no more jobs; keep the cap for quick, budgeted pulls.
- ISO-normalized dates and split locations โ every posting date is normalized to
YYYY-MM-DD, and each location is split into cleancityandregionfields ready for filtering or mapping.
Use Cases
Recruitment & Talent Sourcing
- Build daily candidate-facing job lists for a specialty across multiple countries
- Track which employers are actively hiring for a given role
- Surface fresh openings posted in the last 24 hours for fast-moving searches
- Feed openings into an applicant-tracking or job-board product
Labor Market Research
- Measure hiring volume for a role across 17 countries side by side
- Compare demand for a skill between the US, UK, and DACH markets
- Track how posting counts for a keyword shift week over week
- Map job concentration by city and region
Competitive & Employer Intelligence
- Monitor a competitor's open roles and hiring locations
- See which source boards a company posts to most often
- Watch employment-type mix (full-time vs. other) for a sector
- Benchmark a company's hiring footprint against peers
Aggregation & Data Products
- Populate a job-board or vertical-search product with multi-country listings
- Enrich a CRM with current openings and source links
- Power alerting on new postings for saved searches
- Build datasets for hiring-trend dashboards and reports
Getting Started
Simple keyword search
Search one role in one country:
{"searchQueries": ["software engineer"],"country": "us","maxResults": 100}
Location and recency filter
Narrow to a city, a radius, and only jobs posted this week:
{"searchQueries": ["registered nurse"],"country": "uk","location": "London","radius": "25","postedSince": "7","maxResults": 200}
Multi-keyword, full detail run
Several roles in one country, de-duplicated, with complete descriptions and employment type on every row:
{"searchQueries": ["data analyst", "data scientist", "business analyst"],"country": "de","location": "Berlin","radius": "50","postedSince": "14","includeJobDetails": true,"maxResults": 500}
Input Reference
Search
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | array | ["software engineer"] | Job titles, roles, or keywords. Each keyword runs its own search; results are combined and de-duplicated. Leave empty to browse all jobs for the location. |
country | select | United States | Which Jobrapido country site to search. Options: United States, United Kingdom, Germany, Austria, Switzerland, France, Italy, Spain, Netherlands, Belgium, Portugal, Poland, Sweden, Canada, Australia, Ireland, India. |
location | string | "" | City or region to search within (e.g. "New York", "London", "Berlin"). Leave blank to search the whole country. |
radius | select | Exact location only | Distance around the location: Exact location only, or within 5 / 10 / 25 / 50 / 100. Measured in miles for the US and UK, kilometres elsewhere. Applies only when a location is set. |
Filters
| Parameter | Type | Default | Description |
|---|---|---|---|
postedSince | select | Any time | Only return jobs posted within this window: Any time, Last 24 hours, Last 3 days, Last 7 days, or Last 14 days. |
Output & Limits
| Parameter | Type | Default | Description |
|---|---|---|---|
includeJobDetails | boolean | true | When on, each job's original listing is opened to add the full description, the employment type, and a precise posting date. Turn off for the fastest runs โ you still get title, company, location, posting date, source link, and apply link. |
maxResults | integer | 100 | Total cap on jobs returned across all keywords. Use 0 for unlimited. Results are fetched a page at a time, so a small cap can return up to a full page more than requested. |
Output
Here's a representative result with Include Full Job Details enabled:
{"id": "1234567890","title": "Senior Software Engineer","company": "Acme Technologies","location": "Austin, TX","city": "Austin","region": "TX","country": "US","postedAt": "2026-06-28","employmentType": "FULL_TIME","description": "We are seeking a Senior Software Engineer to join our platform team. You will design and build scalable backend services, mentor junior engineers, and collaborate across product and design...","isSponsored": false,"url": "https://us.jobrapido.com/jobpreview/1234567890","applyUrl": "https://us.jobrapido.com/jobpreview/1234567890?redirectTo=...","sourceUrl": "https://www.indeed.com/viewjob?jk=abc123","sourcePlatform": "indeed.com","searchQuery": "software engineer","scrapedAt": "2026-07-02T14:30:00+00:00"}
Core Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique Jobrapido job identifier (the de-duplication key) |
title | string | Job title |
company | string | Employer name |
postedAt | string | Posting date, normalized to YYYY-MM-DD |
employmentType | string / null | Employment type (e.g. full-time) โ populated when Include Full Job Details is on |
description | string / null | Full job description text โ populated when Include Full Job Details is on |
isSponsored | boolean | Whether the listing is a sponsored/promoted result |
searchQuery | string | The keyword this row was found under |
scrapedAt | string | ISO timestamp of extraction |
Location
| Field | Type | Description |
|---|---|---|
location | string | Full location string as shown on the listing |
city | string / null | Parsed city |
region | string / null | Parsed region or state |
country | string | Country code of the searched market (e.g. "US", "DE") |
Source & Links
| Field | Type | Description |
|---|---|---|
url | string | Jobrapido listing page for this job |
applyUrl | string / null | Apply link that opens the original listing |
sourceUrl | string / null | Deep link to the original posting โ resolves for US/UK listings; elsewhere use sourcePlatform |
sourcePlatform | string / null | Name of the original source board (e.g. indeed.com, linkedin.com, a company site) |
Tips for Best Results
- Enable Include Full Job Details when you need to keyword-match on responsibilities โ the full description text only appears with this on, so turn it on before filtering candidates by skills or duties. Turn it off for the fastest possible list of titles, companies, and links.
- Use the source fields the right way per country โ US and UK listings resolve a direct
sourceUrlto the original posting; for other countries,sourcePlatformstill names the origin board (StepStone, Xing, etc.) even when a deep link isn't provided. - Combine several related keywords in one run โ the scraper de-duplicates across all of them by job id, so "nurse", "registered nurse", and "RN" together give one clean list rather than three overlapping ones.
- Pair
postedSincewith a schedule โ set Last 24 hours and schedule a daily run to capture only new postings, ideal for fresh candidate feeds and hiring alerts. - Start with a small cap to preview โ the default of 100 gives a quick sample; once the fields look right, raise
maxResultsor set it to 0 for a full pull. - Remember the radius unit follows the country โ 25 means 25 miles in the US and UK, and 25 kilometres in Germany, France, and every other market.
- Leave keywords empty to browse a whole market โ combine an empty keyword list with a country and location to collect all current openings in that area.
Pricing
From $2.50 per 1,000 results โ a flat per-job rate that undercuts typical aggregator scrapers while still resolving source boards and full descriptions. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows the total cost at each discount tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.30 | $0.28 | $0.265 | $0.25 |
| 1,000 | $3.00 | $2.80 | $2.65 | $2.50 |
| 10,000 | $30.00 | $28.00 | $26.50 | $25.00 |
| 100,000 | $300.00 | $280.00 | $265.00 | $250.00 |
A "result" is any job row in the output dataset. No compute or time-based charges โ you pay per result, plus a small fixed per-run start fee.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n โ Workflow automation
- Google Sheets โ Direct spreadsheet export
- Slack / Email โ Notifications on new results
- Webhooks โ Trigger custom APIs on run completion
- Apify API โ Full programmatic access
Legal & Ethical Use
This actor is designed for legitimate recruitment, labor-market research, and job-data aggregation. You are responsible for complying with applicable laws and Jobrapido's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and handle any personal data in line with relevant privacy regulations.