U.S. Address Geocoder
3 days trial then $19.00/month - No credit card required now
U.S. Address Geocoder
3 days trial then $19.00/month - No credit card required now
Convert any number of U.S. addresses to latitude and longitude coordinates for a fraction of the cost of the Google Maps Geocoding API. Geocoding 1,000 addresses takes about two minutes and costs pennies.
You can access the U.S. Address Geocoder programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "addresses": [
3 "1600 Pennsylvania Avenue NW, Washington, DC 20500",
4 "350 Fifth Avenue, New York, NY 10118"
5 ],
6 "proxy": {
7 "useApifyProxy": true
8 }
9}' |
10apify call timgreen/u-s-address-geocoder --silent --output-dataset
U.S. Address Geocoder API through CLI
The Apify CLI is the official tool that allows you to use U.S. Address Geocoder locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 1 monthly user
- 4 stars
- 100.0% runs succeeded
- Created in May 2024
- Modified 6 months ago