Remote Jobs Aggregator — Remotive & We Work Remotely avatar

Remote Jobs Aggregator — Remotive & We Work Remotely

Pricing

Pay per usage

Go to Apify Store
Remote Jobs Aggregator — Remotive & We Work Remotely

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

Hojun Lee

Maintained by Community

Actor 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?

  1. 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.
  2. Remote job market research — Track which skills appear most in tags across hundreds of postings. python, typescript, aws, kubernetes — frequency tells you what the market actually values right now.
  3. Salary benchmarking — Collect salary fields across roles matching your title and stack. Remote job boards are more likely to post salary ranges than traditional job boards.
  4. Competitive hiring intelligence — Monitor which companies are actively hiring in your domain. Surge in hiring from a specific company signals growth (or poaching opportunity).
  5. 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

  1. Open the actor on Apify Store and click Try for free.
  2. Set keyword to filter by skill, technology, or role (e.g. "python", "react", "data scientist").
  3. Set category to narrow to a job function (e.g. "software-dev", "design").
  4. Set sources and maxResults as needed.
  5. Click Start. Returns normalized job records from both boards.

Input

FieldTypeDefaultDescription
keywordstringFilter by keyword in title, company, tags, category
categorystringJob category to filter (Remotive-specific)
sourcesstring[]["remotive","wwr"]Job boards to include
maxResultsinteger100Maximum results per source (1–500)

Supported categories

ValueDescription
software-devSoftware engineering and development
devopsDevOps, SRE, infrastructure
designProduct design, UX/UI
marketingMarketing and growth
salesSales and business development
productProduct management
financeFinance and accounting
customer-supportCustomer 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

FieldDescription
sourceremotive or wwr
titleJob title
companyCompany name
job_typefull_time, contract, part_time, etc.
location_requirementLocation constraint or Worldwide
salarySalary range string (if listed — not all postings include it)
tagsSkills and technology keywords
posted_atOriginal posting date

Cost estimation

Pay-Per-Event: $0.001 per job returned.

Use caseJobsEstimated cost
100-job quick scan100$0.10/run
500 jobs from both boards500$0.50/run
Daily new postings check~50 new~$0.05/day
Weekly market snapshot500$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.


Feedback

If this actor helps your job search or research, a quick review helps others find it: Leave a review on Apify Store