batch_geocode_geographies
Geocode up to 10,000 addresses at once and return Census state, county, tract, and block geographies via CSV or structured array.
Instructions
Batch geocode up to 10,000 addresses AND return associated Census geographies (State, County, Tract, Block Codes). Provide addresses as raw CSV or structured array. CSV format: UniqueID,Street,City,State,ZIP. Returns a CSV with: Record ID, Input Address, Match Indicator, Match Type, Output Address, Coordinates, Tigerline ID, Tigerline Side, State Code, County Code, Tract Code, Block Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vintage | No | Vintage name or ID (default: "Current_Current") | |
| addresses | No | Array of address objects. Ignored if csv_content is provided. | |
| benchmark | No | Benchmark name or ID (default: "Public_AR_Current") | |
| csv_content | No | Raw CSV content. Each row: UniqueID,Street,City,State,ZIP. For PR addresses with Urbanization: UniqueID,Street,Municipio,State,ZIP,Urbanization. Takes precedence over the addresses array. |