PHP code example of fahrydgt / google_search_scraper

1. Go to this page and download the library: Download fahrydgt/google_search_scraper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fahrydgt / google_search_scraper example snippets

bash

use \FlScrapper\GoogleScraperPackage\SearchEngine;
e");

# Result count default set to top 5 result (Optional)
$results = $client->search(["keyword1","keyword2"],5);

// Result will be print
echo "<pre>"; print_r($results);