获取Top'#x'的纯文本列表搜索字词

时间:2013-04-02 19:15:14

标签: http search post

是否有一个地方我可以找到前x个搜索字词(最好是来自Google)并通过HTTP请求/帖子等内容导入它们?

1 个答案:

答案 0 :(得分:1)

为此,您需要使用Google's Custom Search API.具体来说,您可以使用num parameter告诉它要返回多少结果。此外,items []。title将以纯文本,item []为您提供标题。片段将以纯文本形式为您提供片段。