PHPackages                             rifki192/google-url - 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. rifki192/google-url

ActiveLibrary

rifki192/google-url
===================

Manipulate google searches and SERP

v1.1.0(10y ago)011.4k1BSD-3PHPPHP &gt;=5.3

Since Sep 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rifki192/google-url)[ Packagist](https://packagist.org/packages/rifki192/google-url)[ Docs](https://github.com/SneakyBobito/google-url)[ RSS](/packages/rifki192-google-url/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Project Deprecated
==================

[](#project-deprecated)

This project has been deprecated in favor of a better alternative:

That means that the project support will be stoped

Google URL : Google scraper for php
===================================

[](#google-url--google-scraper-for-php)

Get ready to query google like a pro and make awesome google searches with PHP

Features
--------

[](#features)

- Google SERP url generation
- Google scraping including :
    - Natural results parsing
    - Adwords results parsing

**PLEASE READ ALL THE FOLLOWING SECTIONS BEFORE USING IT** it contains important informations about the usage.

Be aware...
-----------

[](#be-aware)

...that scraping google is forbiden (what an irony for the biggest scraper ever written)... But who cares ?

Google does. And it will stop you with a captcha if you submit too many requests in a short time.

Usually I delay each query with 30 seconds. But if you do a lot of requests it's still too short.

**How to counter :**

- Optimize your delays between each queries.
- If you want to do very high number of requests on a short time you will have to use proxy(s). There is a tool packaged in the library that can do it for you ([see below](#using-proxy)), but you still can do it by yourself.

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

[](#installation)

The library is available on packgist : `"sneakybobito/google-url": "dev-master"`

If you are not familiar with packagist, you can also use the loader packaged in the repo. To do so download the library (e.g. as a zip from github) and just include the file named ``autoload.php`̀` :

```
