FDA Drug Approval Tracker (openFDA)
Pricing
Pay per usage
FDA Drug Approval Tracker (openFDA)
Searches the openFDA API for drug approval data including NDAs, ANDAs, and BLAs. Returns drug names, sponsors, approval dates, dosage forms, routes, active ingredients, and submission details.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Curt Smith
Actor stats
2
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
An Apify actor that searches the FDA Drugs@FDA database via the free openFDA API. It retrieves structured drug approval data including new drug applications (NDAs), abbreviated new drug applications (ANDAs/generics), and biologics license applications (BLAs).
What data do you get?
For each drug approval record, the actor returns:
- Application number (e.g. NDA021457, ANDA078418)
- Brand name and generic name
- Sponsor/company name
- Active ingredients with strengths
- Dosage form (tablet, capsule, injection, etc.)
- Route of administration (oral, intravenous, topical, etc.)
- Approval date of the original submission
- Submission type and status
- Marketing status (prescription, OTC, discontinued)
- Review priority (standard, priority)
- Product type (human prescription drug, human OTC drug)
Use cases
- Pharmaceutical researchers: Track competitor drug approvals, monitor pipeline activity
- Investors: Identify newly approved drugs, track company approval rates
- Regulatory professionals: Audit approval timelines and submission histories
- Generic drug manufacturers: Find reference drugs eligible for ANDA submissions
- Healthcare analysts: Study approval trends by therapeutic area or company
Input parameters
| Parameter | Type | Description |
|---|---|---|
| keywords | string | Search brand name, generic name, or active ingredient |
| sponsorName | string | Filter by sponsor company (e.g. "PFIZER") |
| dateFrom | string | Start date (YYYY-MM-DD) |
| dateTo | string | End date (YYYY-MM-DD) |
| approvalType | string | NDA, ANDA, or BLA |
| maxResults | integer | Max records to return (default: 50) |
Example output
{"applicationNumber": "NDA021457","sponsorName": "PFIZER INC","brandName": "CADUET","genericName": "AMLODIPINE BESYLATE AND ATORVASTATIN CALCIUM","activeIngredients": [{ "name": "AMLODIPINE BESYLATE", "strength": "5MG" },{ "name": "ATORVASTATIN CALCIUM", "strength": "10MG" }],"dosageForm": "TABLET","route": "ORAL","approvalDate": "2004-02-12","submissionType": "ORIG","submissionStatus": "AP","marketingStatus": "Prescription","productType": "HUMAN PRESCRIPTION DRUG","reviewPriority": "STANDARD"}
Data source
All data comes from the openFDA Drugs@FDA endpoint, a free public API maintained by the U.S. Food and Drug Administration. The database contains most drug products approved since 1939, with mostly complete data from 1998 onward.
No API key is required for basic use (up to 240 requests/minute).
Rate limiting
The actor adds a 300ms delay between API requests to stay well within the openFDA rate limits. The openFDA API allows 240 requests per minute without an API key.
Other Data APIs by Data_drifter
| Actor | What it does |
|---|---|
| Federal Grant Monitor | Search all federal grant opportunities from Grants.gov |
| DeFi Token Scanner | Real-time DeFi token prices, volume, liquidity across all chains |
| Federal Spending Tracker | Track US government contract awards by keyword, agency, contractor |
| FDA Drug Approvals | Search FDA drug approval data, sponsors, dates, active ingredients |
| SEC EDGAR Filings | Search SEC 10-K, 10-Q, 8-K filings by keyword or company |
| Crypto Whale Tracker | Track large crypto transactions across 11+ blockchains |
| US Patent Search | Search US patents by keyword, inventor, assignee |