Jobrapido Jobs Search Scraper avatar

Jobrapido Jobs Search Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Jobrapido Jobs Search Scraper

Jobrapido Jobs Search Scraper

Scrape job listings from Jobrapido.com across all countries and regions. Extract 37+ fields including title, company, salary, location, sponsor data, and tracking info — perfect for job aggregators, recruiters, and labor market analysts.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Jobrapido.com Jobs Search Scraper: Extract Global Job Listings at Scale


What Is Jobrapido.com?

Jobrapido.com is a global job search engine operating across dozens of countries, aggregating listings from thousands of employers and partner job boards. It covers virtually every industry and role type, making it one of the broadest sources of job market data available online.

Manually collecting listings from Jobrapido is impractical at scale — search results paginate, and each page may contain dozens of ads from both organic and sponsored sources. The Jobrapido Jobs Search Scraper automates this process, turning paginated search result pages into clean, structured datasets ready for analysis or integration.


Overview

The Jobrapido.com Scraper targets job search result pages and extracts every visible listing per page, including sponsored and organic ads alike. It is suited for:

  • Job aggregator platforms pulling multi-source listings into a unified board
  • Recruiters monitoring competitor postings and market demand
  • Data analysts studying hiring trends, salary ranges, or location patterns
  • Business intelligence teams tracking sponsored ad activity across job categories

The scraper handles pagination gracefully — simply increment the ?p= parameter in your URLs to collect across multiple pages.


Input Format

{
"urls": ["https://us.jobrapido.com/Audit-jobs?p=1"],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDescription
urlsarrayOne or more Jobrapido search result page URLs. Supports any country subdomain (e.g., us., uk., de.) and any keyword/category path. Add multiple URLs for bulk collection across pages or regions.
ignore_url_failuresbooleanWhen true, the scraper skips failed URLs and continues running rather than aborting. Recommended for bulk runs. Default: true.
max_items_per_urlintegerMaximum number of job records to collect per URL. Default prefill: 20. Set higher (e.g., 50) to capture full pages.

Tips:

  • To scrape multiple pages, add sequential URLs: ?p=1, ?p=2, ?p=3, etc.
  • Change the subdomain to target other countries: uk.jobrapido.com, de.jobrapido.com, etc.
  • Use keyword-based paths like /Software-Engineer-jobs or /Nurse-jobs to scope results.

Output Format

Sample output

{
"action_type": "paid",
"advert_id": "9090534236749824000",
"advert_position": 5,
"advert_type": "s",
"auto_expand_radius_distance": "40mi",
"auto_expand_radius_layout": "default",
"body_highlighted": "",
"budget_id": null,
"company": "Segula Technologies",
"company_for_title": "Segula Technologies",
"cpc_in_eur": 0,
"date": "06 May",
"enum_advert_type": "SPONSORED",
"from_sponsored_search": true,
"index": -1,
"is_cpa_enabled": null,
"is_from_expanded_search": false,
"is_sponsored": true,
"location": "Wichita, KS",
"locations": [
"Wichita, KS"
],
"locations_label": "Wichita, KS",
"on_mouse_down": null,
"open_advert_url": "https://open.app.jobrapido.com/us/9090534236749824000/?w=audit&l=&oc=sponsored&k=web.1.2.5&uuid=usF0019e3c3ce4142185&page_item_id=-2061728018",
"page_item_id": -2061728018,
"parameter_map": {
"date": "06 May",
"website": "www.ziprecruiter4.com",
"show_new_marker": false,
"from_sponsored_search": true,
"sponsor_account": "dynamic_test10_s",
"auto_expand_radius_distance": "40mi",
"sponsor_account_branch": null,
"title": "Aircraft Quality Inspector",
"open_advert_url": "https://open.app.jobrapido.com/us/9090534236749824000/?w=audit&l=&oc=sponsored&k=web.1.2.5&uuid=usF0019e3c3ce4142185&page_item_id=-2061728018",
"advert_id": "9090534236749824000",
"tags": {},
"auto_expand_radius_layout": "default",
"is_from_expanded_search": false,
"company_for_title": "Segula Technologies",
"company": "Segula Technologies",
"location": "Wichita, KS",
"locations": [
"Wichita, KS"
],
"tag": "",
"is_sponsored": true
},
"salary": null,
"show_new_marker": false,
"sponsor_account": "dynamic_test10_s",
"sponsor_account_branch": null,
"tag": "",
"tags": {},
"title": "Aircraft Quality Inspector",
"title_slug": "aircraft-quality-inspector",
"track_click_ad": null,
"website": "www.ziprecruiter4.com",
"website_category": "JOBBOARD",
"website_no_www": null
}

Each job listing returns up to 37 fields:

Core Job Information

FieldMeaning
TitleJob title as displayed in the search results
Title SlugURL-safe version of the job title
CompanyEmployer name
Company For TitleFormatted company name used in the listing title display
Body HighlightedSnippet of the job description with search keywords highlighted
DateDate the listing was posted or last updated
SalarySalary information if provided by the employer
LocationPrimary location string for the role
LocationsStructured location data (may include multiple locations)
Locations LabelHuman-readable location label shown to the candidate

Listing Classification & Type

FieldMeaning
Advert IDUnique identifier for the job advertisement
Advert TypeCategory or format of the advert (e.g., standard, featured)
Enum Advert TypeNumeric enumeration of the advert type
Action TypeType of interaction action associated with the listing
TagPrimary tag assigned to the listing
TagsAll tags associated with the listing (array)
IndexPosition index of the listing in the full result set
Advert PositionVisual position of the advert within the page layout
Page Item IDUnique ID for the listing within that specific page
Show New MarkerBoolean flag indicating if a "New" badge is shown on the listing

Sponsorship & Advertising Data

FieldMeaning
Is SponsoredWhether the listing is a paid sponsored placement
Is CPA EnabledWhether cost-per-application billing is active for this advert
Budget IDInternal budget identifier for sponsored listings
CPC In EURCost-per-click value in Euros for sponsored ads
Sponsor AccountAccount name of the sponsoring advertiser
Sponsor Account BranchBranch or sub-account of the sponsor
From Sponsored SearchWhether the listing originated from a sponsored search campaign
Track Click AdTracking data fired on ad click events
On Mouse DownJavaScript tracking handler for mouse-down events

URLs & Navigation

FieldMeaning
Open Advert URLURL that opens the job detail page or application
WebsiteSource website domain hosting the original listing
Website No WWWClean version of the website domain without www. prefix
Website CategoryCategory assigned to the source website
Parameter MapURL parameters map associated with the listing's tracking

Search Expansion Metadata

FieldMeaning
Is From Expanded SearchWhether the listing was included via radius/keyword expansion
Auto Expand Radius DistanceDistance used when auto-expanding the search radius
Auto Expand Radius LayoutLayout type used during radius expansion display

How to Use

  1. Find your target search URL — Go to Jobrapido.com (any country), search for a job category or keyword, and copy the results page URL.
  2. Set up pagination — Add ?p=1, ?p=2, etc. as separate entries in urls to collect across pages.
  3. Configure limits — Set max_items_per_url to 50 for full-page extraction.
  4. Run and export — Start the scraper, then download results as JSON, CSV, or Excel.

Common issues:

  • If a URL returns 0 results, verify the subdomain matches an active Jobrapido country site.
  • Sponsored fields (CPC In EUR, Budget ID) will be empty for organic listings — this is expected.
  • Search expansion fields may be null when the query returned sufficient direct results.

Use Cases & Business Value

  • Job board aggregation: Feed Jobrapido listings into custom platforms or internal tools
  • Salary research: Collect salary data across regions and job categories for benchmarking
  • Ad intelligence: Analyze which companies are running sponsored placements and at what CPC
  • Market analysis: Track hiring volume trends by keyword, location, or company over time

Conclusion

The Jobrapido.com Jobs Search Scraper gives you fast, structured access to one of the web's broadest job aggregators — across all countries and categories. With 37+ fields covering everything from salary to CPC ad data, it supports use cases from simple job collection to deep competitive intelligence.