需要一个类似于 Yelp 的良好商业搜索 API谷歌地方信息
嘿 - 我一直在寻找可靠、可扩展且准确的位置搜索 API。 我会使用 Yelp 的 API,它很棒,但我需要能够存储信息,而 Yelp 不允许存储任何内容。
我目前正在使用 SimpleGeo,但是我发现它们的结果可能非常混乱。我正在考虑编写一个脚本来准确排序结果,但我想我应该首先检查这里是否有其他好的替代方案。
我几个月前就注册了 Google Places API 密钥,但尚未收到任何回复,因为我听说如果您还没有注册的话,这个 API 就会很不稳定。
我想要找到的 API 的另一个有用功能是包含位置匹配的缩略图。
我的查询将按关键字和位置进行请求。
有什么建议吗? 谢谢
Hey there --
I've been looking for a reliable, scalable, and accurate location search API.
I would use Yelp's API, it is great, but I need to be able to store information, whereas Yelp disallows any of their content to be stored.
I'm currently using SimpleGeo, however I've found that their results can be horribly ordered. I'm considering writing a script to accurately order the results, but I thought I'd first check here if there's any other good alternatives.
I have signed up for a Google Places API key months ago with no response yet, as I've heard this API is flakey if you're not already sign up with it.
Another useful feature of an API I'd like to find is one that contains a thumbnail picture of the location match.
My queries will be requested by keyword and location.
Any suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有尝试过,但 Cloudmades“本地搜索”可能值得一看:http: //developers.cloudmade.com/projects/show/local-search
I haven't tried it, but Cloudmades "Local Search" might be worth looking at: http://developers.cloudmade.com/projects/show/local-search
Google Places API 已在本周的 Google I/O 大会上向所有开发者开放:
http://googlegeodevelopers.blogspot.com/2011/05/places-everybody-show-is-about-to-begin.html
要开始使用,请查看文档:
http://code.google.com/apis/maps/documentation/places/ 托尔
非常感谢,
。
The Google Places API was opened up to all developers at Google I/O this week:
http://googlegeodevelopers.blogspot.com/2011/05/places-everybody-show-is-about-to-begin.html
To get started take a look at the docs:
http://code.google.com/apis/maps/documentation/places/
Many thanks,
Thor.