Is there an api for Google News autosuggest? -


A few days ago I was introduced with the Google Autosuggest API:. I created a small Yahoo pipe for Yahoo News to take out the Top 5 suggestions from the 5 biggest English-speaking Google sites and wanted to do this for Google News. Changing the above URL for news.google.com/complete/search, but it seems that the same result returns ... Does anyone have any specific ideas if there is a specific synchronous equivalent? Thanks!

Just add ds = n as a parameter to your code , I.e.:

www.google.com/complete/search?q=microsoft&ds=n

You also get answers in more useful Add JSON format as a parameter to json :

www.google.com/complete/search?q=microsoft&ds=n&json < / Code>


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -