I am going to respond to all of your posts at once. I don't know of anywhere that you can find ready-made code that will loop through all possible permutations of a phrase (e.g., "see jane run", "see run jane", "run see jane", "run jane see", "jane run see", "jane see run"). In theory, it should be possible, but you'll have to write your own code.
You can get an estimated number of results via the AJAX Search API's cursor.estimatedResultCount property once you've parsed the JSON response in your ASP code. Be advised, however, that the estimatedResultCount property is generally inconsistent and may be wildly inaccurate. However, there is no other legal way of obtaining result counts (i.e., scraping the count off the web interface is against Google's TOS). Google does not offer information on how many times a particular search is run. Nor do they offer information on how many times a specific result is clicked on. In other words, you will not be able to get monthly (or, for that matter, daily, weekly, yearly, etc.) statistics for these things via the AJAX Search API or any other source that I know of. All of this said, I would ask you to please refrain from submitting additional posts to the group when you don't receive an immediate response. If someone knows the answer, they will respond. It may take a couple of hours or even a few days, but you don't need to post the same questions multiple times until you get an answer. In fact, such abuse of the group is likely to encourage people to NOT respond, and may even result in your address being banned for spam. 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 28, 2009, at 4:20 AM, Goel wrote: > > Hi > > I need to findout that how many times a word is searched on google > in this current month. > > Thanks > Vikas > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
