# FDA 510k Device Clearance Records Collector

**Use case:** 

Collect detailed FDA 510k device clearance records. Obtain data on device approvals without needing an API key or login.

## Input

```json
{
  "dataset": "device/510k",
  "sort": "newest",
  "searchQuery": "",
  "maxRecords": 200
}
```

## Output

```json
{
  "_dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "recalling_firm": {
    "label": "Recalling Firm",
    "format": "string"
  },
  "product_description": {
    "label": "Product Description",
    "format": "string"
  },
  "reason_for_recall": {
    "label": "Reason for Recall",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "report_date": {
    "label": "Report Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Data Scraper - openFDA Recalls & Events](https://apify.com/logiover/fda-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/fda-data-scraper) to learn more, explore other use cases, and run it yourself.