FDA Drug Approval Tracker (openFDA) avatar

FDA Drug Approval Tracker (openFDA)

Pricing

Pay per usage

Go to Apify Store
FDA Drug Approval Tracker (openFDA)

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

Curt Smith

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

ParameterTypeDescription
keywordsstringSearch brand name, generic name, or active ingredient
sponsorNamestringFilter by sponsor company (e.g. "PFIZER")
dateFromstringStart date (YYYY-MM-DD)
dateTostringEnd date (YYYY-MM-DD)
approvalTypestringNDA, ANDA, or BLA
maxResultsintegerMax 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

ActorWhat it does
Federal Grant MonitorSearch all federal grant opportunities from Grants.gov
DeFi Token ScannerReal-time DeFi token prices, volume, liquidity across all chains
Federal Spending TrackerTrack US government contract awards by keyword, agency, contractor
FDA Drug ApprovalsSearch FDA drug approval data, sponsors, dates, active ingredients
SEC EDGAR FilingsSearch SEC 10-K, 10-Q, 8-K filings by keyword or company
Crypto Whale TrackerTrack large crypto transactions across 11+ blockchains
US Patent SearchSearch US patents by keyword, inventor, assignee