c# - Google news rss parameter num 100 returning only 30 results -


the link used fetch results form google news

https://news.google.co.in/news?cf=all&hl=en&pz=1&ned=in&q=euro2016&csed=in&csep=false&num=100&sort=rated&output=rss

it working fine there problem in number of results get. "num" parameter returning maximum 30 results irrespective of number when num parameter exceeds 30

has google changed number of results gives. if yes there documentation of it

thanks in advance

according source:

num=num retrieves num results. default: 10. possible values: if q present [1,100], otherwise [1, 30]

however, tried with no success retreives max limit results.

i think due google news api deprecated, parameters no longer functional.

check answer on stack overflow , comments more info google news api.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -