# BiotechRoles > BiotechRoles is a job board for biotechnology, pharmaceutical, and life sciences positions. Browse 5,112 jobs from 91 companies. ## API The public read-only API is available at `https://biotechroles.com/api/v1`. No authentication required. - [GET /api/v1/jobs](https://biotechroles.com/api/v1/jobs): Search and list biotech jobs with filters (q, location, company, skills, remote, label, experience_level, employment_type, page, limit) - [GET /api/v1/jobs/:slug](https://biotechroles.com/api/v1/jobs/:slug): Get a single job by slug - [GET /api/v1/companies](https://biotechroles.com/api/v1/companies): List all companies with job counts and locations - [GET /api/v1/companies/:slug](https://biotechroles.com/api/v1/companies/:slug): Get a company and all their jobs - [GET /api/v1/skills](https://biotechroles.com/api/v1/skills): Top 200 skills ranked by frequency - [GET /api/v1/locations](https://biotechroles.com/api/v1/locations): Top 200 locations ranked by job count - [GET /api/v1/stats](https://biotechroles.com/api/v1/stats): Site-wide statistics ## Links - Website: https://biotechroles.com - Full API docs: https://biotechroles.com/llms-full.txt - Job feed (RSS): https://biotechroles.com/feed/jobs.xml - Sitemap: https://biotechroles.com/sitemap-index.xml