# FDA CDER Warning Letters Compliance Monitor

**Use case:** 

Monitor FDA CDER warning letters by date and export full violations, cited regulations, recipients, response links, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fda.gov/inspections-compliance-enforcement-and-criminal-investigations/warning-letters/medline-inc-724347-05282026"
    }
  ],
  "searchTerm": "",
  "issuingOffice": "CDER",
  "fromDate": "2026-01-01",
  "toDate": "",
  "maxItems": 100,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "issueDate": {
    "label": "Issued",
    "format": "date"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "marcsCms": {
    "label": "MARCS-CMS",
    "format": "text"
  },
  "referenceNumber": {
    "label": "Reference",
    "format": "text"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "issuingOffice": {
    "label": "Issuing office",
    "format": "text"
  },
  "subject": {
    "label": "Subject",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "recipientTitle": {
    "label": "Recipient title",
    "format": "text"
  },
  "citedRegulations": {
    "label": "Cited regulations",
    "format": "text"
  },
  "responseLetterUrls": {
    "label": "Response letters",
    "format": "link"
  },
  "closeoutLetterUrls": {
    "label": "Closeout letters",
    "format": "link"
  },
  "sourceUrl": {
    "label": "FDA source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Warning Letters Scraper](https://apify.com/automation-lab/fda-warning-letters-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-warning-letters-scraper) to learn more, explore other use cases, and run it yourself.