openFDA Medical Device Adverse Events & Recalls Scraper
Scrape FDA medical device adverse events (MAUDE), device recalls and 510(k) clearances from the official openFDA API. Extract report number, device brand, manufacturer, event type, product problems and dates across the United States. Export to JSON, CSV or Excel.
{ "reportNumber": "2032227-2020-110169", "mdrReportKey": "10000000", "eventType": "Malfunction", "dateOfEvent": "2020-03-04", "dateReceived": "2020-04-27", "deviceBrandName": "630G INSULIN PUMP MMT-1715K 630G BLACK MG", "deviceGenericName": "ARTIFICIAL PANCREAS DEVICE SYSTEM, THRESHOLD S…", "manufacturerName": "MEDTRONIC PUERTO RICO OPERATIONS CO.", "manufacturerStreet": "CEIBA NORTE IND. PARK #50 ROAD" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Report Number | Mdr Report Key | Event Type | Date Of Event |
|---|---|---|---|
| 2032227-2020-110169 | 10000000 | Malfunction | 2020-03-04 |
| 2032227-2020-110170 | 10000002 | Malfunction | 2020-03-05 |
| 2032227-2020-110173 | 10000004 | Malfunction | 2020-03-06 |
| 2032227-2020-110175 | 10000006 | Malfunction | 2020-04-22 |
| 2032227-2020-110174 | 10000009 | Malfunction | 2020-02-06 |
{ "reportNumber": "2032227-2020-110169", "mdrReportKey": "10000000", "eventType": "Malfunction", "dateOfEvent": "2020-03-04", "dateReceived": "2020-04-27", "deviceBrandName": "630G INSULIN PUMP MMT-1715K 630G BLACK MG", "deviceGenericName": "ARTIFICIAL PANCREAS DEVICE SYSTEM, THRESHOLD S…", "manufacturerName": "MEDTRONIC PUERTO RICO OPERATIONS CO.", "manufacturerStreet": "CEIBA NORTE IND. PARK #50 ROAD" }
よくある質問
What datasets does this scraper cover?
It covers three openFDA device datasets for the United States: MAUDE adverse events (malfunction, injury and death reports), the device recall database, and the 510(k) premarket clearance database. Choose one with the Dataset input.
How many records can I pull in one run?
openFDA paginates with a skip offset up to 25000 records per query. For larger pulls, narrow the search keyword or the date range so each run stays under that ceiling.
How does the search work?
A simple keyword is matched to the device brand name for events, the product description for recalls, or the device name for 510(k). You can also paste a raw openFDA expression with a field, such as manufacturer_name:Medtronic or event_type:Death.
Can I filter by date?
Yes. Date From and Date To accept YYYY-MM-DD. For events this filters the FDA date received, for recalls the date initiated, and for 510(k) the decision date.
What happens to missing fields?
MAUDE reports vary in completeness, so fields openFDA does not provide for a record are returned as null. The scraper never invents values.