The AJAX API (and its RESTful side) were not designed to retrieve page rank, so you can't do so directly. You could run through the results, looking for your site, but you'll find two problems with this type of SEO operation. First, the API only returns up to 64 results for a given query, across 8 sets of 8 results. So if your site is number 65+, you'll never see it with the API. And second, the API's TOU explicitly forbid the use of automated applications to retrieve search results; your application must perform searches in response to some sort of user interaction.
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Aug 6, 2009, at 7:59 AM, bleu wrote: > > Is it possible to get the pagerank of a domain using the REST API. > > many thanks in advance. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
