RegPing
Primary sources, polled every 30 minutesJSON · Sitemap · llms.txt · Status

FDA · guide

How to monitor FDA recalls automatically: RSS, openFDA and alert tools compared

Updated

If someone on your team is still refreshing the FDA recalls page each morning, you are one busy week away from missing one. Here are the automated options, from simplest to most complete.

1. The FDA recalls RSS feed

The FDA publishes an RSS feed of recalls, market withdrawals and safety alerts. It is free, fast (new items appear the day the notice posts) and covers food, drugs, devices, cosmetics and more in one stream.

Catches: the initial public notice for firm-initiated and FDA-requested recalls. Misses: classification (Class I/II/III), structured fields (lot numbers, distribution), and most openFDA-only records. Also noisy — you get every category.

2. The openFDA APIs

openFDA exposes JSON endpoints for device recalls, drug and food enforcement reports, 510(k) clearances and adverse-event reports (MAUDE for devices, FAERS for drugs). They are queryable by date, product code, firm and more.

Catches: classification, structured detail, and clearances/adverse events the RSS feed never carries. Misses: speed — enforcement data lands after FDA review, so it lags the press release. You also have to write and maintain the polling code.

3. Email subscriptions

The FDA offers email updates. Reliable, but email is where alerts go to be ignored, and there is no filtering by product category or class.

4. Alert bots and monitoring tools

Tools like RegPing combine the feed and the APIs, deduplicate across sources, summarize each item, and post it where the team already works — a Discord channel, with a link to the FDA notice. The value is not the data (which is public) but the filtering, summarization and delivery: a device-only team can drop food recalls; a quality team can subscribe to Class I only.

A sensible setup for a small compliance team

  1. Subscribe to a filtered alert stream in your team chat (recalls + adverse events for your product categories).
  2. Keep the FDA RSS feed in a reader as the raw backstop.
  3. Once a week, reconcile against the FDA Enforcement Report to confirm nothing slipped.
  4. Log each relevant recall with an owner, the class once assigned, and a close-out date.

Whatever you use, open the FDA's original notice before acting on it.

Not legal advice. RegPing republishes and summarizes public regulator notices and links to the original. Summaries are produced with a language model and can be wrong; the regulator's text controls. Not legal advice. Consult counsel before acting.