Search structured drug label data from DailyMed. Drug names, manufacturers, routes, dosage forms, marketing categories — all indexed and queryable via API.
Query by drug name, manufacturer/labeler, or route of administration. Results come directly from indexed DailyMed SPL data.
LabelLens turns unstructured drug label data into structured, queryable intelligence for clinical and regulatory workflows.
Compare drug labels across manufacturers. Analyze product types, marketing categories, and route coverage for formulary decisions.
Cross-reference drug labels to identify potential interactions. Search by active ingredient, route, and manufacturer in seconds.
Monitor drug label updates and marketing category changes. Track labeler activity and product type distributions across your portfolio.
Four endpoints covering label search, individual label lookup, drug name lookup, and aggregate statistics.
/api/search?drug=&labeler=&route=&type=
/api/label/:setid
/api/drug/:name
/api/stats
# Search for oral medications curl "http://localhost:3004/api/search?route=ORAL&limit=10" # Response { "count": 10, "results": [ { "setid": "a1b2c3d4-...", "drug_name": "aspirin", "labeler": "Bayer Healthcare", "route": "ORAL", "product_type": "HUMAN OTC DRUG", "marketing_category": "OTC MONOGRAPH FINAL" } ] }
Get your API key and start querying DailyMed labels in minutes.