我想创建一个应用程序,通过我设置的特定过滤器和限制来促进查询到谷歌搜索,然后向用户显示结果(过去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
有没有人尝试类似的东西?
答案 0 :(得分:1)
是。它有可能受到限制。 您只能使用GoogleCustomSearch(上面的链接)
使用获取模板创建请求(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