查找特定关键字的平均谷歌网页排名
我需要开发基于网络的应用程序,可以计算或分析关键字的谷歌平均页面排名。它是该关键字在 google 中排名前 10 的网站。它告诉脚本将每 10 个站点的 pr 相加,然后除以 10。 假设我将在网络表单中输入 500 个关键字,然后单击“获取平均页面排名”。它会给出 500 个关键词的结果,每个关键词旁边都有平均 PR。 选择将 PR 从高到低排序,选择下载为 CSV。可以选择使用代理服务器,这样就不会一次性被谷歌禁止多次查询。 界面就像输入关键字的文本框。输出在下面,但分两列。 1 列用于关键字,1 列用于平均公关。
有没有可用的谷歌API用于此目的?
谢谢你!
I need to develop web-based application that can compute or analyze the google average page rank of a keyword. It is the top 10 sites of that keyword in google. It is telling the script to add the pr of each 10 sites and divide it to 10.
Let say, I will input 500 keywords in a web-form then click Get Average Page Rank. It will give result of 500 keywords with average PR beside each one of it.
Option to sort PR from higher to lower, option to download as CSV. Option to use proxy server so not to get banned by google for many inquiry in one time.
The interface is like the text box to input keywords .output below but in 2 columns. 1 column for keyword and 1 column for average pr.
is there any google api available for this purpose ?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 没有相应的 API,而且给定关键字有全球平均排名的想法本身就是有缺陷的。关键字的影响力取决于页面的利基和用户的搜索请求。
There is no Google API for that and the very idea that there is a global average rank for a given keyword is flawed. A keyword's influence depends on the page's niche and the user's search request.