# FDA 510(k) Competitor Clearance Data Extractor

**Use case:** 

Access detailed records of recent FDA 510(k) clearances, including manufacturers, product codes, and decision windows for informed market insights.

## Input

```json
{
  "sourceMode": "sample",
  "mode": "demo",
  "startUrls": [
    {
      "url": "https://api.fda.gov/device/510k.json",
      "sourceId": "OPENFDA-DEVICE-510-K-API",
      "userData": {
        "sourceId": "OPENFDA-DEVICE-510-K-API"
      }
    },
    {
      "url": "https://open.fda.gov/apis/device/510k/",
      "sourceId": "OPEN-FDA-GOV",
      "userData": {
        "sourceId": "OPEN-FDA-GOV"
      }
    }
  ],
  "maxItems": 15,
  "lookbackDays": 3650,
  "sourceIds": [
    "OPENFDA-DEVICE-510-K-API",
    "OPEN-FDA-GOV"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "includeRaw": false,
  "emitDiagnostics": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

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