Remote Jobs Scraper avatar

Remote Jobs Scraper

Pricing

$10.00 / 1,000 job scrapeds

Go to Apify Store
Remote Jobs Scraper

Remote Jobs Scraper

Pricing

$10.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Rajat Sharda

Rajat Sharda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days 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:

FieldTypeRequiredDefaultDescription
max_itemsIntegerNo10The 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:

FieldTypeDescription
idString/IntegerUnique ID of the job listing.
companyStringName of the hiring company.
positionStringJob title/position.
descriptionStringSafe, parsed description of the role (capped to 500 characters).
tagsArrayCategorization tags (e.g., ["react", "node", "javascript"]).
locationStringLocation requirements (e.g., "Worldwide", "US Only").
apply_urlStringApplication and job page link.
salary_minIntegerMinimum estimated annual salary in USD (if provided).
salary_maxIntegerMaximum estimated annual salary in USD (if provided).
dateStringISO 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!