Remotive.com Scraper avatar

Remotive.com Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Remotive.com Scraper

Remotive.com Scraper

Under maintenance

Fetch remote job listings from Remotive.com by category or keyword. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

18 hours ago

Last modified

Categories

Share

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 categories mode (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

ModeDescription
browseFetch the current remote-jobs feed (optionally truncated with limit)
categoriesList 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

FieldTypeDefaultDescription
queryTypestringbrowsebrowse or categories
limitinteger(all)Max number of jobs to return. Applied by this scraper after fetching — Remotive's own limit param does nothing.

Output fields (browse mode)

FieldTypeDescription
jobIdintegerRemotive internal job ID
urlstringLink to the job on Remotive
jobTitlestringJob title
company_namestringHiring company name
company_logo_urlstringCompany logo image URL
categorystringJob category
tagsarraySkills / technology tags
job_typestringEmployment type (full_time, contract, etc.)
publication_datestringISO 8601 publication timestamp
candidate_required_locationstringLocation requirement (e.g. "USA Only", "Worldwide")
salarystringSalary range as a string (may be empty)
jobDescriptionstringFull 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=python returns the identical full feed, 17/17 the same ids.
  • Upstream limit — also ignored. This scraper therefore applies limit itself, 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)

FieldTypeDescription
idintegerCategory ID
namestringCategory display name
slugstringCategory 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 category field 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

DataCache TTL
Job listings4 hours
Categories24 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.).