Get started
Search drug labels in Duaer
In Duaer, search FDA drug labels via OpenFDA with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.
What you get
Drug labels in the Duaer data market returns OpenFDA labels (brand, generic, indications). One successful search uses 1 credit.
Add the node from the Duaer Data category (Drug labels), or copy the skill on the data market. Related: Compounds.
Search on the canvas
- Open the node creator, select Duaer Data, then Drug labels.
- Enter Words (a new node starts with aspirin), or Brand / Generic.
- Limit defaults to 10, max 20. Select Execute step.
A successful search uses 1 credit. Production deliverables land in the data pool.
Call the API
- GET https://api.duaer.com/v1/data/drug-labels?...
- Authorization: Bearer <Duaer key>
- words, brand, or generic is required.
For keys, refer to Authentication for the Duaer public API. Below is the same English call skill as Copy skill.
Call skill
Same text as Copy skill on the Duaer data market. Keep it English.
---
name: duaer-drug-labels
description: >-
Search FDA drug labels through Duaer via OpenFDA.
One successful search uses 1 Duaer credit.
---
# Duaer drug labels
Search FDA drug labels through Duaer with a Duaer key (OpenFDA).
## Call
`GET https://api.duaer.com/v1/data/drug-labels?words=aspirin&limit=10`
Header: `Authorization: Bearer <Duaer key>`
Use an account key or a model API key.
Provide `words`, `brand`, or `generic` (or combine; brand/generic narrow when set).
- `words` — brand, generic, or substance name.
- `brand` — optional. OpenFDA brand name.
- `generic` — optional. OpenFDA generic name.
- `limit` — optional. From 1 to 20. Default 10.
## Result
Each item has `source`, `title`, `url`, `summary`, `setId`, `brandNames`, `genericNames`, `manufacturer`, and `indications`.
Related compounds: https://skills.duaer.com/compounds.md.
Related indications: https://skills.duaer.com/indications.md.
## Credits
One successful search uses 1 credit.
An empty search, a failed search, a compound that matches nothing, or no remaining credits uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.
Questions
How do Duaer Drug labels differ from Compounds?
Drug labels use FDA labeling (OpenFDA). Compounds search PubChem small molecules.
In this section
Search compounds in Duaer
In Duaer, search compounds and drugs with Duaer Data. One successful search uses 1 credit; a name that matches nothing uses 0. This page includes the full English call skill.
Get startedSearch indications in Duaer
In Duaer, search ChEMBL drug indications by molecule with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.
Get startedSearch drug–gene interactions in Duaer
In Duaer, search drug–gene interactions via DGIdb with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.
Get startedUse the Duaer data market
In Duaer, the data market lists data you can fetch, what you get, and the price. The sidebar item sits directly under Data pool. Opening the catalog does not run a search.