Jobicy Remote Jobs Scraper (Official API)
Pricing
$3.00 / 1,000 run starteds
Jobicy Remote Jobs Scraper (Official API)
Exports remote job listings from the official Jobicy API including title, company, geo, salary, industry, level, and full description.
Pricing
$3.00 / 1,000 run starteds
Rating
0.0
(0)
Developer
Ahmed
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Jobicy Remote Jobs Scraper
Exports remote job listings from the official Jobicy API, including title, company, geographic eligibility, salary range, seniority level, industry, and full HTML job description. Built for recruiters, job boards, market researchers, and anyone building a remote-jobs dataset or feed who needs structured, complete listings without scraping rendered HTML pages.
Why this scraper
- Reads Jobicy's official JSON API directly instead of rendered pages, so every run returns the complete 17-field set — including salary range, seniority level, and full HTML description — with no missing fields from partial page parsing.
- Priced at $0.003 per run regardless of how many jobs come back, undercutting the only other full-featured alternative and costing a fraction of per-result pricing models.
- No personal data collected — output is limited to public job posting fields (title, company, salary, description), nothing about applicants or individuals.
Output fields
| Field | Type | Description |
|---|---|---|
| id | integer | Jobicy internal job ID |
| url | string | Direct URL to the job posting on Jobicy |
| jobSlug | string | URL slug for the job posting |
| jobTitle | string | Job title |
| companyName | string | Hiring company name |
| companyLogo | string | URL of the company logo image |
| jobIndustry | string | Comma-separated industry categories for the job |
| jobType | string | Comma-separated employment types (e.g. Full-Time) |
| jobGeo | string | Comma-separated allowed geographic regions |
| jobLevel | string | Seniority level (e.g. Midweight, Senior) |
| jobExcerpt | string | Short plain-text summary of the job |
| jobDescription | string | Full HTML job description |
| pubDate | string | ISO 8601 publication date of the listing |
| salaryMin | integer | Minimum stated salary, if provided |
| salaryMax | integer | Maximum stated salary, if provided |
| salaryCurrency | string | Currency code for the salary range, if provided |
| salaryPeriod | string | Salary period, e.g. yearly, if provided |
Input
{"startUrls": [{ "url": "https://jobicy.com/api/v2/remote-jobs?count=50" }],"maxItems": 50}
You can also target filtered endpoints, e.g. https://jobicy.com/api/v2/remote-jobs?count=50&geo=usa or &industry=engineering.
Output
{"id": 145862,"url": "https://jobicy.com/jobs/145862-enterprise-security-engineer","jobSlug": "145862-enterprise-security-engineer","jobTitle": "Enterprise Security Engineer","companyName": "DoorDash","companyLogo": "https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/82fc4967-221-1.jpeg","jobIndustry": "Cybersecurity","jobType": "Full-Time","jobGeo": "USA","jobLevel": "Midweight","jobExcerpt": "About the Team Enterprise Security is the primary point of contact for employee-focused security across DoorDash, Wolt, and Deliveroo...","jobDescription": "<h2><strong>About the Team</strong></h2><p>Enterprise Security is the primary point of contact for employee-focused security across DoorDash, Wolt, and Deliveroo...</p>","pubDate": "2026-09-14T05:20:27+00:00","salaryMin": 130600,"salaryMax": 192000,"salaryCurrency": "USD","salaryPeriod": "yearly"}
Pricing
$0.003 per run started, charged once regardless of how many jobs are returned. A typical run (up to 50 listings, ~20 seconds) costs $0.003 total.
Use cases
- Feeding a remote-jobs newsletter or Slack digest with fresh listings filtered by geo (e.g. USA-only roles) each morning.
- Building a salary-benchmarking dataset for remote engineering roles by pulling
salaryMin/salaryMaxacross industries over time. - Populating a niche job board's "remote" category with full descriptions and company logos without maintaining an HTML scraper.