Zip Code Scraper - Postal Code Lookup by City, State & Country
Pricing
from $0.25 / 1,000 results
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
Maintained by CommunityActor 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:
| Mode | You give | You get |
|---|---|---|
postcodes | Country + list of zip/postal codes | One row per place: place_name, state, state_code, latitude, longitude |
cities (reverse) | Country + state code + list of city names | One 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
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | postcodes | postcodes (codes โ places) or cities (city โ codes, reverse). |
country | string | us | 2-letter lowercase ISO country code. |
postcodes | array | ["90210","10001"] | Zip/postal codes to look up (used in postcodes mode). |
state | string | โ | State / region code, e.g. CA (required in cities mode). |
cities | array | ["Los Angeles"] | City names to reverse-look-up (used in cities mode). |
maxItems | integer | 100 | Max 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 Actor | Typical 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.
๐ Related Actors by this author
- ๐งญ Geocoding Scraper โ addresses โ coordinates.
- ๐ Countries Data Scraper โ country facts, currencies, languages.
- ๐ IP Geolocation Scraper โ locate IP addresses.
- โ๏ธ Weather Scraper โ forecasts by location.
๐ 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