Random Nerd
Random Nerd

Reputation: 21

Using google maps api, how to find all ZIP codes within a radius?

I need to find all zipcodes within a given radius. I've googled a page that does exactly that: https://www.freemaptools.com/find-zip-codes-inside-radius.htm but its author doesnt respond. Any ideas how he did that?

Upvotes: 2

Views: 6056

Answers (1)

chris b
chris b

Reputation: 51

Here's a product ZipCodeAPI that does that.
Use this API to find all US zip codes within a given radius of a zip code. Send a GET request to https://www.zipcodeapi.com/rest/<api_key>/radius./<zip_code>//.

There is a free subscription and a paid subscription available.

Upvotes: 5

Related Questions