Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何跨越谷歌自定义搜索中提供的所有链接的搜索结果集。例如,如果我提供了喜欢site 1,site 2....site n搜索的网站,那么我想将所有这些单独网站的前五个结果作为 JSON。有没有办法做到这一点。
site 1,site 2....site n
我知道这可能有点晚了,但也许可以帮助别人。
这将通过 GCSE 的 REST API 返回 2 个结果。
https://www.googleapis.com/customsearch/v1?key=YOUR-KEY_HERE&cx=CX_HERE&fields=kind,items&filter=1&num=2&prettyPrint=true&q=querystring
它是您正在寻找的 num=2 部分...