# Acre CNES Brazil Health Establishments

**Use case:** 

Extract CNES Brazil Health Establishments data filtered by Acre. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "state": "AC",
  "maxItems": 10
}
```

## Output

```json
{
  "cnes_id": {
    "label": "🆔 CNES ID",
    "format": "text"
  },
  "name": {
    "label": "🏥 Name",
    "format": "text"
  },
  "type": {
    "label": "🩺 Type",
    "format": "text"
  },
  "manager": {
    "label": "👤 Manager",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "services": {
    "label": "💼 Services",
    "format": "text"
  },
  "beds": {
    "label": "🛏️ Beds",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CNES Brazil Health Establishments Scraper](https://apify.com/parseforge/cnes-brazil-health-establishments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cnes-brazil-health-establishments-scraper) to learn more, explore other use cases, and run it yourself.