Remotive Remote Jobs Scraper avatar

Remotive Remote Jobs Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Remotive Remote Jobs Scraper

Remotive Remote Jobs Scraper

Scrape remote job listings from Remotive.com — 70K+ curated remote jobs. Extract titles, companies, salaries, tags, and apply links. Free API, no key needed.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 hours ago

Last modified

Share

💼 Remotive Remote Jobs Scraper

Scrape remote job listings from Remotive.com — 70K+ curated remote jobs. Extract titles, companies, salaries, tags, and apply links. Free API, no key needed.

Scrape modes

ModeRequired input
Search Jobs — keyword searchsearch_query
Browse Category — all jobs in a categorycategory
Company Search — jobs at a specific companycompany_name
All Active Jobs — every listingNone
List Categories — categories with countsNone

Quick start examples

Search Python jobs:

{ "scrape_mode": "search", "search_query": "python", "category": "software-dev", "max_results": 50 }

Design jobs posted this week:

{ "scrape_mode": "category_browse", "category": "design", "posted_within_days": 7 }

Jobs at GitLab:

{ "scrape_mode": "company_search", "company_name": "GitLab" }

Jobs with salary info only:

{ "scrape_mode": "search", "search_query": "react", "salary_min": true }

Output

{
"title": "Senior Python Developer",
"company_name": "GitLab",
"category": "Software Development",
"job_type": "full_time",
"location": "Worldwide",
"url": "https://remotive.com/remote-jobs/...",
"salary": {
"has_salary": true,
"min": 120000,
"max": 180000,
"midpoint": 150000,
"period": "yearly",
"currency": "USD"
},
"tags": ["python", "django", "aws"],
"days_ago": 2,
"description_preview": "We're looking for a Senior Python Developer..."
}

Each run also outputs a summary with total jobs, unique companies, salary coverage, and category breakdown.

Categories

software-dev · design · marketing · sales · product · business · data · devops · finance · hr · qa · writing · customer-service · all-others

Filters

FilterWhat it does
tagsMatch skills: "react, typescript, node.js"
posted_within_daysOnly recent jobs (e.g., last 7 days)
salary_minOnly jobs with salary info
categoryRestrict to one category
company_nameRestrict to one company

All filters can be combined.

Key features

  • Smart salary parsing"$120k-$180k/yr" → structured min/max/midpoint/currency
  • Tag search — matches both tags field AND description text
  • Summary stats — unique companies, salary coverage %, category breakdown
  • HTML-stripped previews — clean text descriptions
  • Runs in ~5 seconds, costs < $0.01 per run

Limitations

  • Jobs are delayed 24h per Remotive's API terms
  • Credit Remotive as source if displaying their jobs publicly
  • No direct location filtering (filter from results)