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

AttributeValuesDefault
data-tagAny tag (llm, pytorch, rag, agents, etc)all jobs
data-companyCompany slug (openai, anthropic, etc) — show only that company's jobsall companies
data-limit1–205
data-themedark or lightdark

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