# FDA Orange Book Latest Results

**Use case:** 

Latest Results of FDA Orange Book. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

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

## Output

```json
{
  "applicationNumber": {
    "label": "📌 applicationNumber",
    "format": "text"
  },
  "sponsor": {
    "label": "📌 sponsor",
    "format": "text"
  },
  "brandName": {
    "label": "📌 brandName",
    "format": "text"
  },
  "activeIngredient": {
    "label": "📌 activeIngredient",
    "format": "text"
  },
  "teCode": {
    "label": "📌 teCode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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