Well, the rearranging of the phrase is certainly possible; you'll just have to write some sort of recursive routine to do it.
As for finding all the results for each of those queries, the API will only return up to 64 results across 8 different requests. To get them all, you'll want to request the first resultset, parse it, check the cursor.pages array to see if there is another page, request that resultset, parse it, and so on and so forth. Re: the number of users who run this search and/or open a given link within the results, that information is not available via the API, and I would be surprised if Google makes it available anywhere. 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 27, 2009, at 8:06 AM, Goel wrote: > > Hi > > I have a asp.net web page with a textbox and button. > > Now I enter text in textbox like " Page life cycle". > > I need to find the result as > > 1. Page cycle life > 2. cycle life Page > and so on...means multiple combination of these words as result. > > 1.How this is possbile ? > 2. how find Number of result of every result > 3. how fing number of users open this link in this month ? > > Please suggest me. > If have any confusion then pls tell me. Its very urgent for me. Pls > help me > > 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 -~----------~----~----~----~------~----~------~--~---
