Last time I checked, you were allowed 2,500 geocoding requests per day (based on your ip). This should be enough for you, but you may need to get a higher limit if you use larger datasets.
Tips
Store geocoded information locally, possibly in a database. Retrieve values ββfrom the database instead of using the Google web service. So it will be much faster. If there is no geographical information in the place, then you must geocode it.
When you write some new code that uses geocoding, do not check it with all 600 addresses, first try one or two addresses to make sure that you are not unnecessarily missing half of your daily manual with some dysfunctional code.
If you can use the client side of geocoding, this will not be taken into account in your limit.
source share