Openfda Drug Labels
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Alexander Abernathy
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
queries | string[] | Yes | - | Drug name or ingredient queries |
maxItemsPerQuery | integer | No | 100 | Max records per query (1-1000) |
includeRaw | boolean | No | false | Include raw payload in output |
Example Queries
"lisinopril"- Generic drug name"metformin"- Common medication"amoxicillin"- Antibiotic label
Output
| Field | Type | Description |
|---|---|---|
source | string | Always "openfda_labels" |
query | string | Original drug query |
recordType | string | "label" or "error" |
title | string | Drug brand/generic name |
identifier | string | FDA NDC or set ID |
date | string | Label effective date |
url | string | Link to FDA drug page |
summary | string | Indications 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