Fda Adverse Event Reporting Extract avatar

Fda Adverse Event Reporting Extract

Pricing

$2.00 / 1,000 results

Go to Apify Store
Fda Adverse Event Reporting Extract

Fda Adverse Event Reporting Extract

Public data actor with normalized output.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

MAUDE Extractor

Apify Actor

Status:Working - Uses OpenFDA MAUDE API

Best for

This actor queries the FDA MAUDE (Manufacturer and User Facility Device Experience) adverse event database to return normalized medical device adverse event and injury reports.

Capabilities

  • Search by device name or brand
  • Search by manufacturer name
  • Filter by date range
  • Returns normalized MAUDE adverse event reports

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Device names, brands, manufacturers
maxItemsPerQuerynumberNo100Max reports per query
startDatestringNo""Start date (YYYY-MM-DD)
endDatestringNo""End date (YYYY-MM-DD)
includeRawbooleanNofalseAttach raw response

Example input

{
"queries": ["defibrillator", "pacemaker"],
"maxItemsPerQuery": 100,
"startDate": "2024-01-01",
"includeRaw": false
}

Output

FieldTypeDescription
sourcestringAlways "fda-maude"
querystringOriginal search
recordTypestringAlways "adverse_event_report"
titlestringDevice + manufacturer
identifierstringEvent number
datestringReport date
urlstringFDA MAUDE URL
summarystringHuman-readable summary
deviceNamestringDevice/product name
manufacturerstringManufacturer name
severityCodestringSeverity code
narrativestringEvent description (truncated)
rawobject(Optional) Raw response

Example output

{
"source": "fda-maude",
"query": "defibrillator",
"recordType": "adverse_event_report",
"title": "Implantable Defibrillator - Medtronic",
"identifier": "MDR-2024-12345",
"date": "2024-01-15",
"url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfmaude/",
"summary": "Implantable Defibrillator (Medtronic) - High severity - Reported: 2024-01-15. Summary: Device malfunction...",
"deviceName": "Implantable Defibrillator",
"manufacturer": "Medtronic Inc.",
"severityCode": "High",
"narrative": "Device malfunction reported during procedure..."
}

Notes

  • MAUDE Database: FDA Manufacturer and User Facility Device Experience
  • Coverage: Medical device adverse event reports from manufacturers and facilities
  • Date Range: Data available from 1994 to present
  • Severity Codes: Death, Serious Injury, Malfunction
  • Privacy: PII redacted in MAUDE reports

Additional notes

Run npm run check to verify syntax:

$npm run check

Additional notes

Pricing

This actor uses the Apify Pay-Per-Event model at $0.002 per dataset item.

Example cost: 1,000 items ≈ $2 in actor charges (plus standard Apify platform compute).