i'm going to develop an web-application using php and google api. This web-application get position/page of my website filtered by keywords list. Actually i call this google api address:
$query = "wedding%20portal"; "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=large&q= $query"; and i get the result, but i need that this web-app search the results of google.com, google.fr, google.it with separated results, then look in the search engines google nations specifications .. I can get this by google apis? Or should I make calls to these bees by proxy, and returns results according to google I leased my proxy? I tried using proxy and file_get_contents, but I google blocks the request. Help me please.. thanks Luke -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6aceca81-a5fb-44d3-a5f4-acedaad3cb21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
