RemoteOK Jobs Scraper
Pricing
from $0.00005 / actor start
Go to Apify Store
RemoteOK Jobs Scraper
Scrape remote job listings from RemoteOK — title, company, salary, tags, location and job URL. Filter by category: dev, design, marketing, sales and more. Clean JSON output, pagination included.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Moritz Knopp
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
This actor scrapes remote job listings from RemoteOK and saves each job as a structured JSON item. It supports an optional job category tag, keeps scraping until the requested limit is reached or the source runs out of new jobs, and returns clean fields for downstream processing.
Input Parameters
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tag | string | No | dev | Job category e.g. dev, design, marketing, sales. |
maxJobs | integer | No | 100 | Maximum number of jobs to scrape. Minimum 1, maximum 500. |
Output Fields
| Field | Type | Description |
|---|---|---|
title | string | Job title. |
company | string | Hiring company name. |
location | string | Location or remote region shown on the listing. |
salary | string | Salary text when available, otherwise empty. |
tags | array of strings | Tags shown on the listing. |
datePosted | string | ISO date when the job was posted. |
jobUrl | string | Absolute URL to the job listing on RemoteOK. |
description | string | Job description text extracted from the listing payload. |
Example Input
{"tag": "dev","maxJobs": 2}
Example Output
[{"title": "Senior Frontend Developer","company": "Northwind Labs","location": "Worldwide","salary": "$120k - $150k/year","tags": ["React", "TypeScript", "Frontend"],"datePosted": "2026-05-08T10:00:00+00:00","jobUrl": "https://remoteok.com/remote-jobs/example-senior-frontend-developer","description": "Build polished remote experiences for global customers."},{"title": "Backend Engineer","company": "Acme Remote","location": "Europe","salary": "","tags": ["Node.js", "API", "Platform"],"datePosted": "2026-05-07T09:30:00+00:00","jobUrl": "https://remoteok.com/remote-jobs/example-backend-engineer","description": "Own core services and help scale the product platform."}]