Home · Tools · Implementations · Manage · Register · Tutorials · About |
| | | |
Google Search Results in RSS
Endpoints No endpoints currently associated with listing Contributed Clients What is this? Add / Edit / Delete Client No clients are currently listed Detailed Description This web service allows web developers to query Google and retrieve
results in RSS Format. Since the service, returns RSS 2.0 compliant
XML, this service can easily be called in Feed Readers as well.Usage Notes To query in a feed reader, use the following URL
http://www.ecubicle.net/gsearch_rss.asmx/GetSearchResults?
searchPage=0&gQuery=tutorial+asp+net&numOfResults=15
Replace searchPage value (show above as 0) with your value. Usually
it is in multipled of 10 if 10 results are shown per page.
Replace gQuery with query. All standard Google query operators may be
used here. In the example above, + operator is shown.
numOfResults is the number of results to display per page. It is
shown as set to 15 results per page.
To use in an application, call GetSearchResults method with the three
parameters defined above. |