Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
通常,服务和 API 都有使用阈值,以便能够在没有任何障碍和前期障碍的情况下进行试验和小规模使用,但也为需要该级别支持的应用程序提供更好的 SLA 和付费使用的附加选项提供了可能性。
也就是说,在programmableweb.com 上查找搜索 API 可能是一个有趣的选择 - 请参阅 http: //www.programmableweb.com/apis/directory/1?apicat=Search。
我也很好奇,您在功能方面具体寻找什么,您希望在 Bing API 中看到什么等。任何反馈我都可以转达给团队(因为我是 Bing 团队的成员)。
Usually services and APIs have usage threshold, so as to enable experimentation and small-scale use without any hurdles and up-front obstacles, but open up possibility of offering better SLA and additional options with paid usage for apps that need that level of support.
That said looking on programmableweb.com for search APIs is probably an interesting option - see http://www.programmableweb.com/apis/directory/1?apicat=Search.
I am also curious, what you're specifically looking for in terms of capabilities, what you'd like to see in the Bing API etc. Any feedback and I can relay to the team (since I am on the Bing team).
我认为 http://www.faroo.com/ 可能会帮助你。它有每月 100 万次搜索的限制。
i think http://www.faroo.com/ may help you out. It have limit of 1million searches per month limitation.
我的 bing 也有同样的问题,所以我正在尝试另一个解决方案。
我正在尝试像人类一样解析他们的 HTML 内容。他们网站的 HTML 有一些限制,所以我删掉了他们的移动版本。
如果有的话,那就是我在java中使用的代码(使用Jsoup和apache http组件):
I have the same problem with bing, so i'm trying an another solution.
I'm trying to parse their HTML content like a human. Their website's HTML had some limitations, so i scraped their mobile version.
If any, that's the code i used(using Jsoup and apache http components) in java: