kotartemiy / pygooglenews

If Google News had a Python library
https://newscatcherapi.com
MIT License
1.27k stars 138 forks source link

Having more than 100 results from a "search" #11

Open ellitosprint opened 4 years ago

ellitosprint commented 4 years ago

Hi, I'm trying to gather all the results around a specific topic, I cannot get more than 100 results. Can it be changed ? Cheers

AlexYurkin commented 3 years ago

@ellitosprint Let me quote @kotartemiy : "100 links per search are the max capacity. The only way to increase your results is to make it day-by-day. So, 100 links per day are your maximum capacity". This is a Google constraint.

OpulentOnyx commented 2 years ago

make a function that returns the searches and then call it in a for loop. It'll be 100*(whatever number you decide to put in the for loop)