RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs avatar

RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs

Pricing

$0.10 / 1,000 free runs

Go to Apify Store
RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs

RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs

Exports RemoteOK remote job listings with title, company, salary range, tags, location, description, and apply URL from RemoteOK's public JSON API.

Pricing

$0.10 / 1,000 free runs

Rating

5.0

(3)

Developer

Ahmed

Ahmed

Maintained by Community

Actor stats

3

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

Share

Exports remote job listings from RemoteOK, including job title, company, salary range, tags, location, full description, and direct apply URL. Built for recruiters sourcing candidates, job board operators aggregating listings, and job seekers building custom search or alert tools who need structured RemoteOK data without manually browsing the site.

Why this scraper

  • Pulls the same field set as the most complete alternatives — salary min/max, full HTML job description, tags, location, apply URL, and company logo — sourced directly from RemoteOK's public JSON API.
  • Reads an unauthenticated public endpoint, so there's no login, CAPTCHA, or blocking behavior to work around.
  • Runs at $0 per run, with no per-result or per-start charges.

Output fields

FieldTypeDescription
idstringRemoteOK internal job ID
slugstringURL slug for the job posting
positionstringJob title
companystringHiring company name
companyLogostringURL of the company logo image
tagsstringComma-separated skill/category tags
locationstringListed job location or region restriction
descriptionstringFull HTML job description text
applyUrlstringDirect URL to apply for the job
urlstringCanonical RemoteOK URL for the job posting
salaryMinintegerMinimum salary listed, 0 if not disclosed
salaryMaxintegerMaximum salary listed, 0 if not disclosed
datestringISO 8601 posting date
epochintegerUnix timestamp of posting date

Input

{
"startUrls": [{ "url": "https://remoteok.com/api" }],
"maxItems": 50
}

Output

{
"id": "1137071",
"slug": "remote-building-cleaner-newfoundland-chocolate-company-1137071",
"position": "building cleaner",
"company": "Newfoundland Chocolate Company",
"companyLogo": "",
"tags": "education, medical, non tech",
"location": "St John's, ",
"description": "<strong>Overview<br><br></strong>Languages<br><br>English<br><br>Education<br><br><ul><li> Other trades certificate or diploma </li><li>or equivalent experience<br><br></li></ul><strong>Experience<br><br></strong>Experience an asset<br><br>On site...",
"applyUrl": "https://remoteOK.com/remote-jobs/remote-building-cleaner-newfoundland-chocolate-company-1137071",
"url": "https://remoteOK.com/remote-jobs/remote-building-cleaner-newfoundland-chocolate-company-1137071",
"salaryMin": 0,
"salaryMax": 0,
"date": "2026-08-22T11:11:18+00:00",
"epoch": 1787397078
}

Pricing

Free per run — $0.00, with no per-result charges. A typical run pulling 50 listings costs nothing to operate beyond your Apify platform usage.

Use cases

  • Recruiters building a candidate outreach list by pulling newly posted remote roles matching specific tags (e.g., "dev", "design").
  • Job board operators syncing RemoteOK listings into their own site as a supplementary feed.
  • Job seekers setting up a personal alert script that checks for new postings matching a title or salary range.