RemoteOK.com Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
RemoteOK.com Scraper
No API key. No account. Browse the live remote job feed or search by tag/category — get clean JSON back.
Fetches job data from RemoteOK: title, company, tags, location, salary range, apply URL, and full description.
Why this scraper?
- No RemoteOK account or API key required
- Two query modes — browse the full current feed, or filter by a single tag/category (e.g.
python,design,senior) - Rich job data — title, company, tags, location, salary range (when disclosed), apply URL, and full HTML description per job
- Real server-side tag filtering — the tag search hits RemoteOK's own filtered feed, not a client-side filter over the full list
What you can fetch
- Browse jobs — the full current remote job feed (~100 most recent listings)
- Search by tag — jobs filtered to a single tag or category
Usage
Choose a queryType and provide the appropriate inputs.
Browse the current job feed
{ "queryType": "browse" }
Search jobs by tag
{ "queryType": "tag", "tag": "python" }
Input fields
| Field | Type | Description |
|---|---|---|
queryType | select | browse (default) or tag |
tag | string | Tag or category to filter by (e.g. python, design, marketing, senior). Required for queryType=tag |
Output
Each run pushes one item per job to the dataset.
| Field | Description |
|---|---|
id | Numeric RemoteOK job ID (string) |
slug | URL slug |
position | Job title |
company | Company name |
company_logo / logo | Company logo URL (often empty) |
tags | Array of role/skill/category tags |
location | Location string (city, region, or "Worldwide") |
description | Full job description (HTML) |
apply_url | Direct application URL |
url | Job detail page on RemoteOK |
date | Posted date (ISO 8601) |
epoch | Posted date (Unix timestamp) |
salary_min / salary_max | Salary range in USD (present on a minority of listings) |
Use cases
- Remote job boards / aggregators — pull the live feed to power a search or alerts product
- Tag-based job alerts — poll a specific tag (e.g.
python,remote-first) for new postings - Market research — track which skills/roles are most in demand across remote postings
- Salary benchmarking — collect the subset of listings that disclose salary ranges
This scraper is not affiliated with RemoteOK. Per RemoteOK's API terms, any product built on this data should link back to the job's original RemoteOK URL. Please use responsibly and in accordance with RemoteOK's terms of service.