google scraper:此类可从Google检索搜索结果 源码
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.zip
(预估有个3文件)
google-scraper-master
src
GoogleScraper.php
4KB
composer.json
493B
README.md
350B
暂无评论