# Veterinary European Medicines Agency Medicines

**Use case:** 

Extract European Medicines Agency Medicines data filtered by Veterinary. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "medicineType": "veterinary",
  "additionalMonitoring": false,
  "orphan": false,
  "biosimilar": false,
  "conditionalApproval": false
}
```

## Output

```json
{
  "name": {
    "label": "Medicine",
    "format": "text"
  },
  "inn": {
    "label": "INN",
    "format": "text"
  },
  "commonName": {
    "label": "Common Name",
    "format": "text"
  },
  "activeSubstance": {
    "label": "Active Substance",
    "format": "text"
  },
  "atcCode": {
    "label": "ATC",
    "format": "text"
  },
  "therapeuticArea": {
    "label": "Therapeutic Area",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "authorisationDate": {
    "label": "Auth Date",
    "format": "date"
  },
  "revisionDate": {
    "label": "Last Revision",
    "format": "date"
  },
  "marketingAuthorisationHolder": {
    "label": "MAH",
    "format": "text"
  },
  "indication": {
    "label": "Indication",
    "format": "text"
  },
  "additionalMonitoring": {
    "label": "Add. Monitoring",
    "format": "text"
  },
  "orphan": {
    "label": "Orphan",
    "format": "text"
  },
  "biosimilar": {
    "label": "Biosimilar",
    "format": "text"
  },
  "conditionalApproval": {
    "label": "Conditional",
    "format": "text"
  },
  "detailUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [European Medicines Agency Medicines Scraper](https://apify.com/parseforge/ema-medicines-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ema-medicines-scraper) to learn more, explore other use cases, and run it yourself.