Skip to content

thirdwatch-dev/remoteok-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

RemoteOK Scraper - Remote Jobs, Salaries & Tags

Scrape remote jobs from RemoteOK.com. Get job titles, companies, salaries, tags, and descriptions.

What you get

Extract remote job listings from RemoteOK.com -- one of the top remote-only job boards. Get job titles, companies, salary ranges, tech stack tags, locations, descriptions, and posting dates.

Output fields

Field Description
title Job title
company Hiring company
salary_min Minimum salary
salary_max Maximum salary
tags Tech stack and category tags
location Location requirements
description Job description
posted_date Posting date
url RemoteOK job URL

Example output

{
    "title": "Senior Backend Engineer",
    "company": "GitLab",
    "salary_min": 120000,
    "salary_max": 180000,
    "tags": ["python", "go", "kubernetes", "senior"],
    "location": "Worldwide",
    "description": "We are looking for a Senior Backend Engineer...",
    "posted_date": "2026-04-08",
    "url": "https://remoteok.com/remote-jobs/..."
}

Input parameters

Parameter Required Description
queries No Search terms (e.g., "python", "marketing"). Empty = all jobs
maxResults No Max jobs (default: 50)

Use cases

  • Remote job seekers: Find remote-first opportunities
  • Recruiters: Track remote job market trends and salary ranges
  • HR teams: Benchmark remote salaries by role
  • Job aggregators: Include remote jobs in your platform

Pricing

Pay-per-result pricing at $0.001 per job.

Limitations

  • RemoteOK is primarily English-language remote jobs
  • Salary data is not available for all listings
  • Job volume is smaller than major boards (remote-only focus)

About

Scrape RemoteOK remote job listings with salaries and tags

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors