RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs
Pricing
$0.10 / 1,000 free runs
RemoteOK Jobs Scraper – Titles, Salaries, Tags & Apply URLs
Exports RemoteOK remote job listings with title, company, salary range, tags, location, description, and apply URL from RemoteOK's public JSON API.
Pricing
$0.10 / 1,000 free runs
Rating
5.0
(3)
Developer
Ahmed
Maintained by CommunityActor stats
3
Bookmarked
3
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Exports remote job listings from RemoteOK, including job title, company, salary range, tags, location, full description, and direct apply URL. Built for recruiters sourcing candidates, job board operators aggregating listings, and job seekers building custom search or alert tools who need structured RemoteOK data without manually browsing the site.
Why this scraper
- Pulls the same field set as the most complete alternatives — salary min/max, full HTML job description, tags, location, apply URL, and company logo — sourced directly from RemoteOK's public JSON API.
- Reads an unauthenticated public endpoint, so there's no login, CAPTCHA, or blocking behavior to work around.
- Runs at $0 per run, with no per-result or per-start charges.
Output fields
| Field | Type | Description |
|---|---|---|
| id | string | RemoteOK internal job ID |
| slug | string | URL slug for the job posting |
| position | string | Job title |
| company | string | Hiring company name |
| companyLogo | string | URL of the company logo image |
| tags | string | Comma-separated skill/category tags |
| location | string | Listed job location or region restriction |
| description | string | Full HTML job description text |
| applyUrl | string | Direct URL to apply for the job |
| url | string | Canonical RemoteOK URL for the job posting |
| salaryMin | integer | Minimum salary listed, 0 if not disclosed |
| salaryMax | integer | Maximum salary listed, 0 if not disclosed |
| date | string | ISO 8601 posting date |
| epoch | integer | Unix timestamp of posting date |
Input
{"startUrls": [{ "url": "https://remoteok.com/api" }],"maxItems": 50}
Output
{"id": "1137071","slug": "remote-building-cleaner-newfoundland-chocolate-company-1137071","position": "building cleaner","company": "Newfoundland Chocolate Company","companyLogo": "","tags": "education, medical, non tech","location": "St John's, ","description": "<strong>Overview<br><br></strong>Languages<br><br>English<br><br>Education<br><br><ul><li> Other trades certificate or diploma </li><li>or equivalent experience<br><br></li></ul><strong>Experience<br><br></strong>Experience an asset<br><br>On site...","applyUrl": "https://remoteOK.com/remote-jobs/remote-building-cleaner-newfoundland-chocolate-company-1137071","url": "https://remoteOK.com/remote-jobs/remote-building-cleaner-newfoundland-chocolate-company-1137071","salaryMin": 0,"salaryMax": 0,"date": "2026-08-22T11:11:18+00:00","epoch": 1787397078}
Pricing
Free per run — $0.00, with no per-result charges. A typical run pulling 50 listings costs nothing to operate beyond your Apify platform usage.
Use cases
- Recruiters building a candidate outreach list by pulling newly posted remote roles matching specific tags (e.g., "dev", "design").
- Job board operators syncing RemoteOK listings into their own site as a supplementary feed.
- Job seekers setting up a personal alert script that checks for new postings matching a title or salary range.