Coder Social home page Coder Social logo

google-trends's Introduction

PHP Google Trends API and Google Keyword Suggest

Angularjs Google Arama Trendleri de arama yapma ve Google Anahtar Kelime Önericisi

-- With Angularjs, you can also search Google Insights for Search and Google Keyword Suggestion

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

Installation

To get the latest version of this package require it in your composer.json file.

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

Run composer update emrahyurttutan/google-trends to install it.

Demo

http://yurttutan.net/gtrend/web/

Samples

Adana kelimesinde trende olan aramalar

Trending searches in Adana

<?php
 $results = (new Gsoares\GoogleTrends\Search())
      ->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
   }
   ]
   }
*/
    
?>

google-trends's People

Stargazers

Yüksel Güzel avatar Chandra Rizky avatar Can Ozan Ataman avatar  avatar  avatar Johnny avatar  avatar Gino avatar Syed Bilal Shaukat avatar Dzung BV avatar Berkan Şahin avatar Pratheep Kanati avatar

Watchers

James Cloos avatar Dzung BV avatar Emrah Yurttutan avatar  avatar

google-trends's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.