0

我正在研究使用 yahoo 搜索 URL 的 php 代码,如下所示:

$searchHome = "https://search.yahoo.com/";

$searchTerm = urlencode("site:{$url}");

$curlUrl = "{$searchHome}search?p={$searchTerm}&fr=yfp-search-sb";

它工作正常,但是当我在几个小时后在浏览器中运行结果链接时,它给了我一个错误:

您的链接可能已经有几个小时了。单击下面的链接继续到您选择的页面,或返回 search.yahoo.com 以再次搜索最新结果。

雅虎搜索有什么限制吗?

4

0 回答 0