FDA Recall Scraper avatar

FDA Recall Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FDA Recall Scraper

FDA Recall Scraper

Fetches FDA recall enforcement reports from the official openFDA API, sorted newest first. Supports food, drug, and device recalls with Lucene search, classification, and date filters, while preserving the complete original API record in raw.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

Fetches FDA recall enforcement reports from the official openFDA API, newest report date first. Supports free Lucene queries plus classification and report-date filters; results include the full original API record in raw.

Input

FieldDefaultDescription
product_typefoodfood, drug, or device enforcement endpoint.
search""Free openFDA Lucene query, e.g. recalling_firm:"Whole Foods" or state:CA.
classificationanyClass I, Class II, Class III, or any.
report_date_from""Lower bound on report date (YYYY-MM-DD).
report_date_to""Upper bound on report date (YYYY-MM-DD).
limit100Max records (1–5000; paged 100 per request).

Output

{
"recall_number": "H-1191-2026",
"classification": "Class II",
"recalling_firm": "Galliker Dairy Co, Inc.",
"city": "Altoona",
"state": "PA",
"country": "United States",
"product_type": "Food",
"product_description": "DQ Chocolate Reduced Fat Ice Cream Mix, 5 GAL (18.9L).",
"reason_for_recall": "Foreign material found in product (identified as metal shavings)",
"status": "Terminated",
"recall_initiation_date": "2026-05-21",
"report_date": "2026-08-05",
"raw": { "...full openFDA record..." : "" }
}