Fang & Formula
Where evolution's deadliest chemistry becomes medicine's next breakthrough
Consumer-facing visual intelligence on venom-derived drug discovery — tracking the pipeline from newly-characterized animal toxin peptides to FDA-approved pharmaceuticals, with 3D molecular structures, clinical trial timelines, species profiles, and AI-synthesized research digests
Niche Explored
Venom-derived pharmaceuticals — the science of turning deadly animal venoms into life-saving drugs. Tracking the pipeline from newly-characterized toxin peptides to FDA-approved medicines, with 3D protein structures, clinical trial status, and AI-powered drug discovery platforms.
Existing Competition
- No dedicated consumer-facing site exists that tracks venom-to-drug pipelines in a visual, accessible way
- Academic journals (Toxicon, Toxins, Journal of Venomous Animals and Toxins) — paywalled, technical, not consumer-friendly
- Wikipedia has NO “list of drugs derived from animal venoms” page (confirmed — returns 404)
- General pharma news sites (STAT News, Fierce Pharma) cover individual venom stories sporadically but no dedicated tracking
- A few YouTube channels cover “venom as medicine” but video-only, no data journalism, no ongoing updates
- r/venomics subreddit — blocked by verification, likely very small or non-existent community
- Key gap: Nobody is doing visual, data-driven tracking of the venom → drug pipeline with automated updates
Data Sources Found
1. UniProt ToxProt / Proteins API
- URL:
https://rest.uniprot.org/uniprotkb/search?query=keyword:KW-0800+AND+reviewed:true&format=json - Keyword KW-0800 = “Toxin” — returns curated, reviewed toxin proteins
- Can filter by taxonomy (e.g.,
taxonomy_id:8570for vipers,taxonomy_id:6490for cone snails) - Free, no auth needed, 200 requests/second/user
- Returns organism, protein name, function, 3D structure links, publications
- Confirmed working — returns Vipera ammodytes metalloproteinase data with full annotations
2. NCBI PubMed E-utilities
- URL:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=venom+drug+discovery&retmode=json - 1,272 papers on “venom drug discovery” — free API, no key needed (rate limited to 3/sec without key, 10/sec with free key)
- Can fetch abstracts, citations, mesh terms
- Sort by relevance or date
- Use efetch for full abstract text
3. ClinicalTrials.gov API v2
- URL:
https://clinicaltrials.gov/api/v2/studies?query.term=venom+peptide&pageSize=3&format=json - Free JSON API, no auth
- Returns study title, sponsor, status, phase, start/completion dates
- Confirmed working — returned Exenatide (Gila monster venom) clinical trial data
- Can track active/recruiting trials for venom-derived compounds
4. RCSB Protein Data Bank
- URL:
https://data.rcsb.org/rest/v1/core/entry/{PDB_ID} - Free JSON API for 3D protein structures
- Confirmed: PDB entry 1DW5 = ω-conotoxin MVIIA (ziconotide precursor) NMR structure
- Can render 3D molecular structures with Mol* viewer (open source, embeddable)
- Perfect for visual content — show the exact molecular shape of venom peptides
5. OpenFDA Drug API
- URL:
https://api.fda.gov/drug/drugsfda.json?search=captopril&limit=2 - Free, no auth, returns FDA approval data, labeling, marketing status
- Confirmed: 33 results for captopril (snake venom-derived ACE inhibitor)
- Can cross-reference venom-derived drugs with their FDA approval history
6. OpenAlex
- URL:
https://api.openalex.org/works?filter=title.search:venom+drug+discovery&sort=publication_date:desc - Free open-source scholarly metadata API
- 58 papers specifically on venom drug discovery, sorted by date
- Latest paper (Feb 2026): “A Machine Learning-Enabled Venom Peptide Platform for Rapid Drug Discovery” — Genentech (!)
- Returns DOIs, authors, institutions, open access status, PDF URLs
Known Venom-Derived Drugs (Confirmed)
- Captopril (Capoten) — Brazilian pit viper Bothrops jararaca → ACE inhibitor for hypertension (1980)
- Enalapril — derived from captopril research → most prescribed ACE inhibitor
- Ziconotide (Prialt) — cone snail Conus magus ω-conotoxin → severe chronic pain (2004)
- Exenatide (Byetta) — Gila monster Heloderma suspectum exendin-4 → Type 2 diabetes (2005)
- Tirofiban (Aggrastat) — African saw-scaled viper Echis carinatus → antiplatelet (1998)
- Eptifibatide (Integrilin) — pigmy rattlesnake Sistrurus miliarius barbourin → antiplatelet (1998)
- Batroxobin (Defibrase) — lancehead viper Bothrops moojeni → anticoagulant
- Cobratide — Chinese cobra Naja atra → pain relief (approved in China)
SEO Analysis
- Keywords: “venom medicine”, “drugs from snake venom”, “animal venom pharmaceuticals”, “conotoxin drugs”, “venom drug discovery”
- Search intent: high curiosity, educational, health-adjacent
- Existing content: sparse, mostly outdated listicles from 2018-2020
- Long-tail opportunity: specific species + drug pairs, clinical trial tracking, “which venoms are being tested right now”
- Competitor weakness: nobody has automated, visual, data-rich coverage
Communities
- r/biology, r/pharmacology, r/snakes, r/marinebiology — high interest in crossover content
- Herpetology societies worldwide
- Pain management patient communities (ziconotide)
- Diabetes patient communities (exenatide)
- Science Twitter/X — venom research gets consistent viral engagement
- Toxinology research groups (International Society on Toxinology)
Image/Graphic Feasibility
- 3D protein structures — Mol* viewer can render interactive 3D views; static renders from PDB data
- AI-generated creature illustrations — species portraits of venomous animals with anatomical detail
- Pipeline diagrams — venom → peptide → drug pathway infographics
- World maps — species distribution overlaid with drug approval regions
- Clinical trial timelines — horizontal Gantt-style progress bars
- Molecular comparison charts — natural venom peptide vs. synthetic drug molecule
- All highly automatable with chart.js, D3, or image generation APIs
Sources
- https://rest.uniprot.org/uniprotkb/search?query=keyword:KW-0800+AND+reviewed:true&format=json
- https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=venom+drug+discovery&retmode=json
- https://clinicaltrials.gov/api/v2/studies?query.term=venom+peptide&format=json
- https://data.rcsb.org/rest/v1/core/entry/1DW5
- https://api.fda.gov/drug/drugsfda.json
- https://api.openalex.org/works?filter=title.search:venom+drug+discovery
- https://en.wikipedia.org/wiki/Ziconotide
- https://en.wikipedia.org/wiki/Captopril