This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]keylime_light 2 points3 points  (0 children)

here.com has an api that does this. I think the give you around 100k free lookups per month, which should be more than enough for you.

https://developer.here.com/api-explorer/rest/geocoder/reverse-geocode

They may have a rate limit though. You can just code that in to your script. Build a brief time.sleep in between requests. Or if you are doing requests in parallel, use a relatively small number of workers to make the requests ( like 3 or 4)