RemoteOK Job Scraper — Remote Jobs, Tags & Salaries avatar

RemoteOK Job Scraper — Remote Jobs, Tags & Salaries

Pricing

Pay per event

Go to Apify Store
RemoteOK Job Scraper — Remote Jobs, Tags & Salaries

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. No login or API key.

Pricing

Pay per event

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 hours ago

Last modified

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 — pure JSON via RemoteOK's public API, no browser, works without proxies

Input

{
"searchQueries": ["react", "senior"],
"tags": ["dev", "engineer"],
"location": "United States",
"salaryMin": 80000,
"maxItems": 100
}
FieldDescription
searchQueriesKeywords matched against title, company, tags, location (blank = all)
tagsRemoteOK tags; a job matches if it has any of them
locationLocation substring filter
salaryMinOnly jobs whose salary reaches at least this (USD)
salaryMaxOnly jobs whose minimum salary is at or below this (USD)
maxItemsMax 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"
}

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

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.