Remote Jobs Scraper
Pricing
Pay per usage
Go to Apify Store
Remote Jobs Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Rajat Sharda
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
13 minutes ago
Last modified
Categories
Share
An advanced, stable, and highly focused scraper that extracts the latest high-paying remote job postings, technical roles, design careers, and marketing gigs from RemoteOK (remoteok.com). Perfect for job boards, HR talent platforms, market research, and candidate lead generation.
Features
- Rich Job Details: Extracts full position titles, hiring company names, job descriptions (truncated for dataset clean-up), tags, location requirements, and salaries.
- Direct Application Links: Captures the exact destination links for submitting resumes.
- Extremely Stable: Built on clean, structured API feeds with high-availability and zero browser sandboxing crashes.
- Pay-Per-Event (PPE) Pricing: Pay only for actual job postings fetched, minimizing wasted compute costs.
Input Parameters
The Actor accepts the following input in JSON format:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
max_items | Integer | No | 10 | The maximum number of remote job listings to scrape in a single run. |
Example Input
{"max_items": 5}
Output Schema
The scraped data is pushed directly to your default Apify dataset in JSON format with the following fields:
| Field | Type | Description |
|---|---|---|
id | String/Integer | Unique ID of the job listing. |
company | String | Name of the hiring company. |
position | String | Job title/position. |
description | String | Safe, parsed description of the role (capped to 500 characters). |
tags | Array | Categorization tags (e.g., ["react", "node", "javascript"]). |
location | String | Location requirements (e.g., "Worldwide", "US Only"). |
apply_url | String | Application and job page link. |
salary_min | Integer | Minimum estimated annual salary in USD (if provided). |
salary_max | Integer | Maximum estimated annual salary in USD (if provided). |
date | String | ISO timestamp of publication. |
Example Output
{"id": "189203","company": "Stripe","position": "Senior Backend Engineer (Python)","description": "Join the Stripe billing team to scale global transaction systems. Experience with high throughput distributed databases required...","tags": ["python", "backend", "distributed-systems", "fintech"],"location": "North America","apply_url": "https://remoteok.com/l/189203","salary_min": 140000,"salary_max": 190000,"date": "2026-07-04T10:00:00Z"}
Pricing Configuration
This Actor utilizes Apify's Pay-Per-Event (PPE) monetization model.
- Primary Event:
job-scraped - Cost: $0.010 per successfully scraped job listing.
- You only pay for what is successfully extracted and delivered to your dataset!