# Export FDA Device Recall Records for Analysis

**Use case:** 

Extract up to 200 recent FDA device recall records. Gain insights into product safety and compliance in healthcare.

## Input

```json
{
  "dataset": "device/recall",
  "sort": "newest",
  "searchQuery": "",
  "maxRecords": 200
}
```

## Output

```json
{
  "_dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "product_res_number": {
    "label": "Product Recall Number",
    "format": "string"
  },
  "recalling_firm": {
    "label": "Recalling Firm",
    "format": "string"
  },
  "product_description": {
    "label": "Product Description",
    "format": "string"
  },
  "reason_for_recall": {
    "label": "Reason for Recall",
    "format": "string"
  },
  "recall_status": {
    "label": "Device Recall Status",
    "format": "string"
  },
  "event_date_posted": {
    "label": "Event Posted",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "report_date": {
    "label": "Report Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Data Scraper - openFDA Recalls & Events](https://apify.com/logiover/fda-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/fda-data-scraper) to learn more, explore other use cases, and run it yourself.