RemoteOK Scraper: 1,300+ Remote Jobs with Salary and Tags
Scrape RemoteOK.com listings with structured salary (min, max, currency), role tags, full description in text and HTML, posting date, company name, company logo and the direct apply URL. Covers 1,300+ active remote positions across engineering, design, marketing, sales and operations. No login required, no monthly fee, $3 per 1,000 jobs.
Anti-Bot
TLS + IP rotation
What you can scrape
- Job details: title, unique id, full description (text + HTML), tags, posting date, apply URL
- Salary intelligence: salary_min, salary_max, salary_currency, salary_text (gold for benchmarking remote pay)
- Company info: company name, company logo URL
- Location: location field (e.g. "Worldwide", "US Only", "Europe", specific regions)
- Meta: source URL, search query that found the job, scraped_at timestamp
Primary use cases
- Remote talent sourcing. Pull every engineering or design role, push to your ATS for outbound recruiting
- Salary benchmarking by timezone. Aggregate salary_min and salary_max for remote roles in US, EU and APAC bands
- Remote-first company list building. Snapshot the unique companies hiring on RemoteOK weekly to size the remote employer market
- Niche job board backfill. Use tags to filter for senior, Python, blockchain, or any vertical, then ingest into your own product
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~remoteok-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchUrls": ["https://remoteok.com/remote-dev-jobs"],
"maxResults": 100
}'
Integrations
- n8n, Make, Zapier: trigger runs and process job records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: queries in, structured jobs out
Output fields
| Field | Type | Example |
| title | string | Senior Backend Engineer |
| company | string | Stripe |
| location | string | Worldwide |
| salary_min | integer | 120000 |
| salary_max | integer | 180000 |
| salary_currency | string | USD |
| tags | string[] | ["senior","engineer","python"] |
| description_full | string | We are looking for... |
| posted_at | string | 2026-06-10T08:00:00Z |
| apply_url | string | https://remoteok.com/l/... |
Related Actors