VOOZH about

URL: https://apify.com/cloud9_ai/openfda-drug-scraper

โ‡ฑ OpenFDA Drug Scraper - FDA Data Extraction ยท Apify


๐Ÿ‘ OpenFDA Drug & Adverse Events Scraper avatar

OpenFDA Drug & Adverse Events Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store

OpenFDA Drug & Adverse Events Scraper

Search and extract drug data from FDA. Get drug labels, adverse event reports, recalls, and NDC codes. No API key needed.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

1

Monthly active users

2 months ago

Last modified

Share

Search and extract drug data from FDA. Get drug labels, adverse event reports, recalls, and NDC codes.

Features

  • Extract data from https://api.fda.gov
  • Multiple scraping modes: drugLabels, adverseEvents, recalls
  • Automatic rate limiting (240 req/min)
  • Proxy support via Apify Proxy

Input Configuration

Modes

  1. drugLabels: /drug/label.json?search={query}&limit={limit}
  2. adverseEvents: /drug/event.json?search={query}&limit={limit}
  3. recalls: /drug/enforcement.json?search={query}&limit={limit}

Example Input

{
"mode":"drugLabels",
"query":"example search",
"maxResults":20
}

Output

The actor stores results in the Apify dataset. Each item contains:

  • openfda.brand_name
  • openfda.generic_name
  • openfda.manufacturer_name
  • purpose
  • indications_and_usage
  • warnings
  • dosage_and_administration

Usage Example

const input ={
"mode":"drugLabels",
"query":"example search",
"maxResults":20
};
const run =await ApifyClient.actor('openfda-drug-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 100
  • Rate limiting: 240 req/min

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

OpenFDA Drug Adverse Events & Recall Scraper

parseforge/openfda-scraper

Scrape FDA drug adverse events, drug labels, and food enforcement recalls from the openFDA public API โ€” no auth required.

openFDA Drug & Device Data Crawler

jungle_synthesizer/openfda-drug-crawler

Crawl FDA drug adverse events, recalls, labels, NDC codes, device events, and 510(k) clearances from the openFDA API. Filter by drug name, manufacturer, date range, and severity. 20M+ adverse event reports available.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

FDA Data Scraper - openFDA Recalls & Events

logiover/fda-data-scraper

openFDA data export tool: scrape FDA drug recalls, adverse events, drug labels and 510(k) clearances to CSV or JSON. No API key, no login required.

openFDA Drug Adverse Event Monitor

ryanclinton/openfda-drug-events

The openFDA Drug Event Monitor searches the FDA Adverse Event Reporting System (FAERS) database, which contains millions of reports of adverse drug reactions submitted to the U.S. Food and Drug Administration.