Jobicy Remote Jobs Scraper avatar

Jobicy Remote Jobs Scraper

Pricing

from $1.00 / 1,000 jobs

Go to Apify Store
Jobicy Remote Jobs Scraper

Jobicy Remote Jobs Scraper

Scrape Jobicy remote jobs with title, company, salary, seniority, industry, job type, full description, posting date, and direct Jobicy link. Filter by geography, industry, search tag, employment type, seniority, and salary. No login, browser, or proxy. Pay per emitted job.

Pricing

from $1.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Nate Schnell

Nate Schnell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does Jobicy Remote Jobs Scraper do?

Jobicy Remote Jobs Scraper exports current Jobicy remote jobs into a clean dataset for recruiting pipelines, hiring alerts, remote-job boards, and talent-market reporting. Each record keeps the job title, company, geography, industry, job type, seniority, salary when published, full description, posting date, and direct Jobicy URL. Use Jobicy Remote Jobs Scraper to monitor the remote roles that matter to your team without maintaining a custom feed integration.

What data can you extract from Jobicy?

  • Job identity — ID, title, slug, direct Jobicy URL, and publication timestamp
  • Company and role — company, logo URL, industry labels, job type, seniority, and geography
  • Compensation — salary minimum, maximum, currency, and period when Jobicy publishes them
  • Job content — cleaned excerpt and optional full plain-text description
  • Tracking — source API URL and scrape timestamp for repeatable scheduled exports

How to use Jobicy Remote Jobs Scraper

  1. Open Jobicy Remote Jobs Scraper and enter an optional geography, industry, or search tag.
  2. Add local job type, seniority, keyword, or salary filters for a tighter feed.
  3. Set a small maximum jobs value for a first test.
  4. Click Start and wait for the run to finish.
  5. Open the dataset, then download JSON, CSV, or Excel, or consume it through the Apify API.

How much does it cost?

Jobicy Remote Jobs Scraper uses pay per emitted job, starting at $1.00 / 1,000 jobs. A billable item is a job that passed your filters and was written to the dataset; dry runs write no items. The Apify Free plan's platform credit can cover small tests. Keep the maximum jobs value low while validating a new filter combination.

Input

Leave every source filter blank to export Jobicy's current feed, or combine geography, industry, and a search tag for a narrow source request. Employment type, seniority, keyword, and salary filters are applied before records reach the dataset.

{
"geo": "usa",
"industry": "engineering",
"tag": "python",
"jobTypes": ["Full-Time"],
"seniority": "Senior",
"minSalary": 150000,
"maxItems": 20
}

Output

Every output item is one Jobicy remote job. The direct jobUrl stays with the record so application and attribution workflows can refer back to the source listing.

{
"id": "151436",
"jobUrl": "https://jobicy.com/jobs/151436-pre-sales-solutions-engineer-est-or-pst",
"title": "Pre-Sales Solutions Engineer (EST or PST)",
"company": "Deepgram",
"industries": ["Sales"],
"jobTypes": ["Full-Time"],
"location": "USA",
"seniority": "Senior",
"salaryMin": 197000,
"salaryMax": 246000,
"salaryCurrency": "USD",
"salaryPeriod": "yearly",
"publishedAt": "2026-08-23T19:32:56+00:00",
"source": "Jobicy"
}

Integrations

Schedule Jobicy Remote Jobs Scraper on Apify, send new job rows to Make or n8n, and pull the dataset from Python or Node through the Apify API. The flat schema also fits spreadsheets and ATS imports.

FAQ

How does Jobicy Remote Jobs Scraper work?

It requests Jobicy's current public remote-job feed, then normalizes the returned fields and applies local filters before writing the dataset. The actor keeps the Jobicy job URL in every result.

Can I use Jobicy Remote Jobs Scraper as an API?

Yes. Start a run through the Apify API and read its default dataset when it finishes. Your application receives the same job records available in the Console.

Can I use Jobicy Remote Jobs Scraper in Python or Node.js?

Yes. Use the official apify-client package to call schnellscrapers/jobicy-remote-jobs-scraper, then iterate its returned default dataset.

This actor fetches job listings exposed by Jobicy's public API and preserves a direct source URL on every record. You are responsible for ensuring collection, storage, and downstream use fit the rules and laws that apply to your workflow.

How many Jobicy jobs can I export?

The observed endpoint returns up to 100 current matching jobs in one response. Set maxItems to 0 to use that source maximum, or schedule runs to maintain a historical feed.

Are salary fields always populated?

No. Salary is optional in the source. Salary fields are null when Jobicy does not publish them, and the minimum-salary filter excludes those jobs.

Your feedback

If a Jobicy field changes or a filter behaves unexpectedly, report it through this actor's Issues tab with a run ID and one source job URL. Feature requests for useful hiring-feed fields are welcome.