RemoteOK Jobs Scraper avatar

RemoteOK Jobs Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
RemoteOK Jobs Scraper

RemoteOK Jobs Scraper

Scrape remote job listings from RemoteOK — positions, companies, salaries, tags, and descriptions. Filter by keyword, tag, salary, or location.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Daniel

Daniel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Apify actor that scrapes remote job listings from RemoteOK using their public JSON API.

Features

  • All mode — fetches all available remote job listings
  • Search mode — filter by keyword query and/or tags
  • Salary filter — only return jobs above a minimum salary
  • Location filter — match jobs by location string
  • Clean output — HTML descriptions are also provided as plain text

Input

FieldTypeDefaultDescription
modestringallall or search
querystring""Keyword filter (position, company, description). Search mode only.
tagsstring""Comma-separated tag filter (e.g. python,react). Search mode only.
max_itemsinteger10Maximum number of results
min_salaryinteger0Minimum salary filter (0 = disabled)
location_filterstring""Location string match

Output

Each result contains:

  • id, date, epoch — job identifiers and timing
  • company, company_logo — company info
  • position — job title
  • tags — array of job tags
  • description — original HTML description
  • plain_text_description — cleaned plain text description
  • location — job location
  • salary_min, salary_max — salary range
  • url — job URL from API
  • apply_url — direct application URL
  • original_url — constructed RemoteOK job page URL

API Notes

  • RemoteOK returns all jobs in a single API call (no pagination)
  • First element in the response array is metadata (skipped automatically)
  • Rate limit: max 1 request per 5 seconds