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 💚