# RemoteOK Jobs Scraper – Remote Listings, Tags & Salary (`ninhothedev/remoteok-jobs-scraper`) Actor

$0.5/1K 🔥 Fast RemoteOK jobs scraper! Title, company, tags, salary, location & link — no key. JSON, CSV, Excel or API in seconds. Pull thousands of remote jobs for aggregation, recruiting & dev hiring ⚡

- **URL**: https://apify.com/ninhothedev/remoteok-jobs-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (community)
- **Categories:** Jobs, Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## RemoteOK Jobs Scraper

Scrape live **remote job listings** from [RemoteOK](https://remoteok.com) - one of the largest remote job boards on the web. Get structured data for every job: **title, company, tags, salary range, location, description, and apply link** - with **no API key** and **no login** required.

Perfect for **remote job aggregation**, **recruiting**, **developer hiring**, and **job-market research**. Runs on cheap datacenter proxies (or none at all) and costs roughly **$1 per 1,000 jobs**.

> Data comes from the public RemoteOK API. As per RemoteOK's terms, if you republish this data please link back to the original job URL on RemoteOK (dofollow) and mention Remote OK as the source.

### Features

- **No API key, no login** - straight to structured JSON.
- **Full job details** - title, company, tags, salary min/max, location, cleaned description, apply URL, company logo, posting date.
- **Client-side filters** - filter by `keyword` (title + description) and/or `tag`.
- **Clean output** - HTML stripped from descriptions, dates normalised to ISO 8601, empty salaries nulled.
- **Fast & cheap** - a single API call returns ~100 of the most recent listings.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `mode` | select | What to scrape. Currently `jobs` (all live remote listings). |
| `keyword` | string | Optional, case-insensitive. Keeps jobs whose title or description contains it (e.g. `python`, `senior`). |
| `tag` | string | Optional, case-insensitive. Keeps jobs carrying this exact tag (e.g. `engineer`, `design`, `marketing`). |
| `maxItems` | integer | Max jobs to store. Default `100`, max `1000`. |

#### Example input

```json
{
  "mode": "jobs",
  "keyword": "python",
  "tag": "engineer",
  "maxItems": 100
}
```

### Output

Each dataset item is one job:

```json
{
  "title": "Senior Python Engineer",
  "company": "Acme",
  "location": "Worldwide",
  "tags": ["python", "engineer", "full time"],
  "salary_min": 90000,
  "salary_max": 120000,
  "description": "Great role. Work with Python & Django...",
  "url": "https://remoteok.com/remote-jobs/1135064",
  "apply_url": "https://remoteok.com/remote-jobs/1135064",
  "company_logo": "https://remoteok.com/logo.png",
  "posted_at": "2026-07-19T13:46:56+00:00",
  "source": "remoteok",
  "job_id": "1135064",
  "slug": "remote-python-engineer-acme-1135064",
  "scraped_at": "2026-07-20T09:00:00+00:00"
}
```

### Pricing

Pay per usage. As a rule of thumb, scraping jobs costs about **$1 per 1,000 jobs** in platform usage - most runs finish in seconds on the free 512 MB tier.

### Use cases

- **Remote job aggregation** - power your own job board or newsletter.
- **Recruiting** - track who is hiring for which roles, and their salary bands.
- **Developer hiring** - monitor tech-stack demand via tags.
- **Market research** - analyse remote salary trends, locations, and hiring volume.

### Related actors

- [WeWorkRemotely Jobs Scraper](https://apify.com/ninhothedev/weworkremotely-jobs-scraper)
- [Jobicy Remote Jobs Scraper](https://apify.com/ninhothedev/jobicy-remote-jobs-scraper)
- [Himalayas Jobs Scraper](https://apify.com/ninhothedev/himalayas-jobs-scraper)
- [Arbeitnow Jobs Scraper](https://apify.com/ninhothedev/arbeitnow-jobs-scraper)

### Keywords

remoteok scraper, remote jobs scraper, remote job board, remote work api, job listings scraper, tech jobs scraper, developer jobs, remote hiring data, job aggregation, recruiting data, salary data, remote job feed, RemoteOK API

# Actor input Schema

## `mode` (type: `string`):

What to scrape. Currently 'jobs' fetches all live remote job listings from RemoteOK (optionally filtered by keyword and tag).

## `keyword` (type: `string`):

Optional case-insensitive keyword to filter jobs by. Matches against the job title and description (e.g. 'python', 'senior', 'react').

## `tag` (type: `string`):

Optional tag filter (case-insensitive). Keeps only jobs that carry this exact tag, e.g. 'engineer', 'design', 'marketing', 'full time'.

## `maxItems` (type: `integer`):

Maximum number of jobs to store in the dataset. RemoteOK returns roughly the 100 most recent listings per request.

## Actor input object example

```json
{
  "mode": "jobs",
  "maxItems": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/remoteok-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/remoteok-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call ninhothedev/remoteok-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ninhothedev/remoteok-jobs-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/BPkyE1I9Xf2jPXhVM/builds/uvtXbIpI5PfcFgOmn/openapi.json
