Zip Code Scraper - Postal Code Lookup by City, State & Country avatar

Zip Code Scraper - Postal Code Lookup by City, State & Country

Pricing

from $0.25 / 1,000 results

Go to Apify Store
Zip Code Scraper - Postal Code Lookup by City, State & Country

Zip Code Scraper - Postal Code Lookup by City, State & Country

$0.25/1K ๐Ÿ”ฅ Fast zip/postal code scraper! Place, state, lat/lon for 60+ countries โ€” forward & reverse. No key. JSON, CSV, Excel or API in seconds. Paste zips or cities & enrich thousands for address validation & logistics โšก

Pricing

from $0.25 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Zip / Postal Code Scraper ๐ŸŒ๐Ÿ“ฎ

Look up any postal / zip code and get the place name, state, latitude and longitude โ€” for 60+ countries. Or reverse it: give a city and get every postcode inside it. Fast, free data source, no API key, works on datacenter proxies (or none at all).

Perfect for address validation, geocoding, logistics & routing, shipping-form autofill, and enriching customer records โ€” at a fraction of the cost of paid geocoding APIs.


โœจ What it does

Two modes, one Actor:

ModeYou giveYou get
postcodesCountry + list of zip/postal codesOne row per place: place_name, state, state_code, latitude, longitude
cities (reverse)Country + state code + list of city namesOne row per postcode inside that city, with coordinates

Coverage spans 60+ countries โ€” US, DE, GB, FR, ES, IT, NL, CA, AU, BR, IN, MX, and many more. Country codes are the usual 2-letter ISO codes (us, de, gb, ...).


๐Ÿš€ Quick start

Postcodes โ†’ places

{
"mode": "postcodes",
"country": "us",
"postcodes": ["90210", "10001"],
"maxItems": 100
}

Sample output row:

{
"country": "United States",
"country_code": "US",
"post_code": "90210",
"place_name": "Beverly Hills",
"state": "California",
"state_code": "CA",
"latitude": 34.0901,
"longitude": -118.4065,
"scraped_at": "2026-07-03T00:00:00+00:00"
}

City โ†’ postcodes (reverse)

{
"mode": "cities",
"country": "us",
"state": "CA",
"cities": ["Los Angeles"],
"maxItems": 500
}

Sample output row:

{
"country": "United States",
"country_code": "US",
"state": "California",
"city": "Los Angeles",
"post_code": "90001",
"place_name": "Los Angeles",
"latitude": 33.9731,
"longitude": -118.2479,
"scraped_at": "2026-07-03T00:00:00+00:00"
}

โš™๏ธ Input reference

FieldTypeDefaultDescription
modeselectpostcodespostcodes (codes โ†’ places) or cities (city โ†’ codes, reverse).
countrystringus2-letter lowercase ISO country code.
postcodesarray["90210","10001"]Zip/postal codes to look up (used in postcodes mode).
statestringโ€”State / region code, e.g. CA (required in cities mode).
citiesarray["Los Angeles"]City names to reverse-look-up (used in cities mode).
maxItemsinteger100Max output rows. Hard-capped at 1000.

๐Ÿ“ฆ Output

Clean, flat JSON โ€” one item per place/postcode, ready to export to JSON, CSV, Excel, HTML, or via API. Every field is nullable, so downstream schemas never break on missing data.


๐Ÿ’ธ Pricing

Roughly ~$0.50 per 1,000 input lookups in platform usage โ€” dramatically cheaper than commercial geocoding APIs that charge per request with monthly minimums. You only pay for the compute you use; there are no data-source fees or API keys.


๐Ÿ†š Why this vs. a paid geocoding API?

This ActorTypical paid geocoder
API keyโŒ noneโœ… required
Monthly minimumโŒ none๐Ÿ’ฐ often
Reverse city โ†’ postcodesโœ… built-inโš ๏ธ rarely
Cost per 1k~$0.50$$$
Export CSV/Excel/JSON/APIโœ…varies

Great when you need bulk, batch postal-code enrichment rather than real-time single lookups.


๐ŸŽฏ Use cases

  • Address validation โ€” confirm a zip belongs to the claimed city/state.
  • Geocoding โ€” turn postal codes into latitude/longitude for maps and distance math.
  • Logistics & routing โ€” build coverage areas, assign delivery zones, plan routes.
  • Signup & checkout forms โ€” autofill city/state from a zip; reverse-suggest zips for a city.
  • CRM / data enrichment โ€” append coordinates and region names to customer records.


๐Ÿ›Ÿ Support

Questions, a country that misbehaves, or a feature request? Open an issue on the Actor page or contact the author through Apify. Response is usually within one business day.


๐Ÿ”Ž Keywords

zip code scraper ยท postal code lookup ยท postcode api ยท zip to lat long ยท city to zip code ยท geocoding ยท address validation ยท reverse postal lookup ยท zippopotam ยท postal code database ยท zip code coordinates ยท logistics data