Remote Jobs Scraper
Pricing
from $3.00 / 1,000 results
Remote Jobs Scraper
Scrape remote job listings from Jobicy - a curated remote job board with 1,000+ active remote jobs. Filter by keyword, location, job level, and more. Extracts job title, company, salary, type, and direct application links.
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
3 days ago
Last modified
Categories
Share
Scrape remote job listings from Jobicy — a curated remote-first job board with 1,000+ active positions across software, marketing, design, finance, healthcare, and more.
No API key, proxy, or authentication required. 100% free to use.
What does this actor do?
This actor queries the Jobicy public API to retrieve remote job listings. You can filter by:
- Keyword / skill — e.g.
python,react,marketing,aws - Geographic region — e.g.
USA,Europe,UK,APAC,worldwide - Seniority level — Junior, Midweight, Senior, or Any
Results include the job title, company, salary range (when disclosed), job type, location, and a direct link to apply.
Input
| Field | Type | Description |
|---|---|---|
keyword | string | Search keyword/skill (e.g. python, react). Leave blank for all jobs. |
geo | string | Geographic region filter (e.g. USA, Europe). Leave blank for all regions. |
jobLevel | string | Seniority level: Any, Junior, Midweight, Senior, or blank for all. |
maxItems | integer | Max results to return (1–100). Default: 20. |
Example Input
{"keyword": "python","geo": "USA","jobLevel": "Senior","maxItems": 50}
Output
Each record contains:
| Field | Type | Description |
|---|---|---|
id | integer | Unique job ID |
title | string | Job title |
company | string | Company name |
companyLogo | string | Company logo URL |
jobUrl | string | Direct link to the job posting |
category | string | Industry/category (e.g. Software Development) |
jobType | string | Employment type (e.g. Full-Time) |
jobLevel | string | Seniority level |
location | string | Geographic region |
salaryMin | integer | Minimum annual salary (USD, if disclosed) |
salaryMax | integer | Maximum annual salary (USD, if disclosed) |
salaryCurrency | string | Salary currency code |
salaryPeriod | string | Pay period (e.g. Annual) |
description | string | Short job description excerpt |
publishedAt | string | Publication date/time (ISO 8601) |
tags | array | Industry tags |
scrapedAt | string | Scrape timestamp (ISO 8601) |
Example Output
{"id": 145337,"title": "Senior Python Engineer","company": "Acme Corp","jobUrl": "https://jobicy.com/jobs/145337-senior-python-engineer","category": "Software Development & Engineering","jobType": "Full-Time","jobLevel": "Senior","location": "USA","salaryMin": 120000,"salaryMax": 160000,"salaryCurrency": "USD","salaryPeriod": "Annual","description": "We are looking for a Senior Python Engineer...","publishedAt": "2026-05-28 12:00:00","tags": ["Software Development & Engineering"],"scrapedAt": "2026-06-03T10:00:00+00:00"}
Use Cases
- Job seekers — find remote positions matching your skills and location preferences
- Recruiters — monitor the remote job market for competitive salary data
- Researchers — analyse remote work trends by industry, level, and region
- Aggregators — build job board feeds and newsletters from live data
FAQ
Is authentication required? No. This actor uses the Jobicy public API which requires no sign-up or API key.
How many jobs can I get? Up to 100 jobs per run (Jobicy API limit per request).
How often is the data updated? Jobicy updates their listings continuously. Run this actor daily for fresh data.
Can I filter by multiple keywords? Currently one keyword per run. Run multiple times with different keywords to cover more skills.
What regions are supported? Any region served by Jobicy: USA, Europe, UK, APAC, Canada, Australia, Germany, France, and more.
Is salary always available?
Salary is optional on job postings. Many listings include it; some do not. The salaryMin/salaryMax fields are omitted when undisclosed.
Data Source
Data is sourced from Jobicy (jobicy.com) via their public REST API. Please credit Jobicy when using this data publicly.