Geocode US/Canada Address
address.geocodio.geocodeForward geocode US and Canada addresses to obtain latitude/longitude, parsed components, accuracy type, and USPS-standardized output with Census data.
Instructions
Forward geocode a US or Canada address to coordinates — returns lat/lng, parsed address components (street, city, state, ZIP, county), accuracy type (rooftop/range/street), and data source. USPS-standardized results with Census data (Geocodio)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | US or Canada address to geocode (e.g. "1600 Pennsylvania Ave NW, Washington DC", "350 5th Ave, New York, NY 10118") | |
| limit | No | Max results to return (default 5, max 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |