Google Suggestions with Php

Google Suggestions with Php

How to get google search seuggest with PHP?

You can do this with the following codes.

<?php
function getir($keyword) {
    $keywords = array();
    $data = file_get_contents('http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&lr=lang_tr&hl=tr&q='.urlencode($keyword));
    $data = iconv("ISO-8859-9", "UTF-8", $data);
    return $data;
}
echo (getir('How to made '));
?>

I write script so that display Turkish characters.

Please edit the following variables for yourself and your language. 

  • lr=lang_tr
  • hl=tr
  • ISO-8859-9

I hope it has been useful.

Hafzullah Yıldırım

Merhaba ben Hafzullah! Voiser.net, Hesaplus.com projelerinin kurucusuyum. 2015'te Kocaeli Üniversitesi'nden mezun oldum ve devamında Yüksek Lisans eğitimimi tamamladım. 2017'de çalıştığım şirketten istifa ederek kendi yazılım firmam Hafzullah.com.tr'yi kurdum.

İlk Yorumu Sen Yap

Benzer Yazılar

Voiser Kimin?
Voiser.net Nedir?
Voiser Yeni Ofisine Geçti
İzmit'te Pandemi (Tam Kapanma)
Kişisel Blog Para Kazandırır Mı
Bedelli Askerliğin Tarihçesi