# Amoxicillin Drug Labels and Ingredients from openFDA

**Use case:** 

Get structured drug labeling for amoxicillin from openFDA service.

## Input

```json
{
  "maxLabels": 100,
  "query": "amoxicillin",
  "productType": "",
  "route": "",
  "manufacturer": ""
}
```

## 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"
  },
  "boxedWarning": {
    "label": "Boxed Warning",
    "format": "text"
  },
  "warningsAndCautions": {
    "label": "Warnings & Cautions",
    "format": "text"
  },
  "overdosage": {
    "label": "Overdosage",
    "format": "text"
  },
  "useInSpecificPopulations": {
    "label": "Use In Specific Populations",
    "format": "text"
  },
  "mechanismOfAction": {
    "label": "Mechanism Of Action",
    "format": "text"
  },
  "howSupplied": {
    "label": "How Supplied",
    "format": "text"
  },
  "labelUrl": {
    "label": "Label URL",
    "format": "link"
  },
  "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.