PHPackages                             seneview/gcrawler-pub - 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. seneview/gcrawler-pub

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

seneview/gcrawler-pub
=====================

Google Keyword results scraping tool upto 50 individual results.

02PHP

Since Aug 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/seneview/gcrawler-pub)[ Packagist](https://packagist.org/packages/seneview/gcrawler-pub)[ RSS](/packages/seneview-gcrawler-pub/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GCrawler
========

[](#gcrawler)

GCrawler is a composer library. It is a custom-built web crawler to scrape search results specifically from Google

Installation
------------

[](#installation)

`composer require seneview/gcrawler-pub dev-master`

Usage
-----

[](#usage)

```
$client = new SearchEngine();

$client->setEngine('google.com');

# returns ResultObject Array
$results = $client->search(['keyword1', 'keyword2']);

# Show results from the first page
$results->first_page();

# Show results from 4th page
$results->page(4)

# Get total number of results crawled
$results->count();

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![seneview](https://avatars.githubusercontent.com/u/43634251?v=4)](https://github.com/seneview "seneview (3 commits)")

### Embed Badge

![Health badge](/badges/seneview-gcrawler-pub/health.svg)

```
[![Health](https://phpackages.com/badges/seneview-gcrawler-pub/health.svg)](https://phpackages.com/packages/seneview-gcrawler-pub)
```

###  Alternatives

[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

628730.7k2](/packages/butschster-meta-tags)

PHPackages © 2026

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