Jobicy Remote Jobs Scraper
Pricing
from $19.00 / 1,000 results
Jobicy Remote Jobs Scraper
Scrape remote job listings from Jobicy with optional industry, geo, and tag filters. Each row returns the job title, salary, company, industry, job type, seniority, and full description.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Jobicy Remote Jobs Scraper
Scrape remote job listings from Jobicy by industry, geo, or tag, up to a million per run. Every listing returns the job title, salary, industry, job type, seniority level, and full description. No login or API key. Export to CSV, JSON, Excel, or XML.
Jobicy lists thousands of remote jobs across engineering, marketing, design, data science, and more, but browsing page by page is slow and you cannot export the data. This Actor reads the public job feed directly, lets you filter by industry, location, or keyword tag, and returns every matching listing in one flat dataset. No API registration, no rate-limit headaches.
| Who uses it | What they scrape Jobicy for |
|---|---|
| Job seekers | Build a personal feed of remote jobs in their industry and preferred region. |
| Recruiters | Monitor new remote job postings to source candidates or benchmark salaries. |
| Market analysts | Track hiring volume, salary ranges, and skill demand across remote-first industries. |
| Job board aggregators | Pull a clean, normalized feed of Jobicy listings into their own platform. |
What it does
This Actor collects remote job listings from Jobicy filtered by industry, geo, or tag, and returns each one as a flat row with title, salary, company, job type, seniority, and full description.
- ๐ญ Industry filter: target a specific industry slug like engineering, marketing, design, or data-science.
- ๐ Geo filter: restrict listings to a region such as usa, europe, or anywhere.
- ๐ท๏ธ Tag filter: narrow results by a keyword tag that matches your niche.
- ๐ฆ Bulk collection: set maxItems up to 1,000,000 and pull every listing that matches your filters in one run.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Jobicy data
๐ Build a salary benchmark dataset.
A compensation analyst scrapes all engineering jobs with the usa geo filter, exports to CSV, and calculates median salary ranges by seniority.
๐ Monitor niche remote job markets.
A niche job board owner runs the Actor daily with a design industry filter and a specific tag, then publishes the fresh listings on their site.
๐ฌ Power a personalized job alert email.
A developer schedules a weekly run filtered by data-science and europe, pipes the JSON into a script, and emails matching jobs to subscribers.
๐งน Feed a multi-source job aggregator.
An aggregator platform runs this Actor alongside scrapers for other boards, normalizes the output, and deduplicates listings across sources.
Why choose this scraper
| What you get | |
|---|---|
| No API key needed | Reads the public feed directly with zero authentication. |
| Fixed flat schema | Every row has the same columns: title, salary, industry, job type, seniority, and full description. |
| Flexible filtering | Combine industry, geo, and tag to build a precise job feed. |
| High throughput | Collect up to a million listings per run without rate-limiting. |
How it compares
This Actor focuses exclusively on Jobicy with direct industry, geo, and tag filters, while the Remote Jobs Aggregator covers six boards in one run with deduplication.
| Feature | ParseForge | Remote Jobs Aggregator |
|---|---|---|
| Dedicated Jobicy-only scraping | Yes | Not listed |
| Industry slug filter | Yes | Not listed |
| Geo slug filter | Yes | Not listed |
| Tag/keyword filter | Yes | Not listed |
| Multi-board aggregation | Not listed | Yes |
| Cross-source deduplication | Not listed | Yes |
Configure the run
Drive the Actor with optional industry, geo, and tag filters, alone or together, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Jobicy Remote Jobs Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Jobicy through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/jobicy-remote-jobs-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your industry, geo, or tag filter values match Jobicy's slugs exactly. Try running without any filters first to confirm the feed is reachable, then add filters one at a time.
The Actor returns fewer listings than my maxItems setting.
This is expected when the filtered feed contains fewer total listings than your maxItems value. The Actor collects every available match and stops. Try broadening your filters.
Some job listings are missing the salary field.
Jobicy does not require employers to post a salary. When a listing has no salary data, that field will be empty in your dataset. This is normal.
The run timed out before reaching my maxItems.
Increase the run timeout in the Actor's advanced settings. For very large collections near 1,000,000 items, consider splitting the work across multiple runs with narrower filters.
Can I filter by job type or seniority?
The input schema does not expose direct job-type or seniority filters. The Actor collects all matching listings and you can filter the resulting dataset by those columns in your own code or spreadsheet.
FAQ
| Question | Answer |
|---|---|
| Do I need a Jobicy account or API key? | No. The Actor reads Jobicy's public job feed directly. You do not need to register, log in, or obtain an API key. |
| What filters can I apply? | You can filter by industry slug (e.g. engineering, marketing), geo slug (e.g. usa, europe, anywhere), and a free-text tag. All three are optional and can be combined. |
| How many job listings can I scrape in one run? | You set the maximum with the maxItems field, up to 1,000,000 per run. The Actor stops when it hits your limit or runs out of matching listings. |
| What data fields does each job listing include? | Each row returns the job title, company name, salary range, industry, job type, seniority level, geo, tags, and the full job description. |
| Can I export the results to Google Sheets? | Yes. Apify's integrations let you push the dataset directly to Google Sheets, or you can export to CSV, JSON, Excel, or XML from the dataset tab. |
| How often does the data refresh? | The Actor reads the live Jobicy feed on every run. Schedule it to run hourly, daily, or weekly and you will always get the latest listings. |
| Does this Actor handle pagination? | Yes. It follows the feed automatically until it collects your requested number of listings or reaches the end of the filtered results. |
| Can I scrape jobs from multiple industries at once? | The industry filter accepts one slug per run. To collect multiple industries, run the Actor once per industry and merge the datasets. |
| Is this Actor suitable for production job boards? | Yes. The output schema is fixed and predictable, so you can pipe it into a database, API, or frontend reliably on a schedule. |
| What is the difference between the geo and tag filters? | Geo filters by region (e.g. usa, europe, anywhere). Tag filters by a keyword tag that Jobicy assigns to listings, such as a skill or tool name. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Jobicy. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
