google-crawler:一个简单的用于获取Google搜索结果的抓取工具

时间:2021-05-17 20:11:02
【文件属性】:
文件名称:google-crawler:一个简单的用于获取Google搜索结果的抓取工具
文件大小:45KB
文件格式:ZIP
更新时间:2021-05-17 20:11:02
PHP Google搜寻器 一个简单的Crawler,用于获取Google搜索结果。 该组件可用于检索搜索词的100个第一结果。 由于Google会检测到搜寻器并在发出多个请求时阻止IP,因此该组件准备使用某些在线代理服务,例如hide.me。 安装 使用安装最新版本 $ composer require cviniciussdias/google-crawler 用法 爬虫类构造函数原型 CViniciusSDias\GoogleCrawler\Crawler::__construct( SearchTermInterface $searchTerm, GoogleProxyInterface $proxy = null, string $googleDomain = 'google.com', string $countryCode = '' ) 参数 $ searc
【文件预览】:
google-crawler-master
----var()
--------log()
----phpstan.neon(61B)
----src()
--------Crawler.php(5KB)
--------ResultList.php(1KB)
--------SearchTerm.php(989B)
--------Exception()
--------SearchTermInterface.php(479B)
--------Proxy()
--------Result.php(1KB)
----Dockerfile(420B)
----.travis.yml(268B)
----LICENSE(34KB)
----composer.lock(99KB)
----phpunit.xml(812B)
----README.md(3KB)
----.phan()
--------config.php(2KB)
----tests()
--------Unit()
--------Functional()
----.gitignore(73B)
----infection.json.dist(266B)
----composer.json(990B)

网友评论