Remotive.com Scraper
Under maintenancePricing
from $1.00 / 1,000 results
Remotive.com Scraper
Under maintenanceFetch remote job listings from Remotive.com by category or keyword. No API key required.
Fetch remote job listings from Remotive.com. No API key required.
⚠️ Read "Upstream limitations" before using this scraper. Remotive's public API ignores its own category and keyword-search params, so this scraper cannot offer them. It returns Remotive's full current feed, which as of 2026-09-09 is 17 jobs.
Why this scraper?
- No auth needed — Remotive's public API requires no registration or API key
- 30 job categories listed — via
categoriesmode (the category filter is dead upstream; see limitations) - Rich job data — salary, location requirements, tags, company logo, full HTML description
- Global remote jobs — listings from companies worldwide with remote-friendly positions
What you can fetch
| Mode | Description |
|---|---|
browse | Fetch the current remote-jobs feed (optionally truncated with limit) |
categories | List all 30 job categories Remotive publishes, with slugs |
Usage
Browse remote jobs
{"queryType": "browse"}
Browse, limited to 5 results
{"queryType": "browse","limit": 5}
List all categories
{"queryType": "categories"}
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
queryType | string | browse | browse or categories |
limit | integer | (all) | Max number of jobs to return. Applied by this scraper after fetching — Remotive's own limit param does nothing. |
Output fields (browse mode)
| Field | Type | Description |
|---|---|---|
jobId | integer | Remotive internal job ID |
url | string | Link to the job on Remotive |
jobTitle | string | Job title |
company_name | string | Hiring company name |
company_logo_url | string | Company logo image URL |
category | string | Job category |
tags | array | Skills / technology tags |
job_type | string | Employment type (full_time, contract, etc.) |
publication_date | string | ISO 8601 publication timestamp |
candidate_required_location | string | Location requirement (e.g. "USA Only", "Worldwide") |
salary | string | Salary range as a string (may be empty) |
jobDescription | string | Full job description in HTML |
Upstream limitations
Remotive's public API accepts these params but ignores them — verified 2026-09-09 by calling
remotive.com/api/remote-jobs directly, using Remotive's own slugs from their /categories
endpoint. This is a limit of their API, not of this scraper, so they are not offered:
- Category filter —
?category=software-development(their own slug) returns the identical full feed, 17/17 the same job ids as no filter at all. - Keyword search —
?search=pythonreturns the identical full feed, 17/17 the same ids. - Upstream
limit— also ignored. This scraper therefore applieslimititself, after fetching, so the parameter does work — but it truncates, it does not fetch more.
Feed size: Remotive's entire public API returned 17 jobs on 2026-09-09 (down from 42 in
July 2026). The categories endpoint still lists 30 categories, but only ~9 have any jobs in the
live feed. The jobs returned are genuine and fresh (newest 2.6 days old) — there are just very
few of them. Use categories mode for the category list, and expect a small feed from browse.
Output fields (categories mode)
| Field | Type | Description |
|---|---|---|
id | integer | Category ID |
name | string | Category display name |
slug | string | Category slug (informational — the category filter is dead upstream) |
Use cases
- Job boards — aggregate remote listings into your own platform
- Job alert tools — monitor new postings (filter client-side by the
categoryfield on each job) - Salary research — collect salary data across remote roles
- Recruiting tools — track available talent pools by skill or category
- Career analytics — analyze remote job market trends over time
Latency & caching
| Data | Cache TTL |
|---|---|
| Job listings | 4 hours |
| Categories | 24 hours |
Disclaimer
This scraper uses Remotive's public API. It is not affiliated with or endorsed by Remotive. Use responsibly and in accordance with Remotive's terms of service. The API requires attribution and prohibits redistribution to aggregator sites (Jooble, Google Jobs, LinkedIn, etc.).