Geocoding — entry 022 of 80
Geocodify.com
Geocodify.com offers forward, reverse, and batch geocoding plus free-text geoparsing, claiming coverage of 500+ million addresses across a global street/city database, all returned as JSON over HTTPS. Every request is authenticated with an API key, and the free tier includes 30,000 calls/month at 1 request/second before rate-limiting (HTTP 429) kicks in. Paid plans start at $500/year for 300,000 calls at 10 requests/second, up to enterprise tiers with unlimited request rate.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Free: 30,000 calls/month, 1 request/second; Starter: 300,000 calls/month, 10 requests/second; Business: 700,000 calls/month, 100 requests/second; Enterprise: 20,000,000 calls/month, unlimited requests/second