Fda Safety Alerts Monitor avatar

Fda Safety Alerts Monitor

Pricing

Pay per usage

Go to Apify Store
Fda Safety Alerts Monitor

Fda Safety Alerts 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

3 days ago

Last modified

Share

Apify Actor

Status:Working via OpenFDA - FDA safety enforcement data available via public API

Best for

This actor queries FDA safety alert and recall data via the OpenFDA API, returning normalized medical device, drug, and food safety enforcement actions.

Capabilities

  • Search by product name, brand, or keywords
  • Filter by alert type (Recall, SafetyAlert, All)
  • Date range filtering
  • Returns normalized safety alert records

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Product names, brands, or keywords
maxItemsPerQuerynumberNo100Maximum alerts per query
alertTypestringNo"All"Filter: "Recall", "SafetyAlert", "All"
startDatestringNo""Start date (YYYY-MM-DD)
includeRawbooleanNofalseAttach raw response

Example input

{
"queries": ["Tylenol", "Lipitor"],
"maxItemsPerQuery": 100,
"alertType": "Recall",
"includeRaw": false
}

Output

FieldTypeDescription
sourcestringAlways "fda-safety-alerts"
querystringOriginal search query
recordTypestringAlert type (recall, safety_alert)
titlestringAlert title
identifierstringAlert ID
datestringPublish date
urlstringFDA alert URL
summarystringHuman-readable summary
alertTypestringType (Recall, SafetyAlert)
severitystringSeverity level
productCategorystringProduct category
rawobject(Optional) Raw response

Example output

{
"source": "fda-safety-alerts",
"query": "Tylenol",
"recordType": "safety_alert",
"title": "Tylenol Recall Notice",
"identifier": "FDA-12345",
"date": "2024-01-15",
"url": "https://www.fda.gov/safety/healthalerts",
"summary": "Recall - High severity alert for Tylenol",
"alertType": "Recall",
"severity": "High",
"productCategory": "Over-the-Counter Drugs"
}

Notes

  • OpenFDA API: Uses https://api.fda.gov/drug/enforcement.json (no authentication required)
  • Data Coverage: Drug, device, and food enforcement actions (recalls)
  • Total Records: ~17,416 enforcement actions available
  • Alert Types: Class I (Critical), Class II (High), Class III (Medium) severity recalls

Run Tests

Run npm run check to verify syntax:

$npm run check

Data Sources

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).