samay / google-scraper

此类可以从谷歌检索搜索结果。

v1.0.2 2020-05-10 03:30 UTC

This package is auto-updated.

Last update: 2024-09-10 13:02:07 UTC


README

此类可以从谷歌检索搜索结果。

使用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);