Remote Job Board Aggregator – RemoteOK, Arbeitnow & More
Pricing
from $1.74 / 1,000 job listings
Remote Job Board Aggregator – RemoteOK, Arbeitnow & More
Fresh remote job listings from RemoteOK, Arbeitnow, Jobicy, We Work Remotely and Himalayas in one schema. Input: which boards, keyword, location. Output: title, company, salary, tags, apply link. $1.74/1k jobs.
Pricing
from $1.74 / 1,000 job listings
Rating
0.0
(0)
Developer
Glidepath
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Get fresh remote job listings from five public job boards — RemoteOK, Arbeitnow, Jobicy, We Work Remotely and Himalayas — normalised into one clean schema.
It reads each board's own public API or RSS feed (no login, no cookies, no browser), so runs are fast, cheap and stable. Every job links back to its own listing on the source board.
Who uses it
- Recruiters and sourcers — one feed instead of checking five sites.
- Job-market research — track how many remote roles open up per week, by tag or region.
- Newsletter and job-alert builders — a single, deduplicated feed to filter by keyword.
- AI agents — a single, predictable tool for "what remote jobs are open right now for X?".
How to use it
- Choose which job boards to read (default: all five).
- Optionally filter by keyword, location or posted within (days).
- Run it and download the jobs as JSON, CSV or Excel — or call it via API, schedule it, or connect it to Make, Zapier, n8n, Google Sheets or your AI agent (Apify MCP).
Input example
{"sources": ["remoteok", "arbeitnow", "jobicy"],"keyword": "python","postedWithinDays": 14}
Output example
{"source": "remoteok","sourceId": "1137431","title": "Senior Backend Engineer","company": "Acme Inc","companyLogo": "https://remoteok.com/logo.png","location": "Worldwide","remote": true,"tags": ["python", "backend", "senior"],"jobType": ["Full-Time"],"salaryMin": 90000,"salaryMax": 130000,"salaryCurrency": null,"postedAt": "2026-09-24T16:00:06Z","url": "https://remoteok.com/remote-jobs/1137431","applyUrl": "https://remoteok.com/remote-jobs/1137431","descriptionText": "We're looking for a backend engineer to join our small, fully remote team...","scrapedAt": "2026-09-26T09:00:00Z"}
| Field | Description |
|---|---|
source, sourceId | Which board the job came from and its own id (use both to de-duplicate) |
title, company, companyLogo | As published by the board |
location, remote | Free-text location/region and whether the role is remote |
tags, jobType | Skills/industry tags and employment type (e.g. Full-Time, Contract) |
salaryMin, salaryMax, salaryCurrency | Only when the board publishes them; null otherwise (never guessed) |
postedAt | ISO 8601 UTC, when the board publishes a date |
url | The job's own page on the source board |
applyUrl | Direct application link, when the board provides one separate from url |
descriptionText | Plain text, e-mail addresses and phone numbers removed by default |
A per-board summary (jobs found, matched, saved, errors) is stored in the run's key-value store as SUMMARY.
Pricing
Pay per result: $1.74 per 1,000 job listings, the same price on every Apify plan. A board that can't be read is never charged for, and the same job is never charged twice within one run.
- Daily check across all five boards, ~500 new jobs/day → about $26.10/month.
- One-off pull of 2,000 jobs for a keyword → about $3.48.
Set a maximum cost per run in the run options and the Actor stops cleanly when it is reached.
Limits and notes
- Boards are read as-is: this Actor doesn't visit LinkedIn, Indeed or any board that requires a login, and doesn't scrape reviewer or applicant identities.
- Salary fields are only filled in when the board itself publishes a number; they're never estimated.
- Descriptions are cleaned to plain text. E-mail addresses and phone numbers a poster left in a description are removed by default.
- Each job always keeps a link back to its original page on the source board.
FAQ
Is it legal to aggregate these job boards? This Actor only reads each board's own public API or RSS feed, published for exactly this kind of use. It doesn't log in and doesn't bypass any protection. One board (Remotive) that also has a public API is intentionally excluded because its own robots.txt disallows automated access to it.
Why did a board return 0 jobs? Check SUMMARY for the exact error — a board's feed can be briefly unavailable; the run still returns jobs from the other boards.
Can I filter by keyword or location? Yes — set Keyword and Location contains in the input.
Can I use it from an AI agent? Yes, via the Apify MCP server or API. Pass sources as a list; results are the dataset items above.
Support
Open an issue on the Actor's Issues tab with the input you used and the run link — we reply within a few days.
Made by Glidepath. See the changelog for updates.