Does the Google API provide a way to find out at what position a
website appears in the results for a certain query? Example: I want to
ask it on what position any page from
www.my-turnips.com appears when I
search for "juicy turnips", and it would tell me that /index.html
appears on position 5, /contact.html on position 13 and so on.
It could be done by examining the results for the query myself, 10 at a
time. Is there are more straightforward method?