Remote Jobs Monitor — Remotive + RemoteOK in one feed avatar

Remote Jobs Monitor — Remotive + RemoteOK in one feed

Pricing

Pay per usage

Go to Apify Store
Remote Jobs Monitor — Remotive + RemoteOK in one feed

Remote Jobs Monitor — Remotive + RemoteOK in one feed

Remote job postings from Remotive and RemoteOK in one normalized, deduplicated feed. Filter by keywords and category; schedule with onlyNew for an automatic new-jobs radar. Official APIs, no scraping.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Yo45ure

Yo45ure

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Aggregates remote job postings from the official public APIs of Remotive and Remote OK into one normalized, deduplicated feed — filtered by keywords, category and source.

Both boards publish these endpoints deliberately so developers can redistribute their jobs. No scraping, no login, no API key — which means near-zero breakage and maintenance compared to scraping job sites.

What it does

  • Pulls from the official Remotive API and the official RemoteOK API
  • Normalizes both into one schema: title, company, tags, location, salary, publication date, description excerpt, direct link
  • Keyword filter applied uniformly to both sources (title, company, tags, description) plus a category filter for Remotive jobs
  • Monitoring mode (onlyNew): run on a schedule and each run emits only jobs you haven't seen before — connect the dataset to email/Slack/Sheets via any Apify integration and you have an automatic job radar

Example: senior Python roles, monitored daily

{
"sources": ["remotive", "remoteok"],
"keywords": ["python", "senior"],
"onlyNew": true,
"maxItems": 200
}

Typical output item:

{
"id": "remotive-1919266",
"source": "Remotive",
"title": "Senior Independent AI Engineer / Architect",
"company": "A.Team",
"category": "Software Development",
"tags": ["go", "testing"],
"jobType": "contract",
"location": "Americas, Europe, Israel",
"salary": "$120 - $170 /hour",
"publicationDate": "2026-08-16T10:09:41",
"url": "https://remotive.com/remote-jobs/software-development/senior-independent-ai-engineer-architect-1919266",
"description": "A.Team is a network of senior product builders..."
}

Input

fieldmeaning
sourcesremotive, remoteok, or both
categoryRemotive category slug, e.g. software-dev, design, marketing (RemoteOK jobs carry no category, so setting this returns Remotive jobs only)
keywordscase-insensitive substrings matched against title, company, tags and description — filter both sources
onlyNewdedup against previous runs (for schedules)
maxItemscap per run

Scheduling a job radar

  1. Set onlyNew: true
  2. Create a Schedule (e.g. daily 08:00 — both boards advise a few pulls per day at most)
  3. Add an integration on the dataset (email, Slack, Google Sheets, webhook)

New matching jobs land in your inbox; silence means nothing new — not a broken run.

Attribution

Every item carries source and a direct url back to the original posting, as required by both boards' API terms. Jobs are sourced from Remotive and Remote OK — follow the links to apply.