Fda Drug Approval Timelines Api avatar

Fda Drug Approval Timelines Api

Pricing

$2.00 / 1,000 results

Go to Apify Store
Fda Drug Approval Timelines Api

Fda Drug Approval Timelines Api

Public data actor with normalized output.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

FDA Drug Approval Timelines

Apify Actor

Status:Working - Uses OpenFDA public API

Best for

This actor queries OpenFDA drug approval data to return normalized new drug application (NDA) approval records with timeline metrics.

Capabilities

  • Search by brand name or generic name
  • Filter by approval type (NDA, ANDA, BLA)
  • Returns normalized drug approval records

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Drug names, NDA numbers, or sponsors
maxItemsPerQuerynumberNo100Maximum approvals per query
approvalTypestringNo"All"Filter: "NDA", "ANDA", "BLA", "All"
includeRawbooleanNofalseAttach raw response

Example input

{
"queries": ["Ozempic", "Viagra"],
"maxItemsPerQuery": 100,
"approvalType": "NDA",
"includeRaw": false
}

Output

FieldTypeDescription
sourcestringAlways "fda-drug-approval"
querystringOriginal search
recordTypestringAlways "drug_approval"
titlestringBrand or generic name
identifierstringFDA application number
datestringApproval date
urlstringFDA drug page
summarystringHuman-readable summary
brandNamestringBrand name
genericNamestringGeneric name
sponsorNamestringMarketing sponsor
dosageFormstringDosage form
routestringAdministration route
rawobject(Optional) Raw response

Example output

{
"source": "fda-drug-approval",
"query": "Ozempic",
"recordType": "drug_approval",
"title": "Ozempic",
"identifier": "NDA-210761",
"date": "2017-02-03",
"url": "https://www.fda.gov/drugs",
"summary": "Ozempic (Sanofi-Aventis) [NDA-210761] - Approved: 2017-02-03",
"brandName": "Ozempic",
"genericName": "semaglutide",
"sponsorName": "Novo Nordisk",
"dosageForm": "Solution",
"route": "Subcutaneous"
}

Notes

  • OpenFDA Coverage: Covers approved drugs with labeled information
  • Approval Types: NDA (new drug), ANDA (generic), BLA (biologic)
  • Data Source: FDA label database
  • Timeline: Historical data available; approval dates included

Additional notes

Run npm run check to verify syntax:

$npm run check

Additional notes

Pricing

This actor uses the Apify Pay-Per-Event model at $0.002 per dataset item.

Example cost: 1,000 items ≈ $2 in actor charges (plus standard Apify platform compute).