ZIP Codes by City
zipcode_by_cityRetrieve all ZIP codes for a given city. Use state name to disambiguate identical city names. Results are paginated with up to 500 per page.
Instructions
Get all ZIP/postal codes for a city. Providing 'state_name' is recommended to disambiguate cities with the same name. Returns paginated results (up to 500 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name to search (e.g. 'Brooklyn', 'Manchester'). | |
| country | Yes | ISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'DE'). | |
| state_name | No | State, province, or region name (e.g. 'New York', 'England'). Recommended to disambiguate. | |
| page | No | Page number for paginated results (max 500 results per page). |