简体   繁体   English

Bing,Yahoo使用url在单个页面上获得更多结果

[英]Bing, Yahoo more result on single page using url

How can i fetch more result from bing and yahoo search engine. 我如何从必应和yahoo搜索引擎获取更多结果。 (Using url) (使用网址)

For Google we pass "num" parameter, ie - https://www.google.com/#num=30&q=test (give 30 res) 对于Google,我们传递“ num”参数,即-https: //www.google.com/#num=30&q=test (提供30 res)

So what are parameter to pass for bing and yahoo to get more result. 那么,必应和yahoo传递的参数是什么,以获得更多结果。

Anyone had idea? 有人知道吗?

Got it! 得到它了!

To get 30 result on single page, pass below parameter, 要在单页上获得30个结果,请传递以下参数,

For google use num=30 - https://www.google.com/search?q=test&num=30 对于Google,请使用num = 30- https://www.google.com/search? q= test& num=30

For bing use count=30 - http://www.bing.com/search?q=test&count=30 对于必应,请使用count = 30- http://www.bing.com/search? q=test&count=30

For yahoo use n=30 - https://search.yahoo.com/search?p=test&n=30 对于yahoo,请使用n = 30- https: //search.yahoo.com/search?p=test&n=30

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用http url显示更多来自Duckduckgo / Bing的图像? - How to show more images from Duckduckgo/Bing using the http url? 如何使用python使用“ google”“ bing”“ yahoo”进行搜索? - how to do searches with “google” “bing” “yahoo” using python? 具有多个搜索引擎(Google,Yahoo,Bing)的Web搜索API - Web Search API with multiple search engines (Google, Yahoo, Bing) 是否可以将Google / Yahoo / Bing搜索限制为“描述”元数据? - Is it possible to do a Google/Yahoo/Bing search restricted to the “description” meta data? 用于查询的 Bing 搜索引擎 URL 是什么? - What is Bing's search engine URL for queries? 为什么我无法在 google、yahoo 和 bing 搜索中索引我的 react-app? - Why I can't index my react-app on google,yahoo and bing searches? 通过 URL 每页获得更多搜索结果 - Getting more search results per page via URL 哪个网址对搜索引擎更友好(使用_(低于分数)或-(破折号)? - Which url is more search engine friendly ( using _ (under score) or - (dash)? 搜索结果 URL 映射 - Search result URL mapping JSONDecodeError:期望值:第1行第1列(字符0)。 使用bing搜索时出错 - JSONDecodeError: Expecting value: line 1 column 1 (char 0). Error on using bing search
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM