ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.1k stars 777 forks source link

Search results truncated at 10 #131

Open cryptic0 opened 3 years ago

cryptic0 commented 3 years ago

Can't get results over 10 articles using only the author name:

python scholar.py --author "AUTHOR NAME"

mhaeussermann commented 3 years ago

The results limit seems to be hardcoded, see line 243. See also the change log for version 2.11:

2.11 The Scholar site seems to have become more picky about the number of results requested. The default of 20 in scholar.py could cause HTTP 503 responses. scholar.py now doesn't request a maximum unless you provide it at the comment line. (For the time being, you still cannot request more than 20 results.)