# FDA Drug Approvals | Pharmaceutical Approvals Database

**Use case:** 

Latest Results of FDA Drug Approvals | Pharmaceutical Approvals Database. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "search": "Pfizer",
  "maxItems": 25
}
```

## Output

```json
{
  "applicationNumber": {
    "label": "📌 Application",
    "format": "text"
  },
  "sponsorName": {
    "label": "🏢 Sponsor",
    "format": "text"
  },
  "openfdaBrandName": {
    "label": "Openfda brand name"
  },
  "openfdaGenericName": {
    "label": "Openfda generic name"
  },
  "submissionType": {
    "label": "Submission type"
  },
  "submissionStatus": {
    "label": "Submission status"
  },
  "submissionStatusDate": {
    "label": "Submission status date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Drug Approvals Scraper | Pharmaceutical Approvals Database](https://apify.com/parseforge/fda-drug-approvals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fda-drug-approvals-scraper) to learn more, explore other use cases, and run it yourself.