是否可以使用地图 API 调用(例如,Bing 地图、Google 地图)从街道地址获取商店网站地址?

Is it possible to get a store web site address from the street address using a map API call (e.g., Bing Maps, Google Maps)?

我想根据街道地址填充商店列表(数百家商店)的纬度、经度和网站地址。

我能够使用 Bing 地图服务和 url

轻松地从街道地址检索纬度和经度
http://dev.virtualearth.net/REST/v1/Locations?query=[streetAddress]&key=[bingServiceKey]

我的问题是是否有办法使用任何免费地图服务检索与位于街道地址的公司关联的网站 API。

查看 Bing 地图开发人员文档,我没有在定位服务的响应中看到任何关于网站或 URL 的提及。

我还看了一下 Azure Maps(一个较新的 Microsoft 地图平台)。如果您首先对地址进行地理编码以获取其位置,然后将其传递到模糊或附近搜索 API,如果该地址附近有一个 POI 结果,则很有可能会返回一个 POI 结果。这些通常包括 URL 网站(如果有)。以下是一些文档:

https://azure.com/maps https://docs.microsoft.com/en-us/rest/api/maps/search/getsearchaddress https://docs.microsoft.com/en-us/rest/api/maps/search/getsearchfuzzy https://docs.microsoft.com/en-us/rest/api/maps/search/getsearchnearby https://azuremapscodesamples.azurewebsites.net/

在 Google Maps 中,我相信 Find Place API 也可以做到这一点,但请注意,它比使用 Azure Maps 要贵得多(根据 [=28 多出 13 到 17 倍) =] 列出的价格)https://developers.google.com/maps/billing/gmp-billing#find-place