Remote Jobs Scraper avatar

Remote Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Remote Jobs Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
keywordstringSearch keyword/skill (e.g. python, react). Leave blank for all jobs.
geostringGeographic region filter (e.g. USA, Europe). Leave blank for all regions.
jobLevelstringSeniority level: Any, Junior, Midweight, Senior, or blank for all.
maxItemsintegerMax results to return (1–100). Default: 20.

Example Input

{
"keyword": "python",
"geo": "USA",
"jobLevel": "Senior",
"maxItems": 50
}

Output

Each record contains:

FieldTypeDescription
idintegerUnique job ID
titlestringJob title
companystringCompany name
companyLogostringCompany logo URL
jobUrlstringDirect link to the job posting
categorystringIndustry/category (e.g. Software Development)
jobTypestringEmployment type (e.g. Full-Time)
jobLevelstringSeniority level
locationstringGeographic region
salaryMinintegerMinimum annual salary (USD, if disclosed)
salaryMaxintegerMaximum annual salary (USD, if disclosed)
salaryCurrencystringSalary currency code
salaryPeriodstringPay period (e.g. Annual)
descriptionstringShort job description excerpt
publishedAtstringPublication date/time (ISO 8601)
tagsarrayIndustry tags
scrapedAtstringScrape 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.