Jobicy Remote Jobs Scraper
Pricing
from $3.00 / 1,000 results
Jobicy Remote Jobs Scraper
Scrape Jobicy.com - a curated remote job board with 1,000+ active listings. Search by keyword, filter by industry, job type, location, and seniority level. Returns job title, company, salary range, description, and direct apply URL.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape Jobicy.com — a curated remote job board with 1,000+ active listings updated daily. Search by keyword or browse by industry. Returns job title, company, salary range, job description, and a direct apply URL. Uses the public Jobicy JSON API. No auth or proxy required.
What this actor does
- Two modes:
searchJobs(keyword search) andbrowseByIndustry(industry category) - Filters: job type, location/region, and seniority level
- Salary data: formatted range string plus raw min/max/currency/period fields
- Clean text: HTML tags stripped from excerpts and descriptions
- Empty fields are omitted — every record field contains real data
Output per job
| Field | Description |
|---|---|
jobId | Unique Jobicy job ID |
jobTitle | Job title |
companyName | Hiring company name |
companyLogoUrl | Company logo image URL |
industry | Primary industry category |
allIndustries | All industry categories (when more than one) |
jobType | Employment type (Full-Time, Contract, etc.) |
jobGeo | Geographic requirement (Worldwide, USA, Europe, etc.) |
jobLevel | Seniority level (Junior, Senior, Lead, etc.) |
jobExcerpt | Short plain-text job summary |
jobDescription | Full plain-text job description |
salaryRange | Formatted salary range (e.g. USD 80000–120000 /year) |
salaryMin | Minimum salary (raw number) |
salaryMax | Maximum salary (raw number) |
salaryCurrency | Salary currency code (USD, EUR, GBP, etc.) |
salaryPeriod | Salary period (year, month, hour) |
pubDate | Publication date |
jobUrl | Direct link to the job listing on Jobicy |
jobSlug | URL-friendly job slug |
recordType | Always "job" |
scrapedAt | UTC timestamp of when the record was scraped |
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | searchJobs | searchJobs — search by keyword; browseByIndustry — list jobs in a category |
query | string | Python developer | Keyword or job title (required for searchJobs) |
industry | select | – | Industry slug (required for browseByIndustry) |
jobType | select | Any | Filter by employment type |
location | string | – | Country or region filter, e.g. USA, Europe, Worldwide |
level | select | Any | Seniority level filter |
maxItems | integer | 50 | Hard cap on emitted records (1–500) |
Industry options
software-engineering, data-science-analytics, devops-sysadmin, product-management, design-ux, marketing, sales, customer-support, finance, hr
Example: search for Python jobs
{"mode": "searchJobs","query": "Python developer","jobType": "Full-Time","level": "Senior","maxItems": 50}
Example: browse software engineering jobs
{"mode": "browseByIndustry","industry": "software-engineering","location": "USA","maxItems": 100}
Example: data science jobs anywhere
{"mode": "browseByIndustry","industry": "data-science-analytics","maxItems": 50}
Use cases
- Job aggregators — pull fresh remote listings into your own job board
- Market research — track salary ranges and hiring trends by role or industry
- Talent analytics — analyse demand for specific skills across remote companies
- Career tools — power job recommendation engines with structured remote job data
- Job alerts — monitor Jobicy daily for new roles matching your criteria
FAQ
What is Jobicy? Jobicy is a curated remote job board featuring verified remote-first opportunities from companies worldwide, updated continuously.
Do I need an API key or account? No. Jobicy provides a free public JSON API that this actor uses directly. No credentials required.
How many jobs are available? Jobicy typically has 1,000+ active listings. Each API request returns up to 50 jobs per call.
How fresh is the data?
Jobicy's API reflects current active listings. The actor adds a scrapedAt timestamp for each run.
What does jobGeo mean?
It is the geographic requirement for the role, for example Worldwide (truly remote, any country), USA Only, Europe, etc.
Can I filter by location?
Yes — set the location input to any substring that appears in jobGeo, e.g. USA, UK, Europe. The filter is case-insensitive and does partial matching.
What job types are available? Full-Time, Part-Time, Contract, Freelance, and Internship. Leave blank to return all types.
What seniority levels are available? Junior, Mid-Level, Senior, Lead, and Manager. Leave blank or select "Any" for all levels.
Are salary fields always populated?
No — salary data is optional on Jobicy. When present, the actor returns structured salaryRange, salaryMin, salaryMax, salaryCurrency, and salaryPeriod fields. When absent, those fields are omitted entirely.