Remotive.com Remote Jobs Scraper
Pricing
$0.99 / 1,000 result scrapeds
Remotive.com Remote Jobs Scraper
Scrape remote jobs from Remotive.com via public REST API. No proxy or browser required. Covers 21 categories: Software Development, Marketing, Design, Data, AI, DevOps, Finance, Sales, and more. Deduplicates by job ID. Returns title, company, tags, salary, location, description. $0.99/1k results.
Pricing
$0.99 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes remote job listings from Remotive.com using their public REST API — no proxy required, no browser, zero external costs beyond Apify compute.
Architecture
Method: REST API — https://remotive.com/api/remote-jobs?category={slug}
- ✅ No proxy — datacenter IPs work directly
- ✅ No Playwright or browser automation
- ✅ Public API with CORS
*— no auth needed - ✅ Iterates 21 categories, deduplicates by job ID
- ✅ Max ~420 unique jobs per run (20/category × 21 categories)
Note: The Remotive free API delays postings by 24h vs. the live site.
Input Fields
| Field | Type | Default | Description |
|---|---|---|---|
categories | array | [] | Category slugs to scrape. Empty = all 21 categories. See list below. |
includeDescription | boolean | true | Include full HTML + plain-text description in output |
outputFormat | string | "structured" | structured = all fields. minimal = key fields only, no description |
Available Category Slugs
software-development, marketing, customer-service, design, sales, product, devops, finance, data, human-resources, artificial-intelligence, operations, writing, project-management, information-technology, education, qa, engineering, all-others, legal, medical
Output Fields
| Field | Type | Description |
|---|---|---|
id | integer | Unique Remotive job ID |
url | string | Direct link to job on Remotive |
title | string | Job title |
company_name | string | Hiring company name |
company_logo | string | URL of company logo |
category | string | Job category (e.g. Software Development) |
tags | array | Skill/technology tags |
job_type | string | full_time, part_time, freelance, contract, other |
publication_date | string | ISO 8601 publication timestamp |
candidate_required_location | string | Geographic restriction (e.g. Worldwide, USA, Europe) |
salary | string | Salary info (free-text, may be empty) |
description_html | string | Full job description in HTML |
description_text | string | Plain-text description (max 5000 chars) |
scraped_at | string | ISO 8601 scrape timestamp |
Cost Estimate
- Compute: ~1–2 CU per full run (all 21 categories) = ~$0.30–0.60
- Proxy: $0 — not required
- Runtime: ~30–60 seconds for full scan
Pricing
$0.99 per 1,000 results (pay-per-result)
Technical Notes
- Uses
got@12(CJS-compatible) for HTTP requests - 500ms polite delay between category requests
- Deduplication via
Set<id>across all category fetches - API ToS: link back to Remotive source URLs, credit Remotive as source