我如何从 bing 和 yahoo 搜索引擎获取更多结果。(使用网址)
对于谷歌,我们传递“num”参数,即 - https://www.google.com/#num=30&q=test(给出 30 res)
那么为 bing 和 yahoo 传递什么参数以获得更多结果。
有人知道吗?
我如何从 bing 和 yahoo 搜索引擎获取更多结果。(使用网址)
对于谷歌,我们传递“num”参数,即 - https://www.google.com/#num=30&q=test(给出 30 res)
那么为 bing 和 yahoo 传递什么参数以获得更多结果。
有人知道吗?
知道了!
要在单页上获得 30 个结果,请传递以下参数,
对于谷歌使用 num=30 - https://www.google.com/search?q=test&num=30
对于 bing 使用 count=30 - http://www.bing.com/search?q=test&count=30
对于雅虎,使用 n=30 - https://search.yahoo.com/search?p=test&n=30