Embed biotech jobs on your website or build with our free API
Add a free jobs widget to your biotech blog, university page, or company site. Takes 30 seconds.
<div id="biotechroles-widget"
data-limit="5"
data-theme="light">
</div>
<script src="https://biotechroles.com/javascripts/biotech-widget.js">
</script>
| Attribute | Description | Example |
|---|---|---|
data-limit | Number of jobs (1-20) | "10" |
data-company | Filter by company | "Moderna" |
data-location | Filter by location | "Boston" |
data-skills | Filter by skills | "CRISPR,PCR" |
data-query | Search query | "scientist" |
data-theme | light or dark | "dark" |
Access biotech job data programmatically. No API key required.
/api/v1/jobsSearch and filter jobs. Params: q, location, company, skills, remote, label, experience_level, employment_type, page, limit
/api/v1/jobs/:slugGet a single job by slug
/api/v1/companiesList all companies with job counts
/api/v1/companies/:slugGet company details and all jobs
/api/v1/skillsTop 200 skills by job count
/api/v1/locationsTop 200 locations by job count
/api/v1/statsPlatform statistics (total jobs, companies, etc.)
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 }
}
🏫
Embed relevant biotech jobs on your department or career services page.
📝
Add a jobs section to your biotech blog or newsletter landing page.
🤖
Build career assistants powered by real-time biotech job data.
Questions? Reach out athello@biotechroles.com