优化Google搜索引擎结果

时间:2016-06-01 06:06:49

标签: google-search google-search-api

我想创建一个应用程序,通过我设置的特定过滤器和限制来促进查询到谷歌搜索,然后向用户显示结果(过去x天的结果中的特定关键字)。如何才能做到这一点?

这可以通过使用Google网站搜索https://www.google.com/work/search/products/gss.html以及此API来实现:https://developers.google.com/custom-search/json-api/v1/introduction#background-data-model

有没有人尝试类似的东西?

1 个答案:

答案 0 :(得分:1)

是。它有可能受到限制。 您只能使用GoogleCustomSearch(上面的链接)

  1. [密钥参数]转到开发者控制台并启用“自定义搜索API” - https://console.developers.google.com并创建API_KEY(“服务器”类型)
  2. [ cx param]转到CustomSearch控制台https://cse.google.com/cse并创建自定义搜索引擎(“cx”param)
  3. 使用获取模板创建请求(https://developers.google.com/custom-search/json-api/v1/using_rest

    获取https://www.googleapis.com/customsearch/v1?key= YOUR_KEY& cx = YOUR_CX& q = site:lenta.ru& siteSearch = lenta.ru