# Dog openFDA Animal & Veterinary Adverse Event

**Use case:** 

Extract openFDA Animal & Veterinary Adverse Event data filtered by Dog. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "animalSpecies": "dog"
}
```

## Output

```json
{
  "uniqueAerId": {
    "label": "AER ID",
    "format": "text"
  },
  "reportId": {
    "label": "Report ID",
    "format": "text"
  },
  "originalReceiveDate": {
    "label": "Received",
    "format": "text"
  },
  "onsetDate": {
    "label": "Onset",
    "format": "text"
  },
  "seriousAe": {
    "label": "Serious",
    "format": "text"
  },
  "typeOfInformation": {
    "label": "Type",
    "format": "text"
  },
  "foreignOrDomestic": {
    "label": "Origin",
    "format": "text"
  },
  "animalSpecies": {
    "label": "Species",
    "format": "text"
  },
  "animalGender": {
    "label": "Gender",
    "format": "text"
  },
  "animalBreed": {
    "label": "Breed",
    "format": "text"
  },
  "animalAgeYears": {
    "label": "Age (yrs)",
    "format": "number"
  },
  "animalWeightKg": {
    "label": "Weight (kg)",
    "format": "number"
  },
  "primaryProductBrand": {
    "label": "Brand",
    "format": "text"
  },
  "primaryProductManufacturer": {
    "label": "Manufacturer",
    "format": "text"
  },
  "primaryProductActiveIngredients": {
    "label": "Active Ingredients",
    "format": "object"
  },
  "primaryProductRoute": {
    "label": "Route",
    "format": "text"
  },
  "primaryProductDosageForm": {
    "label": "Dosage Form",
    "format": "text"
  },
  "numberOfAnimalsAffected": {
    "label": "# Affected",
    "format": "number"
  },
  "numberOfAnimalsTreated": {
    "label": "# Treated",
    "format": "number"
  },
  "treatedForAe": {
    "label": "Treated for AE",
    "format": "text"
  },
  "reactions": {
    "label": "Reactions",
    "format": "object"
  },
  "outcomes": {
    "label": "Outcomes",
    "format": "object"
  },
  "primaryReporter": {
    "label": "Reporter",
    "format": "text"
  },
  "receiverOrganization": {
    "label": "Receiver",
    "format": "text"
  },
  "drugs": {
    "label": "Drugs",
    "format": "object"
  },
  "fullRecord": {
    "label": "Raw Record",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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