# Human Prescription Drug openFDA Drug NDC Directory

**Use case:** 

Extract openFDA Drug NDC Directory data filtered by Human Prescription Drug. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "productType": "HUMAN PRESCRIPTION DRUG"
}
```

## Output

```json
{
  "productNdc": {
    "label": "Product NDC",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "brandNameBase": {
    "label": "Brand (Base)",
    "format": "text"
  },
  "genericName": {
    "label": "Generic",
    "format": "text"
  },
  "labelerName": {
    "label": "Labeler",
    "format": "text"
  },
  "manufacturerName": {
    "label": "Manufacturer",
    "format": "object"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "dosageForm": {
    "label": "Dosage Form",
    "format": "text"
  },
  "route": {
    "label": "Route",
    "format": "object"
  },
  "marketingCategory": {
    "label": "Marketing Cat.",
    "format": "text"
  },
  "applicationNumber": {
    "label": "Application #",
    "format": "text"
  },
  "activeIngredients": {
    "label": "Ingredients",
    "format": "object"
  },
  "pharmClass": {
    "label": "Pharm Class",
    "format": "object"
  },
  "pharmClassEpc": {
    "label": "Pharm Class (EPC)",
    "format": "object"
  },
  "pharmClassPe": {
    "label": "Pharm Class (PE)",
    "format": "object"
  },
  "packaging": {
    "label": "Packaging",
    "format": "object"
  },
  "marketingStartDate": {
    "label": "Start Date",
    "format": "text"
  },
  "listingExpirationDate": {
    "label": "Listing Expiry",
    "format": "text"
  },
  "splId": {
    "label": "SPL ID",
    "format": "text"
  },
  "splSetId": {
    "label": "SPL Set ID",
    "format": "text"
  },
  "rxcui": {
    "label": "RxCUI",
    "format": "object"
  },
  "unii": {
    "label": "UNII",
    "format": "object"
  },
  "nui": {
    "label": "NUI",
    "format": "object"
  },
  "finished": {
    "label": "Finished",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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