RemoteOK Jobs Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
RemoteOK Jobs Scraper
Scrape remote job listings from RemoteOK — positions, companies, salaries, tags, and descriptions. Filter by keyword, tag, salary, or location.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

Daniel
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Apify actor that scrapes remote job listings from RemoteOK using their public JSON API.
Features
- All mode — fetches all available remote job listings
- Search mode — filter by keyword query and/or tags
- Salary filter — only return jobs above a minimum salary
- Location filter — match jobs by location string
- Clean output — HTML descriptions are also provided as plain text
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | all | all or search |
query | string | "" | Keyword filter (position, company, description). Search mode only. |
tags | string | "" | Comma-separated tag filter (e.g. python,react). Search mode only. |
max_items | integer | 10 | Maximum number of results |
min_salary | integer | 0 | Minimum salary filter (0 = disabled) |
location_filter | string | "" | Location string match |
Output
Each result contains:
id,date,epoch— job identifiers and timingcompany,company_logo— company infoposition— job titletags— array of job tagsdescription— original HTML descriptionplain_text_description— cleaned plain text descriptionlocation— job locationsalary_min,salary_max— salary rangeurl— job URL from APIapply_url— direct application URLoriginal_url— constructed RemoteOK job page URL
API Notes
- RemoteOK returns all jobs in a single API call (no pagination)
- First element in the response array is metadata (skipped automatically)
- Rate limit: max 1 request per 5 seconds