# openFDA NDC aspirin product scraper

**Use case:** 

Export aspirin product NDC records from the official openFDA Drug NDC Directory for compliance and enrichment workflows.

## Input

```json
{
  "query": "aspirin",
  "ndcs": [],
  "outputMode": "products",
  "maxItems": 25,
  "pageSize": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "productNdc": {
    "label": "Product NDC"
  },
  "packageNdc": {
    "label": "Package NDC"
  },
  "brandName": {
    "label": "Brand name"
  },
  "genericName": {
    "label": "Generic name"
  },
  "labelerName": {
    "label": "Labeler"
  },
  "manufacturerName": {
    "label": "Manufacturer"
  },
  "activeIngredientNames": {
    "label": "Active ingredients"
  },
  "dosageForm": {
    "label": "Dosage form"
  },
  "productType": {
    "label": "Product type"
  },
  "marketingCategory": {
    "label": "Marketing category"
  },
  "marketingStartDate": {
    "label": "Marketing start"
  },
  "listingExpirationDate": {
    "label": "Listing expires"
  },
  "finished": {
    "label": "Finished"
  },
  "packageDescription": {
    "label": "Package"
  },
  "sourceUrl": {
    "label": "Source API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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