RemoteOK Jobs Scraper — official public API, no login avatar

RemoteOK Jobs Scraper — official public API, no login

Pricing

$1.00 / 1,000 job posting scrapeds

Go to Apify Store
RemoteOK Jobs Scraper — official public API, no login

RemoteOK Jobs Scraper — official public API, no login

Pull open remote job postings from RemoteOK's official public API, filtered by tag (python, marketing, design, etc.): title, company, location, tags, salary range, description, apply URL, published date. No login, no proxies. Contact info is redacted from descriptions.

Pricing

$1.00 / 1,000 job posting scrapeds

Rating

0.0

(0)

Developer

Backyard Tools

Backyard Tools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

**Remoteok API** — Pull open remote job postings from RemoteOK's official public API by tag: title, company, location, salary range, apply URL, dates. No login, contact info redacted.

Pull open remote job postings from RemoteOK (remoteok.com) via the site's own public JSON API — the same endpoint RemoteOK's own frontend and third-party tools use (RemoteOK even lists its own "Remote OK Jobs API" on Product Hunt). No login, no proxies, nothing to fight.

Source: Remote OK. Per Remote OK's own API Terms of Service, every output row includes the original job's url on remoteok.com so downstream use can link back and credit Remote OK as the source.

Tested (2026-09-02)

TagJobs returned
python100
javascript100
marketing100
design100
devops100
sales99

RemoteOK always returns its current pool of matching postings (capped around 100 per tag); there is no further pagination beyond that. A tag with no matching postings returns 0 items (no charge).

Remoteok API — input

{
"targets": ["python", "marketing"],
"maxItems": 500
}

Each target is a RemoteOK tag — the same skill/role/category tags shown on remoteok.com job listings (e.g. python, react, marketing, devops, design).

Remoteok API — output fields

One dataset item per job posting:

Field
job_idRemoteOK job id
titlejob title
companycompany name
locationlocation label as posted (often "Worldwide" or a region)
tagscomma-separated skill/category tags
salary_min / salary_maxsalary range if disclosed by the poster (null if not disclosed)
descriptionfull job description, HTML stripped to plain text
urlthe job's page on remoteok.com
published_atpublish date (ISO 8601)

No personal data: job description text is scanned for email addresses, phone numbers, and street addresses, which are replaced with [redacted-email] / [redacted-phone] / [redacted-address] before being written to the dataset (some postings include a recruiter's direct contact details in the free-text description).

Use Cases

  • Remote-salary benchmarking — aggregate salary_min / salary_max across postings in a tag to see going rates
  • Skill-demand tracking — count postings per tag (e.g. python, react) to see which skills are most in demand
  • Niche remote-job aggregation — build a job board or newsletter from a specific tag
  • Company hiring monitoring — watch which companies are actively posting remote roles

Pricing

Pay per event: $1.00 per 1,000 job postings collected. Nothing else.