PHPackages                             fahrydgt/google\_search\_scraper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fahrydgt/google\_search\_scraper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fahrydgt/google\_search\_scraper
================================

Package for scrape the google result with search parameters.

2.23(4y ago)0321Apache-2.0PHP

Since Jul 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fahrydgt/google_search_scraper)[ Packagist](https://packagist.org/packages/fahrydgt/google_search_scraper)[ RSS](/packages/fahrydgt-google-search-scraper/feed)WikiDiscussions main Synced today

READMEChangelog (5)DependenciesVersions (7)Used By (0)

Get google result
=================

[](#get-google-result)

Description
-----------

[](#description)

PHP library that allows you to scrape the google search results with query or keywords

Installation &amp; usage
========================

[](#installation--usage)

- Create new directory and get in
- Import the google\_search\_scraper package with following command

Composer
--------

[](#composer)

Install stable library version by using standard commands.

```
# Install PHP Library via Composer
composer require fahrydgt/google_search_scraper
```

- Create index.php in root folder and paste the following php code

```
setEngine("google.ae");

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

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

?>
```

- Test the result using browser

Note
----

[](#note)

Result count 50 may take long time (arount 1 to 2 mins)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

1461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c06c206aa3c74dc1fe6bd0a6d21da346042c43050cb3521356aa283e550067e9?d=identicon)[fahrydgt](/maintainers/fahrydgt)

---

Top Contributors

[![fahrydgt](https://avatars.githubusercontent.com/u/10182073?v=4)](https://github.com/fahrydgt "fahrydgt (7 commits)")

### Embed Badge

![Health badge](/badges/fahrydgt-google-search-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/fahrydgt-google-search-scraper/health.svg)](https://phpackages.com/packages/fahrydgt-google-search-scraper)
```

###  Alternatives

[flyntwp/acf-field-group-composer

52155.7k](/packages/flyntwp-acf-field-group-composer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
