# Scrape FDA PMA Premarket Device Approvals

**Use case:** 

Pull FDA PMA premarket approval records for high-risk medical devices by applicant, with decision date, outcome, and product code.

## Input

```json
{
  "mode": "device_clearances",
  "sponsorIdentifiers": [],
  "nctIds": [
    "NCT04368728"
  ],
  "conditions": [
    "non-small cell lung cancer"
  ],
  "interventions": [],
  "phases": [],
  "statuses": [],
  "countries": [],
  "applicantName": "Abbott",
  "productCode": "",
  "devicePathways": [
    "pma"
  ],
  "drugName": "Ozempic",
  "seriousOnly": false,
  "recallClassifications": [],
  "recallDomains": [
    "drug",
    "device"
  ],
  "shortageStatus": "any",
  "dateFrom": "2024-01-01",
  "dateTo": "",
  "maxItems": 25,
  "maxItemsPerSource": 1000,
  "incrementalMode": false,
  "monitorTargets": [],
  "enableAiSummary": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "pathway": {
    "label": "Path",
    "format": "text"
  },
  "deviceName": {
    "label": "Device",
    "format": "text"
  },
  "applicantName": {
    "label": "Applicant",
    "format": "text"
  },
  "productCode": {
    "label": "Code",
    "format": "text"
  },
  "decisionDate": {
    "label": "Decision",
    "format": "date"
  },
  "decision": {
    "label": "Outcome",
    "format": "text"
  },
  "verifyUrl": {
    "label": "FDA",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials & FDA Pipeline Intelligence Scraper](https://apify.com/constructive_calm/clinical-trials-fda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/clinical-trials-fda-scraper) to learn more, explore other use cases, and run it yourself.