RemoteOK Scraper - Remote Jobs & Salaries | $3/1K Jobs avatar

RemoteOK Scraper - Remote Jobs & Salaries | $3/1K Jobs

Pricing

from $3.00 / 1,000 jobs

Go to Apify Store
RemoteOK Scraper - Remote Jobs & Salaries | $3/1K Jobs

RemoteOK Scraper - Remote Jobs & Salaries | $3/1K Jobs

Extract remote job listings from RemoteOK.com. Returns job title, company, salary (min/max), full description, tags, location, apply URL, and posting date. Covers 1,300+ remote positions across engineering, design, marketing, sales, and more. Pay-per-result: $3 per 1,000 jobs.

Pricing

from $3.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

RemoteOK Scraper - Remote Jobs, Salaries & Companies

Extract remote job listings from RemoteOK.com — one of the most popular remote job boards with 1,300+ active listings across engineering, design, marketing, sales, and more. Get structured data including salaries, full descriptions, company info, and apply URLs. No code needed.


What data can you extract?

Every job listing includes:

Job details

  • Job title and unique ID
  • Full description (plain text + raw HTML)
  • Tags / role categories (e.g. "senior", "engineer", "python")
  • Salary: structured min/max + currency + display text
  • Posting date (ISO 8601)
  • Direct apply URL

Company details

  • Company name
  • Company logo URL

Location

  • Location field (e.g. "Worldwide", "US", "Europe", or specific regions)

Meta

  • Source URL on RemoteOK
  • Which search query or URL found the job
  • Scrape timestamp

Pricing

$3 per 1,000 jobs — simple, predictable pricing.

JobsCost
10 jobs$0.03
100 jobs$0.30
1,000 jobs$3.00

Every job includes the full description, salary, tags, and apply URL. No hidden fees, no monthly subscription.


Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client — Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

Apify MCP server URL:

https://mcp.apify.com?tools=nanoscrape/remoteok-scraper

Example prompt once connected:

"Use remoteok-scraper to find remote engineering jobs. Return the top 20 results as a table with title, company, salary, and tags."

"Use remoteok-scraper to extract all remote senior developer jobs with salary above $100k."


How to use

The scraper supports two input modes:

Go to remoteok.com, set up your filters (role category, benefits, minimum salary, location), and paste the URL. All filters are preserved automatically.

{
"searchUrls": [
"https://remoteok.com/remote-dev-jobs",
"https://remoteok.com/remote-senior-jobs?benefits=paid_time_off&min_salary=30000&order_by=date"
]
}

2. Search Keywords

Enter one or more keywords. The scraper searches RemoteOK by tag and returns matching jobs.

{
"searchQueries": ["engineer", "design", "marketing"],
"maxResultsPerQuery": 50
}

Input reference

FieldTypeDescription
searchUrlsstring[]Pre-filtered search URLs from remoteok.com.
searchQueriesstring[]One or more search keywords / tags.
maxResultsPerQueryintegerMax results per keyword/URL (default 100).
maxResultsintegerTotal cap across all modes (default 10, 0 = unlimited).
proxyConfigurationobjectProxy settings. Datacenter proxies work great.

Output example

{
"id": "1131415",
"title": "Senior Data Engineer",
"company": "Business Wire",
"company_logo_url": null,
"location": "Worldwide",
"tags": ["senior", "engineer", "data"],
"description_full": "About the Role\nThe Senior Data Engineer plays an integral role in creating and maintaining data pipelines, APIs, and services...",
"description_html": "<p>About the Role</p><p>The Senior Data Engineer plays an integral role...</p>",
"salary_min": 120000,
"salary_max": 180000,
"salary_currency": "USD",
"salary_period": "year",
"salary_text": "$120k - $180k/year",
"posted_at": "2026-05-01T08:00:12+00:00",
"source_url": "https://remoteOK.com/remote-jobs/remote-senior-data-engineer-business-wire-1131415",
"source_platform": "remoteok.com",
"apply_url": "https://remoteOK.com/remote-jobs/remote-senior-data-engineer-business-wire-1131415",
"search_query": "https://remoteok.com/remote-dev-jobs",
"scraped_at": "2026-05-04T14:30:00Z"
}

Speed

Jobs~TimeMemory
10~5 seconds~16 MB
100~5 seconds~16 MB
1,000+~10 seconds~16 MB

RemoteOK returns all matching jobs in a single API call, so even large result sets complete in seconds.


Integrations

This actor works with all Apify integrations:

  • API — trigger runs and download results programmatically
  • Webhooks — get notified when a run completes
  • Zapier & Make — connect to 5,000+ apps
  • Google Sheets — export directly to a spreadsheet
  • Slack, Email — get notifications with results


Something not working? Create an issue and we'll fix it fast.