# FDA Sponsor Drug Application Monitor

**Use case:** 

Monitor FDA Orange Book application records by sponsor or applicant for pharma portfolio research.

## Input

```json
{
  "queries": [
    "PFIZER"
  ],
  "searchField": "sponsor",
  "applicationNumbers": [
    "NDA020639"
  ],
  "maxItems": 250,
  "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.