# FDA Orange Book Brand Name Scraper

**Use case:** 

Scrape FDA Orange Book drug application records by brand name for regulatory and pharma research workflows.

## Input

```json
{
  "queries": [
    "aspirin",
    "advil"
  ],
  "searchField": "brand",
  "applicationNumbers": [
    "NDA020639"
  ],
  "maxItems": 100,
  "includeRawRecord": false
}
```

## Output

```json
{
  "applicationNumber": {
    "label": "Application #"
  },
  "sponsorName": {
    "label": "Sponsor"
  },
  "brandNames": {
    "label": "Brand names"
  },
  "genericNames": {
    "label": "Generic names"
  },
  "activeIngredients": {
    "label": "Active ingredients"
  },
  "dosageForms": {
    "label": "Dosage forms"
  },
  "routes": {
    "label": "Routes"
  },
  "strengths": {
    "label": "Strengths"
  },
  "marketingStatuses": {
    "label": "Marketing status"
  },
  "patentDataAvailable": {
    "label": "Patent data"
  },
  "exclusivityDataAvailable": {
    "label": "Exclusivity data"
  },
  "searchTerm": {
    "label": "Search term"
  },
  "searchField": {
    "label": "Search field"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Orange Book Scraper](https://apify.com/automation-lab/fda-orange-book-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-orange-book-scraper) to learn more, explore other use cases, and run it yourself.