RemoteOK Job Scraper β Remote Jobs, Tags & Salaries
Pricing
from $0.0005 / job scraped
RemoteOK Job Scraper β Remote Jobs, Tags & Salaries
Scrape remote job listings from RemoteOK: position, company, tags, location, salary range, and full job description. One request, complete records.
Pricing
from $0.0005 / job scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Scrape remote job listings from RemoteOK (remoteok.com) with rich, structured data: position, company, tags, location, salary range, and the full job description β all in a single pass. Fast, reliable, no login or API key.

Features
- π Remote-first jobs β the latest openings across dev, design, marketing, ops, finance and more
- π·οΈ Tags β every job's skill/category tags, ideal for filtering and analysis
- π° Salary β structured min/max (USD) when the listing provides it
- π Full descriptions included β the complete job description comes with every record, no extra step
- π Flexible filters β by keyword, tag, location, and salary range
- β‘ Fast & cheap β clean structured JSON via RemoteOK's public API
Input
{"searchQueries": ["react", "senior"],"tags": ["dev", "engineer"],"location": "United States","salaryMin": 80000,"maxItems": 100}
| Field | Description |
|---|---|
searchQueries | Keywords matched against title, company, tags, location (blank = all) |
tags | RemoteOK tags; a job matches if it has any of them |
location | Location substring filter |
salaryMin | Only jobs whose salary reaches at least this (USD) |
salaryMax | Only jobs whose minimum salary is at or below this (USD) |
maxItems | Max jobs to return |
All fields are optional β run with no input to get the latest remote jobs.
Output

{"type": "job","id": "1134655","slug": "remote-senior-react-engineer-acme-1134655","position": "Senior React Engineer","company": "Acme Inc","companyLogo": "https://remoteok.com/assets/β¦/logo.png","location": "Worldwide","remote": true,"tags": ["dev", "react", "engineer", "senior"],"salary": { "currency": "USD", "min": 100000, "max": 140000 },"salaryText": "$100,000 - $140,000","postedDate": "2026-07-09T15:04:15+00:00","postedEpoch": 1783609455,"description": "Full job description textβ¦","applyUrl": "https://remoteok.com/remote-jobs/β¦","url": "https://remoteok.com/remote-jobs/β¦","source": "Remote OK"}
Output schema
| Field | Type | Description |
|---|---|---|
type | string | Record type (e.g. job). |
id | string | RemoteOK listing ID. |
slug | string | URL slug for the listing. |
position | string | Job title. |
company | string | Hiring company name. |
companyLogo | string | URL of the company logo. |
location | string | Location or region for the role. |
remote | boolean | Whether the role is remote. |
tags | array | Skill and category tags on the listing. |
salary | string | Salary range for the listing, when provided. |
salaryText | string | Human-readable salary range text. |
postedDate | string (ISO date) | When the job was posted. |
postedEpoch | integer | Posting time as a Unix timestamp. |
description | string | Full job description as plain text. |
descriptionHtml | string | Full job description with HTML formatting. |
applyUrl | string (URL) | Link to apply for the job. |
url | string (URL) | Link to the listing on RemoteOK. |
source | string | Source credited for the listing. |
Use cases
- Job aggregation β feed a job board or newsletter with fresh remote listings
- Remote-work & salary research β analyze demand and pay by skill tag
- Recruiting & sourcing β track remote openings by role, company, or stack
- Lead generation β find companies actively hiring remotely
FAQ
Do I need a RemoteOK account or API key? No. The Actor uses Remote OK's public API β no login and no API key required.
How many jobs can I get per run?
Use maxItems to set how many jobs to return. The API serves the latest listings, so a run returns the most recent remote jobs that match your filters.
Is scraping RemoteOK legal? Only public data is used, via Remote OK's official public API. Per their API Terms, every record links back to its job URL on Remote OK with Remote OK credited as the source. Review their terms for your specific use case.
What's the output format?
Structured JSON β one record per job with position, company, tags, location, structured salary (min/max USD), postedDate, the full description and the apply url. Export as JSON, CSV or Excel.
Can I filter by keyword, tag or salary?
Yes. Filter with searchQueries (matched against title, company, tags and location), tags, a location substring, and salaryMin/salaryMax. Leave everything blank to get the latest remote jobs.
Can I connect this to other apps? The RemoteOK Job Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Related Actors
Widen your remote-jobs pipeline with related scrapers:
- We Work Remotely Jobs Scraper β remote jobs with full descriptions by category.
- Remote Jobs Aggregator β five remote boards merged and de-duplicated into one dataset.
- Dice Jobs Scraper β US tech jobs from Dice with salaries.
- Company Careers Job Scraper β roles from Greenhouse, Lever and Ashby career pages.
Notes
Data comes from Remote OK's public API and, per their API Terms of Service, every record links back to its job URL on Remote OK with Remote OK credited as the source. The API serves the latest listings, so runs return the most recent remote jobs (filtered by your criteria). Only public data is scraped; no login or API key is required.