2017 © Pedro Peláez
 

library google-trends

PHP Google Trends API and Google Keyword Suggest

image

emrahyurttutan/google-trends

PHP Google Trends API and Google Keyword Suggest

  • Tuesday, April 25, 2017
  • by emrahyurttutan
  • Repository
  • 3 Watchers
  • 7 Stars
  • 366 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

PHP Google Trends API and Google Keyword Suggest

Angularjs Google Arama Trendleri de arama yapma ve Google Anahtar Kelime Önericisi, (*1)

-- With Angularjs, you can also search Google Insights for Search and Google Keyword Suggestion, (*2)

https://github.com/gabrielfs7/google-trends/ kütüphanesi geliştirilmiştir / Library developed., (*3)

Installation

To get the latest version of this package require it in your composer.json file., (*4)

"emrahyurttutan/google-trends": "dev-master"

Run composer update emrahyurttutan/google-trends to install it., (*5)

Demo

http://yurttutan.net/gtrend/web/, (*6)

Samples

Adana kelimesinde trende olan aramalar, (*7)

Trending searches in Adana ```php setLocation('TR') ->setLanguage('tr-TR') ->addWord('adana') ->setLastDays(30) ->searchJson(); /* { searchUrl: http://www.google.com/trends/fetchComponent?hl=tr-TR&cat=&geo=TR&q=adana&cid=TOP_QUERIES_0_0&date=today+1-m&cmpt=q&content=1&export=3, totalResults: 10, -results: (10)[ -{ term: "adana hava", ranking: 100, searchUrl: https://www.google.com/search?q=%22adana+hava%22, searchImageUrl: https://www.google.com/search?q=%22adana+hava%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+hava%22&cat }, -{ term: "hava durumu", ranking: 95, searchUrl: https://www.google.com/search?q=%22hava+durumu%22, searchImageUrl: https://www.google.com/search?q=%22hava+durumu%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22hava+durumu%22&cat }, -{ term: "adana hava durumu", ranking: 95, searchUrl: https://www.google.com/search?q=%22adana+hava+durumu%22, searchImageUrl: https://www.google.com/search?q=%22adana+hava+durumu%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+hava+durumu%22&cat }, -{ term: "adana son dakika", ranking: 25, searchUrl: https://www.google.com/search?q=%22adana+son+dakika%22, searchImageUrl: https://www.google.com/search?q=%22adana+son+dakika%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+son+dakika%22&cat }, -{ term: "adana haber", ranking: 25, searchUrl: https://www.google.com/search?q=%22adana+haber%22, searchImageUrl: https://www.google.com/search?q=%22adana+haber%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+haber%22&cat }, -{ term: "adana merkez", ranking: 20, searchUrl: https://www.google.com/search?q=%22adana+merkez%22, searchImageUrl: https://www.google.com/search?q=%22adana+merkez%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+merkez%22&cat }, -{ term: "adana haberleri", ranking: 20, searchUrl: https://www.google.com/search?q=%22adana+haberleri%22, searchImageUrl: https://www.google.com/search?q=%22adana+haberleri%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+haberleri%22&cat }, -{ term: "adana seyhan", ranking: 15, searchUrl: https://www.google.com/search?q=%22adana+seyhan%22, searchImageUrl: https://www.google.com/search?q=%22adana+seyhan%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22adana+seyhan%22&cat }, -{ term: "son dakika haberleri", ranking: 15, searchUrl: https://www.google.com/search?q=%22son+dakika+haberleri%22, searchImageUrl: https://www.google.com/search?q=%22son+dakika+haberleri%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%22son+dakika+haberleri%22&cat }, -{ term: "01 adana", ranking: 15, searchUrl: https://www.google.com/search?q=%2201+adana%22, searchImageUrl: https://www.google.com/search?q=%2201+adana%22&tbm=isch, trendsUrl: http://www.google.com/trends/explore#geo=TR&date=today+1-m&cmpt=q&q=%2201+adana%22&cat } ] } */ ?>, (*8)

The Versions

25/04 2017

dev-master

9999999-dev

PHP Google Trends API and Google Keyword Suggest

  Sources   Download

MIT

The Development Requires

by Emrah YURTTUTAN