# Department ONPE Peru Elections Results

**Use case:** 

Extract ONPE Peru Elections Results data filtered by Department. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "level": "DEPARTAMENTO",
  "round": "P",
  "maxItems": 10
}
```

## Output

```json
{
  "district": {
    "label": "🗺️ District",
    "format": "text"
  },
  "candidate": {
    "label": "🧑 Candidate",
    "format": "text"
  },
  "party": {
    "label": "🏛️ Party",
    "format": "text"
  },
  "votes": {
    "label": "🗳️ Votes",
    "format": "number"
  },
  "percentage": {
    "label": "📊 %",
    "format": "number"
  },
  "valid_votes": {
    "label": "✅ Valid",
    "format": "number"
  },
  "blank_votes": {
    "label": "⬜ Blank",
    "format": "number"
  },
  "null_votes": {
    "label": "🚫 Null",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ONPE Peru Elections Results Scraper](https://apify.com/parseforge/onpe-peru-elections-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/onpe-peru-elections-scraper) to learn more, explore other use cases, and run it yourself.