简体   繁体   中英

How to retrieve Single result from google?

I am developing the android application in which user gives the key to search that key has to be search in google and read the output of google (like google voice search). The google gives the multiple results as per the key but i need only first result among the all results fetched by the google.

How can i do this?

Is there any references?

Thanks in advance.

使用参数num=1 ,即:

https://www.google.pt/search?num=1&q=test

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