Remote Jobs Aggregator — Remotive & We Work Remotely
Pricing
Pay per usage
Remote Jobs Aggregator — Remotive & We Work Remotely
Aggregate remote job listings from Remotive.io and We Work Remotely. Filter by category, keyword, company, or job type. Returns job title, company, location, salary, skills, and apply link. Combined search across top remote job boards. No API key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Remote Jobs Aggregator
Remote Jobs Aggregator collects job listings from Remotive.io and We Work Remotely (WWR) in a single run — returning normalized records with title, company, category, salary, tags, and apply URL. Filter by keyword and category. No API key required. $0.001/job.
Two of the top remote-only job boards in one place: Remotive's API for structured software/design/marketing roles, and WWR's RSS feed for thousands of additional listings — deduplicated and normalized into one clean schema.
Why use Remote Jobs Aggregator?
- Build a private job alert — Schedule daily runs with
keyword: "python"or"machine learning". Compare yesterday's results against today's dataset to get only new postings — your own targeted job alert without paying for premium services. - Remote job market research — Track which skills appear most in
tagsacross hundreds of postings.python,typescript,aws,kubernetes— frequency tells you what the market actually values right now. - Salary benchmarking — Collect
salaryfields across roles matching your title and stack. Remote job boards are more likely to post salary ranges than traditional job boards. - Competitive hiring intelligence — Monitor which companies are actively hiring in your domain. Surge in hiring from a specific company signals growth (or poaching opportunity).
- Content aggregation — Power a remote jobs newsletter, job board, or Slack bot with fresh data from two authoritative sources in one API call.
How to use
- Open the actor on Apify Store and click Try for free.
- Set
keywordto filter by skill, technology, or role (e.g."python","react","data scientist"). - Set
categoryto narrow to a job function (e.g."software-dev","design"). - Set
sourcesandmaxResultsas needed. - Click Start. Returns normalized job records from both boards.
Input
| Field | Type | Default | Description |
|---|---|---|---|
keyword | string | — | Filter by keyword in title, company, tags, category |
category | string | — | Job category to filter (Remotive-specific) |
sources | string[] | ["remotive","wwr"] | Job boards to include |
maxResults | integer | 100 | Maximum results per source (1–500) |
Supported categories
| Value | Description |
|---|---|
software-dev | Software engineering and development |
devops | DevOps, SRE, infrastructure |
design | Product design, UX/UI |
marketing | Marketing and growth |
sales | Sales and business development |
product | Product management |
finance | Finance and accounting |
customer-support | Customer success and support |
Output
{"source": "remotive","job_id": "1234567","title": "Senior Python Engineer","company": "Acme Corp","category": "Software Development","job_type": "full_time","location_requirement": "Worldwide","salary": "$120,000 – $160,000","tags": ["python", "django", "postgres", "aws"],"url": "https://remotive.io/remote-jobs/software-dev/senior-python-engineer-1234567","posted_at": "2026-08-30T10:00:00","fetched_at": "2026-09-01T08:00:00+00:00"}
Output fields
| Field | Description |
|---|---|
source | remotive or wwr |
title | Job title |
company | Company name |
job_type | full_time, contract, part_time, etc. |
location_requirement | Location constraint or Worldwide |
salary | Salary range string (if listed — not all postings include it) |
tags | Skills and technology keywords |
posted_at | Original posting date |
Cost estimation
Pay-Per-Event: $0.001 per job returned.
| Use case | Jobs | Estimated cost |
|---|---|---|
| 100-job quick scan | 100 | $0.10/run |
| 500 jobs from both boards | 500 | $0.50/run |
| Daily new postings check | ~50 new | ~$0.05/day |
| Weekly market snapshot | 500 | $0.50/week |
FAQ
Is keyword search applied to WWR results?
Remotive's API supports native keyword search server-side. WWR's RSS feed doesn't have keyword filtering, so the actor downloads all WWR results and filters client-side. This means maxResults applies after keyword filtering for Remotive but the download may be larger for WWR.
Are results deduplicated across sources?
No — Remotive and WWR use different job IDs and both may list the same company's posting. Deduplicate in your code by matching company + title if cross-source deduplication matters.
How current is the data? Both sources are updated throughout the day. WWR's RSS feed reflects postings within hours. Remotive API reflects current active listings. Run daily for fresh data.
Can I get the full job description?
The API returns title, company, tags, and category. For the full description, follow the url link.
Related actors
- Tech News Aggregator — Tech industry news (context for job market trends)
- Startup Funding Tracker — Companies that just raised = likely hiring soon
- GitHub Repo Stats Tracker — Check a company's GitHub activity before applying
Feedback
If this actor helps your job search or research, a quick review helps others find it: Leave a review on Apify Store