# East Baton Rouge roll totals, year by year

**Use case:** 

East Baton Rouge Parish's assessed roll for every tax year 2015-2025 - the line count and total market and assessed value, with the annual change.

## Input

```json
{
  "mode": "trend",
  "maxResults": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "taxYear": {
    "label": "Tax year"
  },
  "propertyNumber": {
    "label": "Property number"
  },
  "unitType": {
    "label": "Unit type"
  },
  "taxpayerName": {
    "label": "Taxpayer name"
  },
  "mailingAddress": {
    "label": "Mailing address"
  },
  "parcelAddress": {
    "label": "Parcel address"
  },
  "ward": {
    "label": "Ward"
  },
  "subdivision": {
    "label": "Subdivision"
  },
  "fairMarketValue": {
    "label": "Fair market value"
  },
  "totalValue": {
    "label": "Total value"
  },
  "taxableValue": {
    "label": "Taxable value"
  },
  "homesteadExemption": {
    "label": "Homestead exemption"
  },
  "homesteadExemptType": {
    "label": "Homestead exempt type"
  },
  "taxFreeze": {
    "label": "Tax freeze"
  },
  "structureUse": {
    "label": "Structure use"
  },
  "marketValueChange": {
    "label": "Market value change"
  },
  "marketValueChangePct": {
    "label": "Market value change pct"
  },
  "groupKey": {
    "label": "Group key"
  },
  "groupCount": {
    "label": "Group count"
  },
  "groupBy": {
    "label": "Group by"
  }
}
```

## About this Actor

This example demonstrates how to use [Baton Rouge Property Tax Roll - Owners & 11-Year Values](https://apify.com/j0401/brla-tax-roll.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/j0401/brla-tax-roll.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/j0401/brla-tax-roll.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
