2015-05-22

I would like to use the google geocoding api to geocode a few thousand addresses. I understand the daily limit for a free account is 2,500. I want to retrieve the coordinates and then map them in google earth, or maybe in another desktop GIS program. The usage terms state the geocoding results can only be used in conjunction with a google map. Does this mean I am out of luck? I see there are several python geocoding libraries that use the google api, do the same restrictions apply if you are retrieving coordinates using these libraries? I would like to find a geocoding api that I can use for free to geocode world addresses. From my research, it seems that google has most comprehensive and accurate information, but I want to be sure I can use it.

Show more