# Latest US FDA Dietary Supplement Recalls Data

**Use case:** 

Pulls current-month FDA supplement recalls into a clean, searchable dataset.

## Input

```json
{
  "brandName": "",
  "productType": "supplements",
  "dateFrom": "",
  "dateTo": "",
  "source": "all",
  "maxResults": 1000,
  "includeAnalytics": true,
  "keepStandbyAlive": false
}
```

## Output

```json
{
  "date": {
    "label": "Recall date",
    "format": "string"
  },
  "severity": {
    "label": "Severity",
    "format": "string"
  },
  "source": {
    "label": "Source agency",
    "format": "string"
  },
  "product": {
    "label": "Product",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "reason": {
    "label": "Reason",
    "format": "string"
  },
  "url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Recall API | FDA, CPSC & USDA FSIS](https://apify.com/tictechid/vanzi-us-recall-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tictechid/vanzi-us-recall-intelligence) to learn more, explore other use cases, and run it yourself.