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

1

Total users

0

Monthly active users

5 days 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 eight).
  • 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": ""
}

FAQ

Is this a remote jobs API? Effectively yes — it unifies eight public remote-job feeds into one normalized JSON dataset, so you get a single remote jobs API surface instead of integrating eight.

How is it different from other remote-jobs aggregators? Every source is a documented public JSON feed (no Cloudflare, no login, no anti-bot), so runs don't break the way Indeed/LinkedIn scrapers do — and JustJoin.it + NoFluffJobs add salary-rich EU/Poland tech roles the US-centric boards miss.

Can I filter by keyword, category, location or salary? Yes — filter by keyword, category and location at input, and every row carries salaryMin/salaryMax/salaryCurrency for downstream sorting.

Does it cover European remote jobs, not just US ones? Yes — alongside the US-centric boards it pulls JustJoin.it and NoFluffJobs (salary-rich Poland/EU tech roles) and Arbeitnow (Germany/EU), so European remote jobs show up in the same run instead of being missed by US-only aggregators.

Are these work-from-anywhere roles? Every result is a remote role by construction — the sources are remote-only job boards — so you get work-from-anywhere and location-flexible openings, and you can still narrow by location (e.g. a region or country) when a role is remote within a specific area.

Pricing

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