# FDA Warning Letters Full Export

**Use case:** 

Full Export of FDA Warning Letters. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "startOffset": 0
}
```

## Output

```json
{
  "postedDate": {
    "label": "📌 postedDate",
    "format": "text"
  },
  "letterIssueDate": {
    "label": "📌 letterIssueDate",
    "format": "text"
  },
  "companyName": {
    "label": "📌 companyName",
    "format": "text"
  },
  "issuingOffice": {
    "label": "📌 issuingOffice",
    "format": "text"
  },
  "subject": {
    "label": "📌 subject",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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