使用file_get_contents函数,我想获得前几个谷歌搜索结果,而不是所有

时间:2017-05-09 09:47:27

标签: php file-get-contents

我已使用file_get_contents获取字符串的google结果并显示在网页上。

$url = "http://www.google.com/search?q=".$str;

$result = file_get_contents($url);

echo $result;

但是,是否可以只显示前几个结果,比如5,而不是所有结果?

1 个答案:

答案 0 :(得分:0)

要限制Google搜索结果的数量,请将参数 if ((myWindow == null) || (myWindow.closed)) { // open pop up window and get document for processing myWindow = window.open(l_url, l_name, l_params); $(myWindow).on('load', function() { $('#tbody_result', myWindow.document).append(row_html); }); } 添加到您的Google查询中。

比较

https://www.google.co.uk/search?site=&source=hp&q=foo

https://www.google.co.uk/search?site=&source=hp&q=foo&num=5