For example, this API query:
dev.virtualearth.net/REST/v1/Locations?query=211%20T%20%26%20C%20Way%20Haverhill,%20NH%2003785&userLocation=43.336900,-71.647802&maxResults=1
Returns: ...
"address":{"adminDistrict":"NH","adminDistrict2":"Grafton County","countryRegion":"United States","formattedAddress":"Haverhill, NH","locality":"Haverhill"},
"confidence":"Medium",
"entityType":"PopulatedPlace", ...
While the website: bing.com/maps?q=211%20T%20%26%20C%20Way%20Haverhill,%20NH%2003785
Returns a proper hit.
How can I match the accuracy of the website when using the API?