Embed a Live AI Jobs Feed
Drop a live feed of 8405 AI jobs onto your site. 2 lines of code. Free forever.
Quick Start
Paste these two lines where you want the feed to appear:
<!-- Shows 5 latest AI jobs -->
<div data-aidev-jobs></div>
<script src="https://aidevboard.com/static/widget.js" async></script>
Live Preview
This is rendering below right now — same code as above:
Filter by Technology
Show only jobs matching a specific tag (pytorch, rag, agents, etc):
<div data-aidev-jobs data-tag="pytorch" data-limit="3"></div>
<script src="https://aidevboard.com/static/widget.js" async></script>
Options
| Attribute | Values | Default |
|---|---|---|
data-tag | Any tag (llm, pytorch, rag, agents, etc) | all jobs |
data-company | Company slug (openai, anthropic, etc) — show only that company's jobs | all companies |
data-limit | 1–20 | 5 |
data-theme | dark or light | dark |
Company-Specific Feed
Show only your company's open roles — drop this on your careers page:
<div data-aidev-jobs data-company="openai" data-limit="10"></div>
<script src="https://aidevboard.com/static/widget.js" async></script>
Light Theme Example
<div data-aidev-jobs data-theme="light" data-tag="rag"></div>
<script src="https://aidevboard.com/static/widget.js" async></script>
Prefer a static badge?
If you work at one of our 489 indexed companies, we have branded SVG hiring badges for your README or site:
<a href="https://aidevboard.com/company/YOUR-SLUG"><img src="https://aidevboard.com/badge/YOUR-SLUG.svg"></a>
Need more control?
Our REST API is public with no auth required for search. Build custom integrations.
API Documentation