Google抓取工具 此类可以从Google检索搜索结果。 使用composer安装软件包 composer require samay/google-scraper 用法 <?php require_once __DIR__ . '/./vendor/autoload.php'; use Scraper\GoogleScraper; $obj = new GoogleScraper(); $arr=$obj->getUrlList(urlencode('car'),''); print_r($arr);