# Medtronic FDA 510(k) Clearance Scraper

**Use case:** 

Scrape recent FDA 510(k) clearances for Medtronic with applicant, device, product code, and decision metadata.

## Input

```json
{
  "search": "",
  "applicant": "Medtronic",
  "decisionDateFrom": "2024-01-01",
  "maxResults": 100,
  "sort": "decision_date_desc",
  "includeRaw": false
}
```

## Output

```json
{
  "kNumber": {
    "label": "510(k) number"
  },
  "applicant": {
    "label": "Applicant"
  },
  "deviceName": {
    "label": "Device name"
  },
  "productCode": {
    "label": "Product code"
  },
  "decisionDate": {
    "label": "Decision date"
  },
  "decisionDescription": {
    "label": "Decision"
  },
  "clearanceType": {
    "label": "Clearance type"
  },
  "dateReceived": {
    "label": "Date received"
  },
  "advisoryCommitteeDescription": {
    "label": "Advisory committee"
  },
  "recordUrl": {
    "label": "FDA record URL",
    "format": "link"
  },
  "apiUrl": {
    "label": "openFDA API URL",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA 510(k) Device Clearances Scraper](https://apify.com/automation-lab/openfda-510k-device-clearances-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/openfda-510k-device-clearances-scraper) to learn more, explore other use cases, and run it yourself.