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

Viewed 1363
1 Answers

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.

Related