Postal Code Scraper: Worldwide Place Lookup
Pricing
Pay per usage
Go to Apify Store

Postal Code Scraper: Worldwide Place Lookup
Resolve postal codes to place names, regions and coordinates across roughly 60 countries via the public Zippopotam.us API. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Postal Code Scraper
Resolves postal codes to place names, regions and coordinates across roughly 60 countries through the public Zippopotam.us API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
country | string | Required. Two-letter ISO country code, e.g. us, de, br. Default us. |
postalCodes | array | Required. Codes to resolve within that country. Default ["90210", "10001"]. |
Output
One row per place: postalCode, country, countryAbbreviation,
placeName, state, stateAbbreviation, latitude, longitude.
Notes
- One postal code can cover several places, so the row count can exceed the number of codes submitted — the dataset is keyed by place, not by code.
- An unrecognised code is logged and skipped rather than failing the batch; the run only fails if nothing at all resolved, since an empty dataset would otherwise read as a successful run.
- Coverage varies by country and comes from open data, not from each national
postal operator — treat it as a good approximation rather than an
authoritative address database. For the UK specifically,
postcodes-uk-scraperreturns far richer administrative detail. - Upstream keys contain spaces (
"post code","place name"), which are awkward downstream; they are renamed to camelCase here.