# New FDA warning letters to drug and device makers

**Use case:** 

Track new FDA warning letters as they post. See the company, product, program and issue date for drug and device makers in one feed.

## Input

```json
{
  "programs": [],
  "keywords": [],
  "sinceDays": 30,
  "maxLetters": 200,
  "monitorMode": false
}
```

## Output

```json
{
  "issueDate": {
    "label": "Issued",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "program": {
    "label": "Program",
    "format": "string"
  },
  "subject": {
    "label": "Subject",
    "format": "string"
  },
  "hasCloseout": {
    "label": "Closed out",
    "format": "boolean"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  },
  "letterUrl": {
    "label": "Letter link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Warning Letters Monitor 🔔 (drug & device alerts)](https://apify.com/tagadanar/fda-warning-letters) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/fda-warning-letters) to learn more, explore other use cases, and run it yourself.