Postal Code Scraper: Worldwide Place Lookup avatar

Postal Code Scraper: Worldwide Place Lookup

Pricing

Pay per usage

Go to Apify Store
Postal Code Scraper: Worldwide Place Lookup

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

Naimur Hasan

Maintained by Community

Actor 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

FieldTypeNotes
countrystringRequired. Two-letter ISO country code, e.g. us, de, br. Default us.
postalCodesarrayRequired. 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-scraper returns far richer administrative detail.
  • Upstream keys contain spaces ("post code", "place name"), which are awkward downstream; they are renamed to camelCase here.