emrahyurttutan / google-trends
PHP Google Trends API 和 Google 关键词建议
dev-master
2017-04-25 11:56 UTC
Requires (Dev)
- guzzle/guzzle: dev-master
This package is not auto-updated.
Last update: 2024-09-23 19:53:10 UTC
README
使用 Angularjs 搜索 Google 搜索洞察和 Google 关键词建议
-- 使用 Angularjs,您还可以搜索 Google 搜索洞察和 Google 关键词建议
https://github.com/gabrielfs7/google-trends/ 库已开发。
安装
要获取此软件包的最新版本,请在您的 composer.json 文件中要求它。
"emrahyurttutan/google-trends": "dev-master"
运行 composer update emrahyurttutan/google-trends 以安装它。
演示
http://yurttutan.net/gtrend/web/
示例
Adana 词语中的趋势搜索
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 } ] } */ ?>