Openfda Drug Labels avatar

Openfda Drug Labels

Pricing

$2.00 / 1,000 results

Go to Apify Store
Openfda Drug Labels

Openfda Drug Labels

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

0

Monthly active users

24 days ago

Last modified

Share

Fetch drug label information and prescribing data from OpenFDA.

Best for

Retrieves FDA-approved drug labeling information, including prescribing information, package inserts, and safety data.

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Drug name or ingredient queries
maxItemsPerQueryintegerNo100Max records per query (1-1000)
includeRawbooleanNofalseInclude raw payload in output

Example Queries

  • "lisinopril" - Generic drug name
  • "metformin" - Common medication
  • "amoxicillin" - Antibiotic label

Output

FieldTypeDescription
sourcestringAlways "openfda_labels"
querystringOriginal drug query
recordTypestring"label" or "error"
titlestringDrug brand/generic name
identifierstringFDA NDC or set ID
datestringLabel effective date
urlstringLink to FDA drug page
summarystringIndications and dosage information

Example input

{
"queries": ["lisinopril", "metformin"],
"maxItemsPerQuery": 50,
"includeRaw": false
}

Example output

[
{
"source": "openfda_labels",
"query": "lisinopril",
"recordType": "label",
"title": "Lisinopril",
"identifier": "NDC:0071-0115",
"date": "2023-06-01",
"url": "https://www.fda.gov/drugs",
"summary": "Indications: Treatment of hypertension, heart failure | Dosage: Initial 10mg once daily"
}
]

Notes

  • Data sourced from OpenFDA public API
  • Drug label information is FDA-approved
  • Check FDA Drugs for official information

Version: 0.1.0
Author: OpenClaw/Apify