# Medtronic FDA Device Registration Scraper

**Use case:** 

Scrape FDA device registrations for Medtronic with FEI numbers, product codes, addresses, classes, and owner/operator data.

## Input

```json
{
  "firmName": "Medtronic",
  "maxItems": 100
}
```

## Output

```json
{
  "registrationNumber": {
    "label": "Registration #"
  },
  "feiNumber": {
    "label": "FEI #"
  },
  "firmName": {
    "label": "Firm"
  },
  "ownerOperatorName": {
    "label": "Owner/operator"
  },
  "countryCode": {
    "label": "Country"
  },
  "stateCode": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "productCode": {
    "label": "Product code"
  },
  "deviceName": {
    "label": "Device name"
  },
  "deviceClass": {
    "label": "Class"
  },
  "medicalSpecialty": {
    "label": "Specialty"
  },
  "registrationExpiryYear": {
    "label": "Expiry year"
  },
  "kNumber": {
    "label": "510(k)"
  },
  "pmaNumber": {
    "label": "PMA"
  },
  "openFdaQuery": {
    "label": "Query"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Medical Device Establishment Registration Scraper](https://apify.com/automation-lab/fda-device-registration-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-device-registration-scraper) to learn more, explore other use cases, and run it yourself.