# openFDA Food Adverse Events Data Export

**Use case:** 

Data Export of openFDA Food Adverse Events. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "search": "products.brand_name:Tylenol"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Food Adverse Events Scraper](https://apify.com/parseforge/openfda-food-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openfda-food-events-scraper) to learn more, explore other use cases, and run it yourself.