RemoteOK.com Scraper avatar

RemoteOK.com Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
RemoteOK.com Scraper

RemoteOK.com Scraper

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

No API key. No account. Browse the live remote job feed or search by tag/category — get clean JSON back.

Fetches job data from RemoteOK: title, company, tags, location, salary range, apply URL, and full description.

Why this scraper?

  • No RemoteOK account or API key required
  • Two query modes — browse the full current feed, or filter by a single tag/category (e.g. python, design, senior)
  • Rich job data — title, company, tags, location, salary range (when disclosed), apply URL, and full HTML description per job
  • Real server-side tag filtering — the tag search hits RemoteOK's own filtered feed, not a client-side filter over the full list

What you can fetch

  • Browse jobs — the full current remote job feed (~100 most recent listings)
  • Search by tag — jobs filtered to a single tag or category

Usage

Choose a queryType and provide the appropriate inputs.

Browse the current job feed

{ "queryType": "browse" }

Search jobs by tag

{ "queryType": "tag", "tag": "python" }

Input fields

FieldTypeDescription
queryTypeselectbrowse (default) or tag
tagstringTag or category to filter by (e.g. python, design, marketing, senior). Required for queryType=tag

Output

Each run pushes one item per job to the dataset.

FieldDescription
idNumeric RemoteOK job ID (string)
slugURL slug
positionJob title
companyCompany name
company_logo / logoCompany logo URL (often empty)
tagsArray of role/skill/category tags
locationLocation string (city, region, or "Worldwide")
descriptionFull job description (HTML)
apply_urlDirect application URL
urlJob detail page on RemoteOK
datePosted date (ISO 8601)
epochPosted date (Unix timestamp)
salary_min / salary_maxSalary range in USD (present on a minority of listings)

Use cases

  • Remote job boards / aggregators — pull the live feed to power a search or alerts product
  • Tag-based job alerts — poll a specific tag (e.g. python, remote-first) for new postings
  • Market research — track which skills/roles are most in demand across remote postings
  • Salary benchmarking — collect the subset of listings that disclose salary ranges

This scraper is not affiliated with RemoteOK. Per RemoteOK's API terms, any product built on this data should link back to the job's original RemoteOK URL. Please use responsibly and in accordance with RemoteOK's terms of service.