free · no api key

Put observability jobs on your site

Run a community, newsletter or docs site for the o11y/SRE world? Drop in a live, always-fresh jobs board with one line of code — or pull our listings straight from the JSON API. Free, and it keeps itself up to date.

1 · Embeddable widget

Paste this where you want the board to appear:

<div data-observability-jobs data-limit="10" data-tag="opentelemetry"></div>
<script src="https://observabilityjobs.com/embed.js" async></script>

Options: data-limit (count), data-tag (e.g. opentelemetry, sre, prometheus), data-remote="1" (remote only). Style it yourself by targeting the .ojw classes.

2 · JSON API

Prefer to render it yourself? Hit the open endpoint (CORS-enabled, cached 5 min):

GET https://observabilityjobs.com/api/jobs.json?tag=sre&remote=1&limit=20

Returns { source, count, jobs[] } — each job has title, company, url, location, remote, salary, tags and an apply link. Same filters as the widget.

A link back to Observability Jobs is appreciated 💚