Jobicy Remote Jobs Scraper (Official API) avatar

Jobicy Remote Jobs Scraper (Official API)

Pricing

$3.00 / 1,000 run starteds

Go to Apify Store
Jobicy Remote Jobs Scraper (Official API)

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

Ahmed

Maintained by Community

Actor 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

FieldTypeDescription
idintegerJobicy internal job ID
urlstringDirect URL to the job posting on Jobicy
jobSlugstringURL slug for the job posting
jobTitlestringJob title
companyNamestringHiring company name
companyLogostringURL of the company logo image
jobIndustrystringComma-separated industry categories for the job
jobTypestringComma-separated employment types (e.g. Full-Time)
jobGeostringComma-separated allowed geographic regions
jobLevelstringSeniority level (e.g. Midweight, Senior)
jobExcerptstringShort plain-text summary of the job
jobDescriptionstringFull HTML job description
pubDatestringISO 8601 publication date of the listing
salaryMinintegerMinimum stated salary, if provided
salaryMaxintegerMaximum stated salary, if provided
salaryCurrencystringCurrency code for the salary range, if provided
salaryPeriodstringSalary 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/salaryMax across industries over time.
  • Populating a niche job board's "remote" category with full descriptions and company logos without maintaining an HTML scraper.