# ANVISA Brazil Medicines Registry Full Export

**Use case:** 

Full Export of ANVISA Brazil Medicines Registry. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "dipirona",
  "maxItems": 500
}
```

## Output

```json
{
  "product_name": {
    "label": "💊 Product",
    "format": "text"
  },
  "active_ingredient": {
    "label": "🧪 Active Ingredient",
    "format": "text"
  },
  "manufacturer": {
    "label": "🏭 Manufacturer",
    "format": "text"
  },
  "registration": {
    "label": "🆔 Registration",
    "format": "text"
  },
  "expiry_date": {
    "label": "📅 Expiry",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "presentation": {
    "label": "📦 Presentation",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ANVISA Brazil Medicines Registry Scraper](https://apify.com/parseforge/anvisa-brazil-medicines-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/anvisa-brazil-medicines-scraper) to learn more, explore other use cases, and run it yourself.