# Scrape FDA 510(k) Device Clearances (Medtronic)

**Use case:** 

Pull FDA 510(k) clearances for a device manufacturer by applicant name and product code, with decision date and outcome plus a verify link.

## Input

```json
{
  "mode": "device_clearances",
  "sponsorIdentifiers": [],
  "nctIds": [
    "NCT04368728"
  ],
  "conditions": [
    "non-small cell lung cancer"
  ],
  "interventions": [],
  "phases": [],
  "statuses": [],
  "countries": [],
  "applicantName": "Medtronic",
  "productCode": "DXN",
  "devicePathways": [
    "510k"
  ],
  "drugName": "Ozempic",
  "seriousOnly": false,
  "recallClassifications": [],
  "recallDomains": [
    "drug",
    "device"
  ],
  "shortageStatus": "any",
  "dateFrom": "",
  "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.