# Ophthalmic Eye Drop Drug Labels - openFDA

**Use case:** 

Export ophthalmic route drug labels for eye drops, with active ingredients, dosage, warnings and manufacturer details.

## Input

```json
{
  "maxItems": 100,
  "query": "",
  "productType": "",
  "route": "OPHTHALMIC",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "brandName": {
    "label": "Brand",
    "format": "array"
  },
  "genericName": {
    "label": "Generic",
    "format": "array"
  },
  "manufacturerName": {
    "label": "Manufacturer",
    "format": "array"
  },
  "productType": {
    "label": "Product Type",
    "format": "text"
  },
  "route": {
    "label": "Route",
    "format": "array"
  },
  "substanceName": {
    "label": "Active Substances",
    "format": "array"
  },
  "activeIngredient": {
    "label": "Active Ingredient",
    "format": "text"
  },
  "pharmClass": {
    "label": "Pharm Class",
    "format": "array"
  },
  "productNdc": {
    "label": "Product NDC",
    "format": "array"
  },
  "packageNdc": {
    "label": "Package NDC",
    "format": "array"
  },
  "applicationNumber": {
    "label": "Application #",
    "format": "array"
  },
  "rxcui": {
    "label": "RxCUI",
    "format": "array"
  },
  "unii": {
    "label": "UNII",
    "format": "array"
  },
  "splId": {
    "label": "SPL ID",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "indicationsAndUsage": {
    "label": "Indications & Usage",
    "format": "text"
  },
  "dosageAndAdministration": {
    "label": "Dosage & Administration",
    "format": "text"
  },
  "warnings": {
    "label": "Warnings",
    "format": "text"
  },
  "contraindications": {
    "label": "Contraindications",
    "format": "text"
  },
  "adverseReactions": {
    "label": "Adverse Reactions",
    "format": "text"
  },
  "drugInteractions": {
    "label": "Drug Interactions",
    "format": "text"
  },
  "effectiveTime": {
    "label": "Effective Date",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Drug Labels & Ingredients Scraper](https://apify.com/scrapers_lat/openfda-drug-labels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/openfda-drug-labels-scraper) to learn more, explore other use cases, and run it yourself.