Usage limit on Bing geocoding vs Google geocoding?

33,165

Solution 1

Bing Geocoding limit mentioned here :

http://prazjain.wordpress.com/2009/07/24/using-virtual-earth-bing-geocoding-webservice/

Solution 2

Just came across this question. It's a bit old but still relevant. For Bing Maps there are two different ways to geocode address. The first is with batch geocoding which has the limits outlined by alfski.

The second option is the REST geocoding service which allows you to geocode one address at a time. The free transactions for the Bing Maps services varies depending on use case. For Windows/Windows Phone/WPF apps you can make up to 50,000 transactions a day under the free terms of use. For other platforms such as iOS, Android and Web apps there is 125,000 transactions allowed per year for free. You can find more details on this here: http://www.microsoft.com/maps/create-a-bing-maps-key.aspx

Solution 3

The Microsoft Bing Maps terms & conditions are at http://www.microsoft.com/maps/product/terms.html

The T&C's will change so please check the link.

As of January 2013 under the General Terms of Use, the Bing geocoding limits are:

"a total of 5 batch geocoding or file uploads with a maximum of 50 records each, using the Bing Spatial Data Services API, within any 24 hour period."

However if you have a Bings Map Agreement:

"...a total of 24 batch geocoding or file uploads with a maximum of 200,000 records each, using the Bing Spatial Data Services API, within any 24 hour period.

Solution 4

1) Google Maps API recently changed their prices:

Standard plan:

2,500 requests per day free.
After that is $0.50 per 1000 requests.

Premium plan:

Pay $10,000/year.
Get 100,000 requests per day "for free".
Above that - 500,000 requests per year are "free".
Above that - buy next package.

However "Web service APIs and the JavaScript API require the Premium Plan." My understanding is that formally you must use Premium Plan ($10000/year) if you are calling geocoding from your server (not mobile phone).

More details here: http://dennisgorelik.livejournal.com/112993.html

2) Bing Maps API does not publish their prices.

Share:
33,165
Nico
Author by

Nico

I am a student currently attending the University of Texas at Austin and pursuing a Bachelor's in Computer Engineering. I have interned with Microsoft in Windows and Windows Phone and will be returning to work in Windows Phone as an operating system developer.

Updated on July 16, 2022

Comments

  • Nico
    Nico almost 2 years

    I know that the google geocoding api has a 2,500 hits a day limit before it'll start returning REQUEST_DENIED. How many does the bing one take? I heard that it's unlimited but I had trouble confirming that.

  • Nicolas Boonaert
    Nicolas Boonaert about 11 years
    In April, terms have changed and a limitation can now be seen regarding non-billable transaction as well as lower number of batch geocoding by day.
  • tong
    tong over 9 years
    Update: Maximum 10,000 cumulative billable transactions in any 30-day period.(Trail Key)
  • rbrundritt
    rbrundritt over 9 years
    That's for business apps under trial. Unless the app in an internal, asset tracking app were there is no basic key option, or share the code with another company, I always recommend creating a basic key as that make things easier and saves headaches as there is a limit to the number of keys that can be created in an account.
  • Christophe Roussy
    Christophe Roussy almost 7 years
    Always add official source urls