# NDC directory: products marketed in the last year

**Use case:** 

Drug products whose marketing start date falls in the last 12 months — new entries to the US drug supply.

## Input

```json
{
  "dataset": "drug-ndc-directory",
  "searchTerm": "insulin",
  "firmName": "Medtronic",
  "maxRecords": 500,
  "sortBy": "newest",
  "lastNDays": 365,
  "dateFrom": "2026-01-01",
  "dateTo": "2026-12-31",
  "classification": "Class I",
  "recallStatus": "Ongoing",
  "state": "CA",
  "country": "United States",
  "seriousOnly": true,
  "deathsOnly": true,
  "reaction": "ANAPHYLACTIC REACTION",
  "searchQuery": "openfda.route:\"INTRAVENOUS\"",
  "apiKey": "***"
}
```

## Output

```json
{
  "recordId": {
    "label": "Record ID",
    "format": "string"
  },
  "brandName": {
    "label": "Brand name",
    "format": "string"
  },
  "brandNames": {
    "label": "Brand names",
    "format": "array"
  },
  "genericName": {
    "label": "Generic name",
    "format": "string"
  },
  "genericNames": {
    "label": "Generic names",
    "format": "array"
  },
  "labelerName": {
    "label": "Labeler",
    "format": "string"
  },
  "dosageForm": {
    "label": "Dosage form",
    "format": "string"
  },
  "routes": {
    "label": "Routes",
    "format": "array"
  },
  "marketingCategory": {
    "label": "Marketing category",
    "format": "string"
  },
  "deaSchedule": {
    "label": "DEA schedule",
    "format": "string"
  },
  "indicationsAndUsage": {
    "label": "Indications and usage",
    "format": "string"
  }
}
```

## About this Actor

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