Remote Jobs Scraper — RemoteOK, Greenhouse & Lever avatar

Remote Jobs Scraper — RemoteOK, Greenhouse & Lever

Pricing

from $2.00 / 1,000 jobs

Go to Apify Store
Remote Jobs Scraper — RemoteOK, Greenhouse & Lever

Remote Jobs Scraper — RemoteOK, Greenhouse & Lever

Scrape remote jobs from RemoteOK and live openings from any company's Greenhouse or Lever careers board: title, company, location, tags, salary and apply URL. No API key.

Pricing

from $2.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape remote job listings from RemoteOK and pull live openings straight from any company's Greenhouse or Lever careers board — title, company, location, tags, salary and apply URL. No API key, no login.

Because it reads companies' own ATS boards, the data is first-party and always current — not a stale aggregator copy.

What you can do with it

  • 🧲 Build a job board or aggregator with fresh listings
  • 🎯 Track hiring at target companies (great buying signal for sales)
  • 📊 Talent-market research — roles, salaries and remote share over time
  • 🔔 Job alerts — run on a schedule and diff the results

Input

FieldTypeDescription
sourcesarrayAny of remoteok, greenhouse, lever.
greenhouseCompaniesarrayBoard slugs, e.g. stripe (from boards.greenhouse.io/<slug>).
leverCompaniesarrayCompany slugs (from jobs.lever.co/<slug>).
keywordstringKeep only jobs matching this text in title/company/location/tags.
maxJobsintegerMax jobs in total.

Example — track hiring at specific companies

{ "sources": ["greenhouse", "lever"], "greenhouseCompanies": ["stripe", "airbnb"], "leverCompanies": ["netflix"], "keyword": "engineer", "maxJobs": 200 }

Output

{
"source": "greenhouse",
"id": "8077887",
"title": "Account Executive, Bridge",
"company": "Stripe",
"location": "SF, NYC, SEA, CHI",
"isRemote": false,
"tags": [],
"salaryMin": null,
"salaryMax": null,
"postedAt": "2026-08-01T12:00:00Z",
"url": "https://stripe.com/jobs/search?gh_jid=8077887"
}

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • All three sources are public JSON APIs — no keys, no bot protection, very stable.
  • Find a Greenhouse slug in boards.greenhouse.io/<slug> and a Lever slug in jobs.lever.co/<slug>. An invalid slug is reported as a warning and skipped.
  • Salary fields are populated where the source provides them (mainly RemoteOK).