文件名称:google-scraper:此类可从Google检索搜索结果
文件大小:3KB
文件格式:ZIP
更新时间:2024-02-24 06:05:47
search php scraper google scraping
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);
【文件预览】:
google-scraper-master
----src()
--------GoogleScraper.php(4KB)
----composer.json(493B)
----README.md(350B)