# openFDA Pacemaker 510k Clearance Scraper

**Use case:** 

Scrape FDA 510(k) clearances for pacemakers from openFDA. Get applicant, decision dates, device names and product codes for regulatory research.

## Input

```json
{
  "maxItems": 50,
  "dataset": "510k",
  "searchQuery": "pacemaker",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## 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 Events 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.