# North Carolina early voting statistics by county

**Use case:** 

County-level North Carolina early voting and absentee statistics by party and method — one-stop and mail, updated daily during voting season.

## Input

```json
{
  "datasets": [
    "early_vote"
  ],
  "states": [
    "NC"
  ],
  "dateFrom": "2026-01-01",
  "dateTo": "2026-11-03",
  "counties": [
    "37183"
  ],
  "resultsYears": [
    "2020",
    "2024"
  ],
  "electionId": "",
  "maxRows": 1000
}
```

## Output

```json
{
  "dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "party": {
    "label": "Party",
    "format": "string"
  },
  "date": {
    "label": "Snapshot date",
    "format": "string"
  },
  "ballots_returned": {
    "label": "Ballots returned",
    "format": "integer"
  },
  "registered": {
    "label": "Registered voters",
    "format": "integer"
  },
  "year": {
    "label": "Election year",
    "format": "integer"
  },
  "office": {
    "label": "Office",
    "format": "string"
  },
  "candidate": {
    "label": "Candidate",
    "format": "string"
  },
  "votes": {
    "label": "Candidate votes",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Early Vote & Mail Ballot Tracker — County Turnout & Results](https://apify.com/shelvick/early-vote-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/early-vote-tracker) to learn more, explore other use cases, and run it yourself.