https://github.com/jochemstoel/google-search-suggestions
This PHP class will return 10 Google Search suggestions for any given language and phrase(s)
https://github.com/jochemstoel/google-search-suggestions
api google php suggestions
Last synced: about 1 year ago
JSON representation
This PHP class will return 10 Google Search suggestions for any given language and phrase(s)
- Host: GitHub
- URL: https://github.com/jochemstoel/google-search-suggestions
- Owner: jochemstoel
- Created: 2015-12-09T19:39:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T22:49:13.000Z (about 10 years ago)
- Last Synced: 2025-04-08T09:44:51.169Z (about 1 year ago)
- Topics: api, google, php, suggestions
- Language: PHP
- Size: 6.84 KB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Google Search Suggestions
This PHP class will return 10 Google Search suggestions for any given language and phrase(s)
## Usage:
Very difficult.
```php
data);
?>
```
Result:
Array
(
[0] = where do i live
[1] = where do i register to vote
[2] = where do i vote
[3] = where do i get a passport
[4] = where do i go from here
[5] = where do i want to eat
[6] = where do i begin
[7] = where do i get a money order
[8] = where do i apply for a passport
[9] = where do i belong
)
It will return cached data if a cache file for the search query / language combination already exists in the Cache folder. Make sure that the directory is writeable.