Google arama sonuçlarını almak

0 Cevap php

i üzerine yazı okudum

http://stackoverflow.com/questions/1784114/simple-php-script-to-retrieve-google-keyword-search-completion

and i was wondering how would you go 'echo' the next page? here's my script..

$ Arama = 'Sorgu';

$x = json_decode( file_get_contents( 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=' . urlencode( $search ) ) );

echo $x->responseData->results[0]->url;

i 'echo' url dışarı başardı, ben bir sonraki url dışarıda bir sonraki sayfada ve 'echo' gidiyor şaşırıp kalmış değilim

teşekkürler efendim

0 Cevap