# Breast Implant Recalls Scraper - openFDA Device Data

**Use case:** 

Pull FDA breast implant recall records from openFDA, with product descriptions, recall reasons, classifications, recalling firms, and initiation dates.

## Input

```json
{
  "maxRecords": 50,
  "dataset": "recall",
  "searchQuery": "breast implant"
}
```

## Output

```json
{
  "reportNumber": {
    "label": "Report #",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "dateReceived": {
    "label": "Received",
    "format": "date"
  },
  "deviceBrandName": {
    "label": "Brand",
    "format": "text"
  },
  "deviceGenericName": {
    "label": "Generic",
    "format": "text"
  },
  "manufacturerName": {
    "label": "Manufacturer",
    "format": "text"
  },
  "manufacturerStreet": {
    "label": "Mfr Street",
    "format": "text"
  },
  "manufacturerCity": {
    "label": "Mfr City",
    "format": "text"
  },
  "manufacturerState": {
    "label": "Mfr State",
    "format": "text"
  },
  "regulationNumber": {
    "label": "Regulation #",
    "format": "text"
  },
  "productProblems": {
    "label": "Problems",
    "format": "array"
  },
  "patientOutcomes": {
    "label": "Outcomes",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Medical Device Adverse Events & Recalls Scraper](https://apify.com/scrapers_lat/openfda-device-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/openfda-device-events-scraper) to learn more, explore other use cases, and run it yourself.