Developer feeds & API

Subscribe to remote dev jobs, your way

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.

FreeNo API keyRSS 2.0 + JSON Feed 1.1Updates continuously

All remote dev jobs

RSShttps://devremotely.com/feed/jobs.xml
JSONhttps://devremotely.com/feed/jobs.json

RSS 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.

Embed jobs on your site

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.

Plug it into anything

📖 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.

Feeds by skill

Only the remote dev jobs tagged with a specific skill.

Feeds by location

Remote Dev Jobs hiring in a specific country — city feeds work too (see below).

🇺🇸United States483
🇬🇧United Kingdom121
🇩🇪Germany117
🌍Worldwide33
🇧🇷Brazil13
🇪🇸Spain4
🇨🇦Canada4
🇮🇪Ireland3
🇲🇽Mexico2
🇸🇪Sweden2
🇺🇾Uruguay2
🇳🇦Namibia1

Feeds by job type & experience

Full-Time1046
Entry Level44
Mid Level3
Senior273
Lead160
Executive9

Build your own feed

Every filter is a URL parameter on /feed/jobs.xml (or .json) — combine them freely.

ParameterExample
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

API notes

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"
      }
    }
  ]
}
  • · Formats: RSS 2.0 (.xml) and JSON Feed 1.1 (.json); job-specific fields ride in the _job extension.
  • · Freshness: listings appear as they're ingested; responses are cached ~15 minutes.
  • · Size: 50 items by default, ?limit=100 max.
  • · Access: free, no API key. Please cache on your side and keep links back to the original listings.