# FDA PMA Applicant Approval Extractor

**Use case:** 

Extract FDA PMA approval records for one medical device applicant or manufacturer from openFDA.

## Input

```json
{
  "search": "decision_code:APPR",
  "maxItems": 100,
  "applicant": "Medtronic",
  "decisionCode": "APPR",
  "decisionDateFrom": "2024-01-01",
  "sortBy": "decision_date_desc",
  "includeOpenFda": true
}
```

## Output

```json
{
  "pmaNumber": {
    "label": "PMA number"
  },
  "supplementNumber": {
    "label": "Supplement"
  },
  "applicant": {
    "label": "Applicant"
  },
  "tradeName": {
    "label": "Trade name"
  },
  "genericName": {
    "label": "Generic name"
  },
  "productCode": {
    "label": "Product code"
  },
  "decisionDate": {
    "label": "Decision date"
  },
  "decisionCode": {
    "label": "Decision"
  },
  "supplementType": {
    "label": "Supplement type"
  },
  "supplementReason": {
    "label": "Supplement reason"
  },
  "registrationNumbers": {
    "label": "Registration numbers"
  },
  "apiUrl": {
    "label": "API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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