Remote Jobs Aggregator API avatar

Remote Jobs Aggregator API

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Remote Jobs Aggregator API

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

Alessandro Amato

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

ActionInputDescription
getLatestmaxResultsLatest N jobs from all sources
searchJobsquery, tags, maxResultsSearch across all boards
getBySourcesource, maxResultsJobs 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.0005
  • result: $0.0005
  • ~$1.00 per 1,000 requests

Data Sources

Notes

  • Pure HTTP API calls β€” no browser automation.
  • Near-zero CU cost per run.
  • Results are deduplicated and sorted by recency.