Remote Jobs Aggregator API
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Remote Jobs Aggregator API
Aggregate remote job listings from RemoteOK, We Work Remotely, and Working Nomads into a single unified API. No scraping, no proxy, instant results.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Alessandro Amato
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Aggregate remote job listings from RemoteOK, Remotive, and We Work Remotely β no scraping, no proxy, instant results.
A unified API for remote work opportunities. Fetches from 3 major remote job boards simultaneously, normalizes the data, and delivers clean, searchable results.
Features
- π Multi-Source β RemoteOK API + Remotive API + We Work Remotely RSS
- π Keyword Search β Search by job title, company, or tag across all sources
- π·οΈ Tag Filtering β Filter by tags like
python,react,full-time - π Latest Jobs β Get the newest postings from all boards
- π Direct URLs β Link to original job postings for application
Actions
| Action | Input | Description |
|---|---|---|
getLatest | maxResults | Latest N jobs from all sources |
searchJobs | query, tags, maxResults | Search across all boards |
getBySource | source, maxResults | Jobs from a specific board |
Example Input
{"action": "searchJobs","query": "python","tags": "remote,full-time","maxResults": 10}
Example Output
{"success": true,"action": "searchJobs","timestamp": "2026-05-01T12:00:00Z","data": {"found": true,"query": "python","tags": ["remote", "full-time"],"count": 11,"jobs": [{"id": "remoteok:1131414","title": "Digital Full Stack Engineer","company": "Smart Working Solutions","location": "Remote","url": "https://remoteOK.com/remote-jobs/...","tags": ["react", "frontend", "backend"],"postedAt": "2026-05-01T08:00:03.000Z","source": "remoteok"}]}}
Pricing
- Pay Per Event
apify-actor-start: $0.0005result: $0.0005- ~$1.00 per 1,000 requests
Data Sources
- RemoteOK API β JSON API, no auth
- Remotive API β JSON API, no auth
- We Work Remotely RSS β RSS feed, no auth
Notes
- Pure HTTP API calls β no browser automation.
- Near-zero CU cost per run.
- Results are deduplicated and sorted by recency.