# Florida vote-by-mail data by county — daily VBM returns

**Use case:** 

Daily Florida vote-by-mail counts by county and party — ballots requested and returned, updated through election season. Run it live or call it from an agent.

## Input

```json
{
  "datasets": [
    "early_vote"
  ],
  "states": [
    "FL"
  ],
  "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.