如何使用 Google 地图 API 获取本地业务结果
是否有任何 google/Yahoo/Bing API 可以根据某个位置的邮政编码/地理代码提供本地业务结果?如果是,请告诉我。
如果 Google 地图有此类服务,请告诉我在哪里可以获得有关该服务的参考信息?
Is there any google/Yahoo/Bing API which gives local business results based on a ZIP/GeoCode of a location? If yes, please let me know.
If Google Maps has such service, please let me know what where do I get a reference regarding that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
披露:我在 SerpApi 工作。
是的,您可以使用 SerpApi 根据邮政编码、查询或 GPS 坐标获取本地商户结果:https://serpapi.com/playground?engine=google_maps&q=coffee+Austin+TX+78747&type=search
示例响应
您可以使用 Node.js 包装器
https://serpapi.com/maps-local-results
Disclosure: I work at SerpApi.
Yes, you can use SerpApi to get local business results based on ZIP, query, or GPS coordinates: https://serpapi.com/playground?engine=google_maps&q=coffee+Austin+TX+78747&type=search
Sample response
You can use Node.js wrapper
https://serpapi.com/maps-local-results
Google 确实有这个功能,您甚至可以检查一些示例实现:
http://code.google.com/apis/ajaxsearch/local.html
Google does have that, you can even check few sample implementations:
http://code.google.com/apis/ajaxsearch/local.html