简体   繁体   中英

Bing, Yahoo more result on single page using url

How can i fetch more result from bing and yahoo search engine. (Using url)

For Google we pass "num" parameter, ie - https://www.google.com/#num=30&q=test (give 30 res)

So what are parameter to pass for bing and yahoo to get more result.

Anyone had idea?

Got it!

To get 30 result on single page, pass below parameter,

For google use 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

For yahoo use n=30 - https://search.yahoo.com/search?p=test&n=30

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM