FDA Recalls — Clean JSON (food, drug, device)
Pricing
from $20.00 / 1,000 results
FDA Recalls — Clean JSON (food, drug, device)
Get clean, latest FDA product recalls from openFDA: food, drug and device. Filter by keyword or state. Returns firm, product, reason, classification, dates and status. Free official source, no API key.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
SonniTech Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Get the latest FDA product recalls as clean, structured rows. Search food, drug or device recalls by keyword or state and receive firm, product, reason, classification (Class I/II/III), dates and status — ready to use.
Why this exists
The FDA publishes every recall through the openFDA API, free and without a key,
but the raw format is verbose and dates are YYYYMMDD strings. This actor
normalizes it into flat, latest-first rows you can act on immediately.
Input
{"category": "food","searchTerm": "salmonella","state": "CA","limit": 20}
category—food,drug, ordevice.searchTerm— matches product, reason or firm (brand, contaminant, etc.).state— optional recalling-firm state (CA, MI, TX…).limit— 1–100, newest first.
Output (one item per recall)
{"firm": "Green Jeeva LLC","classification": "Class I","status": "Ongoing","product": "Organic Moringa Powder; 15kg/bag ...","reason": "Moringa Powder ingredient positive for salmonella","state": "CA","initiationDate": "2026-07-08"}
Use cases
- Retail & grocery — pull products off shelves the day a recall hits.
- Supply-chain & compliance monitoring by brand, contaminant or region.
- Feed recall alerts into a dashboard or AI pipeline.
Notes
- Source:
api.fda.gov(openFDA — official, free, no key). - Class I = most serious. Data is as-published by the FDA.
Keywords: FDA recalls API, food recall data, drug recall JSON, openFDA, product recall alerts, safety compliance data.