FDA Recalls Scraper — Drug, Device & Food avatar

FDA Recalls Scraper — Drug, Device & Food

Pricing

from $4.00 / 1,000 results

Go to Apify Store
FDA Recalls Scraper — Drug, Device & Food

FDA Recalls Scraper — Drug, Device & Food

Track FDA drug, device and food recalls via the official openFDA API. Filter by date, class or firm. Structured data: firm, reason, class, status. Free, no key.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Track FDA recalls and enforcement actions across drugs, medical devices and food — via the official openFDA API. Filter by date, recall class or keyword and get clean, structured recall data: recalling firm, reason, classification, product, status and more.

Official free API — no key, no proxies, no anti-bot.

Who it's for

  • Compliance & regulatory teams — monitor recalls affecting your products or suppliers.
  • Healthcare, pharma & food companies — competitive and supply-chain risk monitoring.
  • Journalists & researchers — track recall trends and serious (Class I) events.
  • Alerting / monitoring products — feed a recall-watch service.

Input

FieldTypeDefaultDescription
categoriesarrayallAny of drug, device, food
dateFrom / dateTostringRecall report-date range (YYYY-MM-DD)
classificationstringClass I (most serious), Class II, or Class III
searchstringAdvanced: raw openFDA query (overrides filters)
maxResultsPerCategoryinteger500Cap per category

Output

One row per recall:

{
"category": "drug",
"recallNumber": "D-1234-2026",
"status": "Ongoing",
"classification": "Class I",
"recallingFirm": "Haleon US Holdings LLC",
"productType": "Drugs",
"productDescription": "…",
"reasonForRecall": "Chemical Contamination: …",
"recallInitiationDate": "2026-06-01",
"reportDate": "2026-06-17",
"terminationDate": null,
"city": "…",
"state": "NJ",
"country": "United States"
}

Notes & limits

  • Official openFDA enforcement API — free, public, no key or anti-bot; paginated automatically.
  • Drug, device and food share one schema, so results are directly comparable across categories.
  • For field-level queries use search (openFDA syntax), e.g. recalling_firm:"Pfizer"+AND+classification:"Class+I".
  • Public data; you are responsible for compliant use of the output.