Developers & API

Embed biotech jobs on your website or build with our free API

Embed Biotech Jobs on Your Website

Add a free jobs widget to your biotech blog, university page, or company site. Takes 30 seconds.

1. Copy this snippet

<div id="biotechroles-widget"
  data-limit="5"
  data-theme="light">
</div>
<script src="https://biotechroles.com/javascripts/biotech-widget.js">
</script>

2. Customize (optional)

AttributeDescriptionExample
data-limitNumber of jobs (1-20)"10"
data-companyFilter by company"Moderna"
data-locationFilter by location"Boston"
data-skillsFilter by skills"CRISPR,PCR"
data-querySearch query"scientist"
data-themelight or dark"dark"

Live Preview

Free REST API

Access biotech job data programmatically. No API key required.

Endpoints

GET/api/v1/jobs

Search and filter jobs. Params: q, location, company, skills, remote, label, experience_level, employment_type, page, limit

GET/api/v1/jobs/:slug

Get a single job by slug

GET/api/v1/companies

List all companies with job counts

GET/api/v1/companies/:slug

Get company details and all jobs

GET/api/v1/skills

Top 200 skills by job count

GET/api/v1/locations

Top 200 locations by job count

GET/api/v1/stats

Platform statistics (total jobs, companies, etc.)

Example

curl "https://biotechroles.com/api/v1/jobs?location=Boston&skills=CRISPR&limit=5"

// Response
{
  "data": [
    {
      "position": "Senior CRISPR Scientist",
      "company": "Editas Medicine",
      "location": "Cambridge, MA",
      "skills": ["CRISPR", "Molecular Biology", "Gene Editing"],
      "url": "https://biotechroles.com/senior-crispr-scientist/...",
      ...
    }
  ],
  "pagination": { "page": 1, "limit": 5, "total": 42, "pages": 9 }
}

Who uses our API & widget?

🏫

University Career Pages

Embed relevant biotech jobs on your department or career services page.

📝

Biotech Blogs & Newsletters

Add a jobs section to your biotech blog or newsletter landing page.

🤖

AI Agents & Chatbots

Build career assistants powered by real-time biotech job data.

Questions? Reach out athello@biotechroles.com

Also available:llms.txt·RSS feed·XML feed