Market Samurai和Long Tail Pro如何处理检索关键字的前10个Google搜索结果? [英] How does Market Samurai and Long Tail Pro handle retrieving the top 10 Google search results for a keyword?

查看:69
本文介绍了Market Samurai和Long Tail Pro如何处理检索关键字的前10个Google搜索结果?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很想知道Market Samurai,Long Tail Pro和其他软件如何处理检索前10个谷歌搜索结果并且没有受到限制。看起来这些软件包使用用户自己的Google帐户。 Google自定义搜索每天限制用户100个查询(免费限制),但人们往往每天都会对数百甚至数千个关键字进行关键字研究,并且不会向Google支付任何额外金额。



他们是否为这项服务付出额外费用,他们是否使用了不同的API(可能是Adwords API?)或者他们是否在搜索Google搜索结果页面(违反了TOS)?真的很想知道!谢谢。

解决方案

我已经在我的一个项目中完成了这项工作(在java中)。

这很简单,在java中有一个库调用 JSoup 通过使用这个库你可以发送请求谷歌,例如:

  https://www.google.co.in/webhp?sourceid=chrome-即时& ion = 1& espv = 2& ie = UTF-8#q =<你的网址编码搜索项> 

这会以您自己的名义返回您的谷歌搜索结果的HTML代码。



使用Jsoup可以找到特定类别或ID的特定HTML标签。这个概念可以帮助您从谷歌搜索结果中提取网址链接,标题和描述。



查看工作示例这里,在这个例子中,您可以使用自定义搜索词提取谷歌搜索结果链接。



我希望这会帮助你。


I'm curious to know how Market Samurai, Long Tail Pro and other software handle retrieving the top 10 Google search results and not running into limits. It appears that these software packages use the users own Google account. Google Custom Search limits users to 100 queries per day (the free limit) but people tend to do keyword research on hundreds or even thousands of keywords per day and don't pay any additional amounts to Google.

Are they paying extra for this service, are they using a different API (perhaps the Adwords API?) or are they scraping the Google search results page (violation of TOS)? Really would like to know! Thanks.

解决方案

i have done this in one of my project (in java).

this is very simple, in java there is one library call JSoup by using this library you can send get request to google, for example:

https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=<your url encoded search term>

this will return you an HTML code of google search result with your own term.

using Jsoup u can find specific HTML tag with specific class or id. this concept helps you to extract url link, title and description from google search result.

for working example check here, in that example you can extract google serach result links with custom search term.

i hope this will help you.

这篇关于Market Samurai和Long Tail Pro如何处理检索关键字的前10个Google搜索结果?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆