Remotive Remote Jobs Scraper
Pricing
from $10.00 / 1,000 results
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
19 hours ago
Last modified
Categories
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
| Mode | Required input |
|---|---|
| Search Jobs — keyword search | search_query |
| Browse Category — all jobs in a category | category |
| Company Search — jobs at a specific company | company_name |
| All Active Jobs — every listing | None |
| List Categories — categories with counts | None |
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
| Filter | What it does |
|---|---|
tags | Match skills: "react, typescript, node.js" |
posted_within_days | Only recent jobs (e.g., last 7 days) |
salary_min | Only jobs with salary info |
category | Restrict to one category |
company_name | Restrict 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)