# Scrape FDA Animal Adverse Events Data

**Use case:** 

Extract detailed records of animal and veterinary adverse events from the FDA. Get up to 200 records in CSV or JSON format.

## Input

```json
{
  "dataset": "animalandveterinary/event",
  "sort": "newest",
  "searchQuery": "",
  "maxRecords": 200
}
```

## Output

```json
{
  "_dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "recalling_firm": {
    "label": "Recalling Firm",
    "format": "string"
  },
  "product_description": {
    "label": "Product Description",
    "format": "string"
  },
  "reason_for_recall": {
    "label": "Reason for Recall",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "report_date": {
    "label": "Report Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Data Scraper - openFDA Recalls & Events](https://apify.com/logiover/fda-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/fda-data-scraper) to learn more, explore other use cases, and run it yourself.