Bulk ZIP Code Lookup
zipcode_bulk_lookupLook up city, region, country, and coordinates for up to 100 ZIP/postal codes in one request. Optionally filter results to a single country using ISO code.
Instructions
Look up details for up to 100 ZIP/postal codes at once. Returns an array of results including city, region, country, their codes, and geographic coordinates for each ZIP code. Optionally filter all codes to a single country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codes | Yes | List of ZIP/postal codes to look up (max 100). Example: ["10009", "90210", "SW1A 1AA"] | |
| country | No | ISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'DE'). Applies to all codes in the batch. |