Fda Device Recalls Monitor avatar

Fda Device Recalls Monitor

Pricing

Pay per usage

Go to Apify Store
Fda Device Recalls Monitor

Fda Device Recalls Monitor

Public data actor with normalized output.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

OpenFDA Device Recalls Monitor

Fetch medical device recall and enforcement data from OpenFDA.

Best for

Retrieves medical device recalls, safety alerts, and enforcement actions from the FDA's OpenFDA device database.

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Medical device search queries
maxItemsPerQueryintegerNo100Max records per query (1-1000)
includeRawbooleanNofalseInclude raw payload in output

Example Queries

  • "pacemaker recall" - Pacemaker or cardiac implant recalls
  • "infusion pump" - Specific device category search
  • "defibrillator safety alert" - Device-safety-focused query

Output

FieldTypeDescription
sourcestringAlways openfda_device
querystringOriginal search query
recordTypestringdevice_recall or error
titlestringDevice/product name
identifierstringFDA report/code number
datestringRecall date (YYYY-MM-DD when available)
urlstringLink to FDA device safety page
summarystringDevice defect, risk, recall action
recallClassstringStructured FDA device recall classification
deviceTypestringDevice/product code or category when available
manufacturerstringRecalling establishment when available

Example input

{
"queries": ["pacemaker recall", "defibrillator safety alert"],
"maxItemsPerQuery": 50,
"includeRaw": false
}

Example output

[
{
"source": "openfda_device",
"query": "pacemaker recall",
"recordType": "device_recall",
"title": "Cardiac Pacemaker Model XYZ",
"identifier": "Z-5678-2024",
"date": "2024-03-01",
"url": "https://www.fda.gov/medical-devices/medical-device-safety/recalls-device-technology",
"summary": "Recall: Z-5678-2024 | Classification: Class II | Establishment: MedDevice Corp | Reason: Battery depletion detected | Status: Ongoing",
"recallClass": "Class II",
"deviceType": "D12345",
"manufacturer": "MedDevice Corp"
}
]

Notes


Version: 0.2.0
Author: OpenClaw/Apify