RemoteOK Jobs Scraper avatar

RemoteOK Jobs Scraper

Pricing

Pay per usage

Go to Apify Store
RemoteOK Jobs Scraper

RemoteOK Jobs Scraper

Scrape remote job listings from RemoteOK. Role, company, salary range, location, tags, description, apply URL. Pay per job.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

RemoteOK Jobs Scraper 🌐

Scrape remote job listings from RemoteOK β€” one of the most popular remote-jobs boards with a live feed of thousands of roles from startups, agencies and remote-first companies.

What it does

Fetch remote jobs filtered by tag/keyword/salary and return them as a structured dataset:

  • Position (job title) and company
  • Salary range (USD min / max, when disclosed)
  • Location and remote eligibility
  • Tags (skills, seniority, function)
  • Description and apply URL
  • Company logo, posted date, jobId

Why this scraper?

  • πŸ“‘ Uses RemoteOK's public JSON API β€” reliable, no anti-bot breakage
  • ⚑ Fast: no browser, no proxy fees on the happy path
  • 🎯 Tag-based filtering (dev, react, python, marketing, design, senior…) + optional salary floor
  • 🌍 Global remote talent pool β€” no geo-restrictions

Input

FieldTypeDefaultDescription
tagstringdevRemoteOK tag (dev, react, python, marketing, design, senior…). Empty = all recent
keywordsstringβ€”Optional: filter jobs whose title contains this keyword
minSalaryinteger0Only include jobs with listed min salary β‰₯ this (USD)
maxJobsinteger50Max jobs (cap 500)

Output

{
"jobId": "928312",
"position": "Senior Backend Engineer",
"company": "Acme Labs",
"companyLogo": "https://remoteok.com/assets/img/jobs/....png",
"location": "Worldwide",
"remote": true,
"salaryMin": 110000,
"salaryMax": 160000,
"currency": "USD",
"tags": ["dev", "senior", "backend", "go", "postgres"],
"description": "We're looking for a backend engineer...",
"applyUrl": "https://remoteok.com/remote-jobs/928312-senior-backend-engineer-acme-labs",
"url": "https://remoteok.com/remote-jobs/928312-senior-backend-engineer-acme-labs",
"postedAt": "2026-04-20T14:32:00.000Z"
}

Pricing

Pay-per-event: $0.002 per job ($2 per 1,000).

Free users: up to 15 jobs per run.

Use cases

  • Recruiters / sourcers β€” Build remote-talent outreach lists
  • Job boards / aggregators β€” Feed your site with fresh remote roles
  • Candidate tools β€” Daily "new remote jobs" digests by tag
  • Market research β€” Remote comp trends by stack / seniority
  • Salary benchmarking β€” Aggregate salary data by role + tag