# EMA Medicines   European Drug Authorisation Register — Full 

**Use case:** 

Scrape the full ema medicines - european drug authorisation register dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract ema medicines - european drug authorisation register for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "medicineCategory": "human",
  "authorisationStatus": "Authorised",
  "therapeuticArea": "",
  "atcCode": "",
  "authorisationDateFrom": "",
  "authorisationDateTo": "",
  "maxItems": 200
}
```

## Output

```json
{
  "medicine_name": {
    "label": "Medicine Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "active_substance": {
    "label": "Active Substance",
    "format": "string"
  },
  "atc_code": {
    "label": "Atc Code",
    "format": "string"
  },
  "therapeutic_area": {
    "label": "Therapeutic Area",
    "format": "string"
  },
  "marketing_authorisation_holder": {
    "label": "Marketing Authorisation Holder",
    "format": "string"
  },
  "authorisation_status": {
    "label": "Authorisation Status",
    "format": "string"
  },
  "first_authorised_date": {
    "label": "First Authorised Date",
    "format": "string"
  },
  "product_url": {
    "label": "Product Url",
    "format": "string"
  }
}
```

## About this Actor

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