Jobicy Remote Jobs Scraper - Jobs to CSV/JSON avatar

Jobicy Remote Jobs Scraper - Jobs to CSV/JSON

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Jobicy Remote Jobs Scraper - Jobs to CSV/JSON

Jobicy Remote Jobs Scraper - Jobs to CSV/JSON

Scrape Jobicy remote jobs without login via this unofficial Jobicy API alternative. Export remote job listings to CSV or JSON; filter by industry & level.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

2

Monthly active users

7 days ago

Last modified

Share

Jobicy Remote Jobs Scraper

Jobicy Remote Jobs Scraper

Scrape remote job listings from Jobicy — one of the most popular remote-work job boards — straight from its public API. This Jobicy scraper turns a keyword into a clean, structured remote-jobs dataset across development, design, marketing, sales, customer support, data science, finance, HR and writing, ready to export to CSV, JSON or Excel.

Built for scheduled, recurring use: run it daily with the postedSince filter to capture only newly posted jobs and power an always-fresh remote-jobs pipeline. No login, no API key, no proxy and no browser needed.

What you get

One structured record per remote job, with these fields:

  • jobId — unique Jobicy job ID (stable dedupe key)
  • title — job title
  • company — hiring company name
  • companyLogo — URL of the company logo
  • industries — array of industries the role belongs to
  • jobTypes — array of job types (Full-Time, Part-Time, Contract, Internship)
  • jobLevel — seniority level
  • geo — geography / location of the role
  • annualSalaryMin / annualSalaryMax — salary range (when published)
  • salaryCurrency — currency of the salary range
  • excerpt — short job summary
  • description — full job description
  • url — direct link to the job posting (apply URL)
  • postedAt — when the job was posted
  • scrapedAt — scrape timestamp

Export the dataset to JSON, CSV, Excel, XML or HTML, or pull it via the Apify API.

Use cases

  • Recruiters & sourcers — maintain a daily feed of fresh remote roles in your niche.
  • Job boards & aggregators — keep a remote-jobs section automatically up to date.
  • Market research — track remote hiring trends by industry, seniority and geography.
  • Lead generation — find companies that are actively hiring remote talent.
  • Salary benchmarking — analyze annualSalaryMin/annualSalaryMax across industries and levels.

How to use

  1. (Optional) Add a Search Keyword matched against title, company and summary (e.g. react, designer, customer support).
  2. (Optional) Narrow results with Industries, Job Types, Job Level and Geography — leave them empty for all remote jobs.
  3. For daily monitoring, set Posted Since to your previous run's date so only new jobs are returned.
  4. Set Max Jobs (Jobicy serves up to 50 most-recent jobs per run; 0 = all).
  5. Run, then export results to CSV / JSON / Excel or pull them via the Apify API.

Example input

{
"industries": ["Development"],
"jobTypes": ["Full-Time"],
"jobLevel": "Senior",
"geo": "Anywhere",
"postedSince": "2026-05-13",
"maxJobs": 0
}

Sample record

{
"jobId": "1029384",
"title": "Senior React Developer",
"company": "Acme Remote",
"industries": ["Development"],
"jobTypes": ["Full-Time"],
"jobLevel": "Senior",
"geo": "Anywhere",
"annualSalaryMin": 90000,
"annualSalaryMax": 130000,
"salaryCurrency": "USD",
"excerpt": "We are hiring a Senior React Developer...",
"url": "https://jobicy.com/jobs/...",
"postedAt": "2026-05-13",
"scrapedAt": "2026-05-14T08:00:00.000Z"
}

FAQ

Do I need a Jobicy account or API key?

No. The Actor uses Jobicy's public API — no login, no API key, no proxy and no browser required.

How do I capture only new remote jobs each day?

Use the postedSince filter. Set it to the date of your previous run so the Actor returns only jobs posted on or after that date — ideal for scheduled daily monitoring.

How many jobs can I get per run?

Jobicy serves up to 50 of the most-recent jobs per run. Set maxJobs to 0 to retrieve all available matching jobs.

What output formats are supported?

Results are stored in an Apify dataset and export to JSON, CSV, Excel, XML or HTML, or can be pulled via the Apify API and pushed to Google Sheets, Slack and webhooks.

Is this a Jobicy API alternative?

Yes. It reads Jobicy's public API and returns clean, structured remote-job records, so you can use it as an unofficial Jobicy API alternative without building or maintaining your own integration.

How do I export Jobicy remote jobs to CSV or JSON?

Run the Actor, then export the resulting dataset to CSV, JSON, Excel, XML or HTML from the Apify Console, or pull the same Jobicy job data export via the Apify API.

Can I scrape Jobicy without login or an API key?

Yes. No Jobicy account, login, API key, proxy or browser is required — the Actor pulls remote job listings straight from Jobicy's public endpoint.

Scheduling & integration

Schedule this Actor on Apify to run daily with a rolling postedSince date for a continuously updated remote-jobs dataset with zero manual work. Connect it to Google Sheets, Slack, your ATS or a webhook through Apify integrations.


Changelog

2026-06-07

  • Docs: added coverage for using the Actor as a Jobicy API alternative, exporting Jobicy remote jobs to CSV/JSON, and scraping Jobicy without login.

2026-06-05

  • 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
  • ⚡ Stability & performance hardening; fresh rebuild.
  • 2026-06-01 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
  • 2026-05-25 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.

  • 2026-05-20 — Maintenance pass: reviewed the input schema and default values for a smooth one-click start, and rebuilt the Actor on the latest base image.

Last reviewed: 2026-06-01.

2026-06-04

  • Verified live & refreshed build — reliability/maintenance pass.