tags:

views:

115

answers:

1

hi

how can i find a word position in google search in my site (e.g there are several tool available which input as keyword and siteurl and display the keyword position in google) is there any api to fetch the position ?

Thanks

A: 

I don't think Google provides an API to do exactly this, however you could use their Search API to loop through the results for a search and find a reference to your site. Then you just have to see which result it is.

Arda Xi
Problem: you can only get the top 64 results from the Google Ajax Search API.
Finbarr
True, but if you want Google this is probably the closest you'll get. Personally I don't think that it's useful to know the position of your site for a keyword if it's above 64, that is to say, past 4 pages. I don't think many potential visitors will look that far.
Arda Xi