# openFDA Animal & Veterinary Adverse Events Latest Results

**Use case:** 

Latest Results of openFDA Animal & Veterinary Adverse Events. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "search": "ivermectin"
}
```

## Output

```json
{
  "reportId": {
    "label": "reportId",
    "format": "text"
  },
  "receiveDate": {
    "label": "receiveDate",
    "format": "date"
  },
  "animalSpecies": {
    "label": "animalSpecies",
    "format": "text"
  },
  "animalBreed": {
    "label": "animalBreed",
    "format": "text"
  },
  "animalAge": {
    "label": "animalAge",
    "format": "text"
  },
  "animalWeight": {
    "label": "animalWeight",
    "format": "text"
  },
  "reactions": {
    "label": "reactions",
    "format": "text"
  },
  "drugs": {
    "label": "drugs",
    "format": "text"
  },
  "outcomes": {
    "label": "outcomes",
    "format": "text"
  },
  "reporterCountry": {
    "label": "reporterCountry",
    "format": "text"
  },
  "treatedForAe": {
    "label": "treatedForAe",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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