AUTO MEDIA / SIGNAL DESK
automation guide online

Hiring data / four public feeds

Remote Jobs Aggregator API for n8n

Aggregate and deduplicate fresh remote jobs from four public feeds for n8n alerts, job boards, and hiring research. This page describes the public input, source boundary, and launch pricing before you run anything.

$0.001per returned job
launch price
Current event price$0.001 per returned job + $0.00005 per start
Public sourceArbeitnow, Jobicy, Remote OK, and Himalayas
DeliveryJSON / CSV / Excel / API

Three-step flow

How it works

  1. Filter fresh listings by keyword, location, and age.
  2. Deduplicate each run while preserving source and application links.
  3. Send attributed records to n8n, Make, a job board, or a database.

Copyable starting point

Example input

{
  "sources": ["arbeitnow", "jobicy", "remoteok", "himalayas"],
  "keywords": ["machine learning", "artificial intelligence", "llm"],
  "keywordMatchMode": "any",
  "maxAgeDays": 7,
  "limit": 50,
  "includeDescription": false
}

Decision boundary

  • No login, cookie, proxy, or CAPTCHA bypass.
  • Does not submit applications or contact employers.
  • Cross-day delivery deduplication belongs in the caller workflow.
  • Descriptions are omitted by default because listing text is untrusted.
  • Check the current Store price in your own account before scheduling.