Developer feeds & API
Every listing on Dev Remotely is available as a machine-readable feed that updates automatically — read it in any feed reader, pipe it into Slack, Discord, or Telegram, or automate it with Zapier, Make, n8n, or a GitHub Action. Grab the firehose below, or a targeted feed for exactly the remote dev jobs you care about.
https://devremotely.com/feed/jobs.xmlhttps://devremotely.com/feed/jobs.jsonRSS 2.0 for feed readers and aggregators · JSON Feed 1.1 for automation tools. Both return the newest 50 listings with company, salary, location, and skill tags, and refresh continuously as new roles are ingested.
Drop a live, self-updating job widget into any blog, community page, or docs — it restyles to match light or dark and links back here. Pick a feed, preview it, copy the code.
Auto follows the visitor's light/dark setting on the host site.
Copy the code
<iframe src="https://devremotely.com/embed/jobs?limit=5" title="All Remote Dev Jobs — Dev Remotely" width="100%" height="560" loading="lazy" style="border:1px solid #e5e7eb;border-radius:12px;max-width:560px;width:100%"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0"><a href="https://devremotely.com/feeds" style="color:#2f855a;text-decoration:none">All Remote Dev Jobs</a> powered by Dev Remotely</p>
<script>window.addEventListener("message",function(e){if(e.origin==="https://devremotely.com"&&e.data&&e.data.jlEmbedHeight){var f=document.querySelector('iframe[src^="https://devremotely.com/embed/"]');if(f)f.style.height=e.data.jlEmbedHeight+"px"}});</script>Live preview
The real embed auto-resizes to fit its content on your site.
📖 Feed reader
Paste any feed URL into Feedly, NetNewsWire, Inoreader, or your reader of choice. Most readers also auto-discover the feed if you just paste the site address.
💬 Slack, Discord & Telegram
In Slack, type /feed subscribe <url> in any channel. Discord and Telegram communities can use any RSS bot (e.g. MonitoRSS, the RSS-to-Telegram bots) with the same URL.
⚡ Zapier, n8n & GitHub Actions
Use an RSS trigger, or fetch the JSON feed from Zapier, Make, n8n, a GitHub Action, or your own script — each item carries structured company, salary, and location fields ready to route anywhere.
Republishing our listings? You're welcome to — please keep the link back to the original listing so candidates land on the live posting.
Only the remote dev jobs tagged with a specific skill.
Remote Dev Jobs hiring in a specific country — city feeds work too (see below).
Every filter is a URL parameter on /feed/jobs.xml (or .json) — combine them freely.
| Parameter | Example |
|---|---|
skill | ?skill=react — any skill on the site (comma-separate for several) |
location | ?location=Germany or a city: ?location=Berlin, Germany |
type | ?type=full_time · part_time · contract · freelance · internship |
level | ?level=senior · entry · mid · lead · executive |
q | ?q=kubernetes — free-text keyword search |
limit | ?limit=100 — items per feed (default 50, max 100) |
Combined example: /feed/jobs.xml?skill=react&location=Germany&level=senior
GET https://devremotely.com/feeds/aiml.json
{
"version": "https://jsonfeed.org/version/1.1",
"title": "…",
"items": [
{
"title": "Senior Engineer at Acme",
"url": "https://devremotely.com/jobs/…",
"date_published": "2026-07-07T09:00:00.000Z",
"tags": ["React", "TypeScript"],
"_job": {
"company": "Acme",
"location": "Remote · United States",
"remote": true,
"type": "full_time",
"experience_level": "senior",
"salary": "120K–160K USD",
"salary_min": 120000,
"salary_max": 160000,
"salary_currency": "USD"
}
}
]
}.xml) and JSON Feed 1.1 (.json); job-specific fields ride in the _job extension.?limit=100 max.