scholar.py icon indicating copy to clipboard operation
scholar.py copied to clipboard

Queries seem limited to the first 20 results provided by Scholar

Open brice-morin opened this issue 11 years ago • 5 comments

Hello,

I executed the following command line:

python scholar.py scholar.py -c 100 --after=2007 --author "brice morin" --citation bt > ref.bib

My goal was to extract a bibtex file containing all my papers. It however seems that what I get as a result (despite the -c 100 option) is the bibtex entries of all my papers provided on the first page on my Google Scholar page, basically the first 20 papers.

It would be nice if I (and I guess it makes sense for many other users of your tool) would be able to get all entries, not just the first page provided by Google Scholar.

Thank you

brice-morin avatar Jun 23 '14 12:06 brice-morin

Hi Brice,

Yep you're right, the 20 results correspond to the maximum number of results Google Scholar will let you retrieve with a single query. Multi-page retrieval is in the works...

Thanks for using scholar.py.

Cheers, -C.

ckreibich avatar Jun 23 '14 17:06 ckreibich

Another vote here for multi-page retrieval! scholar.py is a fantastic tool, since google scholar doesn't offer any export function of its own, but the 20-article limit limits its usefulness for literature reviews.

ethanweed avatar Oct 29 '15 12:10 ethanweed

The Pull Request #44 solves this problem.

eknoes avatar Oct 30 '15 10:10 eknoes

Another vote here for multi-page retrieval! scholar.py is a fantastic tool, since google scholar doesn't offer any export function of its own, but the 20-article limit limits its usefulness for literature reviews.

vivianfu-br avatar Aug 22 '17 21:08 vivianfu-br

@ckreibich Hi Christian, may I ask any progress on this?

tengerye avatar Feb 08 '19 08:02 tengerye