Google Trends Images API
You can get trending images via API. The API can be consumed via this URL:
http://tools.dojo.cc/api/trends/{country_id}/images
Example:
To get google trends data for Indonesia, we may call:
http://tools.dojo.cc/api/trends/p19/images
Result will be a json array
Example PHP Code:
Please change country id according to data below.
Country Name | Country ID |
---|---|
Indonesia | p19 |
Afrika Selatan | p40 |
Amerika Serikat | p1 |
Arab Saudi | p36 |
Argentina | p30 |
Australia | p8 |
Austria | p44 |
Belanda | p17 |
Belgia | p41 |
Brasil | p18 |
Cile | p38 |
Denmark | p49 |
Filipina | p25 |
Finlandia | p50 |
Hong Kong | p10 |
Hungaria | p45 |
India | p3 |
Inggris | p9 |
Israel | p6 |
Italia | p27 |
Jepang | p4 |
Jerman | p15 |
Kanada | p13 |
Kenya | p37 |
Kolombia | p32 |
Korea Selatan | p23 |
Malaysia | p34 |
Meksiko | p21 |
Mesir | p29 |
Nigeria | p52 |
Norwegia | p51 |
Polandia | p31 |
Portugal | p47 |
Prancis | p16 |
Republik Cheska | p43 |
Rumania | p39 |
Rusia | p14 |
Singapura | p5 |
Spanyol | p26 |
Swedia | p42 |
Swiss | p46 |
Taiwan | p12 |
Thailand | p33 |
Turki | p24 |
Ukraina | p35 |
Vietnam | p28 |
Yunani | p48 |