RemoteOK Job Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store

RemoteOK Job Scraper
Scrape remote job listings from RemoteOK with filters for keywords, tags, location, and salary range. Extracts job titles, company details, salary data, tags, descriptions, and apply links, with support for sorting and result limits.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
RemoteOK Job Scraper (Apify Actor)
Fetches remote job listings from RemoteOK's
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | "" | Keyword match against title + description + tags. |
tags | string[] | [] | Required tags (AND across all). Case-insensitive. |
location | string | "" | Substring match against listing location. |
minSalary | integer | — | Drop listings whose advertised max salary is below this. |
requireSalary | boolean | false | If true, also drop listings without salary info. |
sortBy | enum | "newest" | newest / oldest / salary_desc / salary_asc. |
maxResults | integer | 100 | Cap on stored listings (1–500). |
Example input:
{"query": "python","tags": ["senior", "backend"],"location": "Europe","minSalary": 80000,"requireSalary": true,"sortBy": "salary_desc","maxResults": 50}
Output
Each dataset record:
{"id": 1234567,"title": "Senior Python Engineer","company": "Acme Remote Ltd.","company_logo": "https://remoteok.com/assets/...","tags": ["python", "senior", "backend"],"tags_str": "python, senior, backend","location": "Europe","salary_min": 90000,"salary_max": 130000,"salary_range": "$90,000 – $130,000","description": "We're hiring a senior backend engineer...","apply_url": "https://...","url": "https://remoteok.com/remote-jobs/1234567","posted": "2026-05-22T08:14:00+00:00","epoch": 1747900440}
A SUMMARY key on the key-value store records the run's parameters and counts.