# FDA 510(k) Record by K Number

**Use case:** 

Find the FDA 510(k) clearance record for K240001.

## Input

```json
{
  "target": "clearances",
  "maxItems": 1,
  "groupBy": "applicant",
  "deviceName": "cardiac",
  "kNumber": "K240001"
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "text"
  },
  "kNumber": {
    "label": "510(k) number",
    "format": "text"
  },
  "deviceName": {
    "label": "Device name",
    "format": "text"
  },
  "applicant": {
    "label": "Applicant",
    "format": "text"
  },
  "decision": {
    "label": "FDA decision",
    "format": "text"
  },
  "decisionDate": {
    "label": "Decision date",
    "format": "date"
  },
  "productCode": {
    "label": "Product code",
    "format": "text"
  },
  "groupBy": {
    "label": "Grouped by",
    "format": "text"
  },
  "groupValue": {
    "label": "Group value",
    "format": "text"
  },
  "count": {
    "label": "Count",
    "format": "number"
  },
  "share": {
    "label": "Share",
    "format": "number"
  },
  "total": {
    "label": "Total matches",
    "format": "number"
  },
  "sourceUrl": {
    "label": "FDA source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA 510(k) Device Clearance Search](https://apify.com/maximedupre/fda-510k) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/fda-510k) to learn more, explore other use cases, and run it yourself.