{
  "openapi": "3.0.1",
  "info": {
    "title": "Baton Rouge Property Tax Roll - Owners & 11-Year Values",
    "description": "East Baton Rouge Parish tax roll (public open data, 4.02M assessment lines, 2015-2025): every property's taxpayer, exemption and value, plus each property's 11-year roll with the year-over-year movement. Covers Baton Rouge, Baker, Central and Zachary.",
    "version": "0.0",
    "x-build-id": "h1Obh3DVZXXTNEoor"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/j0401~brla-tax-roll/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-j0401-brla-tax-roll",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/j0401~brla-tax-roll/runs": {
      "post": {
        "operationId": "runs-sync-j0401-brla-tax-roll",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/j0401~brla-tax-roll/run-sync": {
      "post": {
        "operationId": "run-sync-j0401-brla-tax-roll",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "rows",
              "property",
              "trend",
              "aggregate"
            ],
            "type": "string",
            "description": "rows = assessment lines matching your filters. property = one property's full 11-year roll with its lines summed per year and the movement computed. trend = per-year parish totals for a scope. aggregate = server-side count by one dimension.",
            "default": "rows"
          },
          "taxYear": {
            "title": "Tax year",
            "type": "string",
            "description": "Roll year. The source currently carries 2015-2025. Defaults to the newest year available."
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum records to return. Default 50; 0 is treated as the default rather than as all records.",
            "default": 50
          },
          "propertyNumber": {
            "title": "Property number",
            "type": "string",
            "description": "The property number, exact match (use it with mode=property to follow one property across years)."
          },
          "legacyPropertyNumber": {
            "title": "Legacy property number",
            "type": "string",
            "description": "The older hyphenated property number form, exact match (e.g. 010-0019-5)."
          },
          "taxpayerName": {
            "title": "Taxpayer name",
            "type": "string",
            "description": "Partial taxpayer-name match. '%' and '_' are not allowed."
          },
          "unitType": {
            "title": "Unit type",
            "enum": [
              "ACREAGE",
              "LOT",
              "IMPROVEMENT"
            ],
            "type": "string",
            "description": "The kind of assessment line. ACREAGE and LOT are land; IMPROVEMENT is a building or improvement. A property is one or more lines. Note: LOT is absent from the 2017-2022 rolls, where land lines are recorded as ACREAGE."
          },
          "assessmentType": {
            "title": "Assessment type",
            "enum": [
              "REAL PROPERTY",
              "PUBLIC SERVICE"
            ],
            "type": "string",
            "description": "REAL PROPERTY or PUBLIC SERVICE."
          },
          "assessmentStatus": {
            "title": "Assessment status",
            "enum": [
              "ACTUAL",
              "EXEMPT",
              "ADJUDICATED",
              "RS",
              "IE"
            ],
            "type": "string",
            "description": "ACTUAL, EXEMPT or ADJUDICATED, plus the rare RS and IE codes the roll also carries."
          },
          "taxFreeze": {
            "title": "Tax freeze",
            "enum": [
              "NONE",
              "OVER 65",
              "DISABLED VET",
              "DISABLED",
              "OTHER"
            ],
            "type": "string",
            "description": "Assessment freeze category: NONE, OVER 65, DISABLED VET, DISABLED or OTHER. Empty on every roll before 2021."
          },
          "homesteadExemptType": {
            "title": "Homestead exemption",
            "enum": [
              "YES",
              "NO"
            ],
            "type": "string",
            "description": "Whether the property carries a homestead exemption."
          },
          "address": {
            "title": "Parcel address",
            "type": "string",
            "description": "Partial match on the property's physical address. Note: this column is populated through the 2023 roll and is empty from 2024 on, so a search here returns nothing on the later rolls."
          },
          "ward": {
            "title": "Ward",
            "type": "string",
            "description": "Partial ward match (e.g. 3-0). Populated through the 2023 roll; empty from 2024 on."
          },
          "subdivision": {
            "title": "Subdivision",
            "type": "string",
            "description": "Partial subdivision-name match. Populated through the 2023 roll."
          },
          "structureUse": {
            "title": "Structure use",
            "type": "string",
            "description": "Partial structure-use match (COMMERCIAL, RESIDENTIAL and so on). Populated through the 2023 roll."
          },
          "mailingCity": {
            "title": "Taxpayer mailing city",
            "type": "string",
            "description": "Partial city match on the taxpayer's mailing address. Matched across the address columns, which move between years."
          },
          "mailingZip": {
            "title": "Taxpayer mailing ZIP",
            "type": "string",
            "description": "ZIP match on the taxpayer's mailing address. Digits and dashes only."
          },
          "minMarketValue": {
            "title": "Min fair market value",
            "minimum": 0,
            "type": "number",
            "description": "Lower bound on the fair market value."
          },
          "maxMarketValue": {
            "title": "Max fair market value",
            "minimum": 0,
            "type": "number",
            "description": "Upper bound on the fair market value."
          },
          "minTaxableValue": {
            "title": "Min taxable value",
            "minimum": 0,
            "type": "number",
            "description": "Lower bound on the taxable value."
          },
          "maxTaxableValue": {
            "title": "Max taxable value",
            "minimum": 0,
            "type": "number",
            "description": "Upper bound on the taxable value."
          },
          "groupBy": {
            "title": "Group by (aggregate mode)",
            "enum": [
              "taxYear",
              "unitType",
              "assessmentType",
              "assessmentStatus",
              "taxFreeze",
              "homesteadExemptType",
              "structureUse",
              "ward"
            ],
            "type": "string",
            "description": "Dimension for the server-side count. Use only with mode=aggregate - supplying it in another mode is rejected rather than ignored."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}