DEV Community

Discussion on: Best IP Geolocation APIs in 2023 for developers & marketers

Collapse
 
steinbring profile image
Joe Steinbring

I would suggest checking out Cloudflare workers as a cheap alternative. The request.cf scope gets you not only the latitude/longitude but also stuff like city, region, postal code, and timezone. The free plan includes 100k requests per day, too.

developers.cloudflare.com/workers/...