Remote Jobs Scraper — 8 Boards incl. JustJoin & NoFluffJobs avatar

Remote Jobs Scraper — 8 Boards incl. JustJoin & NoFluffJobs

Pricing

from $0.50 / 1,000 jobs

Go to Apify Store
Remote Jobs Scraper — 8 Boards incl. JustJoin & NoFluffJobs

Remote Jobs Scraper — 8 Boards incl. JustJoin & NoFluffJobs

Scrape remote jobs from 8 public boards in one run — RemoteOK, Remotive, Himalayas, Arbeitnow, Jobicy, Working Nomads, JustJoin.it & NoFluffJobs (last two add salary-rich EU/Poland tech roles). No login, no anti-bot. Unified JSON: title, company, salary, tags, seniority, apply URL, ISO date.

Pricing

from $0.50 / 1,000 jobs

Rating

0.0

(0)

Developer

Petro Pankov

Petro Pankov

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Remote Jobs Scraper — RemoteOK, Remotive, Himalayas, Arbeitnow, Jobicy, Working Nomads, JustJoin.it & NoFluffJobs (no login)

Aggregate open remote jobs from eight public job boards in a single run — no login, no cookies, no anti-bot. Unlike a company-board scraper, you don't pass a company slug: pick the sources you want and get a fresh cross-board list of remote roles, all normalized to one schema. JustJoin.it and NoFluffJobs add salary-rich EU/Poland tech remote roles the US-centric boards miss.

Why this one

Every source here serves a public JSON feed. There is no Cloudflare, no doc_id, no rotating CSS class to break — so the actor stays reliable by construction. That's the opposite of Indeed/LinkedIn scrapers, which fight anti-bot walls and rate 1–3 stars when they break.

Sources

BoardFeed
RemoteOKremoteok.com/api
Remotiveremotive.com/api/remote-jobs
Himalayashimalayas.app/jobs/api
Arbeitnowarbeitnow.com/api/job-board-api
Jobicyjobicy.com/api/v2/remote-jobs
Working Nomadsworkingnomads.com/api/exposed_jobs
JustJoin.itapi.justjoin.it/v2/user-panel/offers (remote only)
NoFluffJobsnofluffjobs.com/api/joboffers/main (remote only)

Input

{
"sources": ["remoteok", "remotive", "himalayas", "arbeitnow", "jobicy", "workingnomads", "justjoin", "nofluffjobs"],
"keywords": ["python", "devops"],
"categories": ["engineering"],
"locations": ["usa", "europe"],
"remoteOnly": true,
"includeDescription": false,
"maxJobs": 500
}
  • sources — which boards to pull (empty = all four).
  • keywords — keep jobs whose title/tags/category match any (case-insensitive).
  • categories — keep jobs whose category/tags match any.
  • locations — keep jobs whose location/region matches any.
  • remoteOnly — drop non-remote roles (Arbeitnow mixes in on-site jobs).
  • includeDescription — attach plain-text descriptions (larger output).
  • maxJobs — cap total results after filtering (0 = no cap).

Output

Each item is one job, unified across boards:

{
"source": "remotive",
"company": "Acme",
"jobId": "12345",
"title": "Senior Python Engineer",
"location": "USA, Europe",
"remote": true,
"category": "Software Development",
"tags": ["python", "django", "aws"],
"employmentType": "full_time",
"seniority": "Senior",
"salaryMin": 120000,
"salaryMax": 160000,
"salaryCurrency": "USD",
"url": "https://remotive.com/remote-jobs/...",
"postedAt": "2026-07-16T00:00:00",
"description": ""
}

Pricing

Pay-per-event: a tiny actor-start fee plus a per-job charge. You pay only for jobs actually returned.