# Ancash CONADIS Peru Disability Registry

**Use case:** 

Extract CONADIS Peru Disability Registry data filtered by Ancash. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "region": "ANCASH",
  "maxItems": 10
}
```

## Output

```json
{
  "region": {
    "label": "🗺️ Region",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "disability_type": {
    "label": "♿ Disability Type",
    "format": "text"
  },
  "count": {
    "label": "🔢 Count",
    "format": "number"
  },
  "age_group": {
    "label": "👥 Age Group",
    "format": "text"
  },
  "gender": {
    "label": "⚧ Gender",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CONADIS Peru Disability Registry Scraper](https://apify.com/parseforge/conadis-peru-disability-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/conadis-peru-disability-registry-scraper) to learn more, explore other use cases, and run it yourself.