ckreibich / scholar.py

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

limits results to first page of google scholar #105

Open chiaral opened 6 years ago

chiaral commented 6 years ago

I have made the changes suggested in many of the latest issues to overcome some bugs, but all I get when I run it is the results from the first page.

I have 112 results that I want to extract.

python scholar.py -c 200 --phrase "N00014-12-1-0911" ->log

gives me just a handful (I set the count to 200 to try to include them all.

anyone had this issue and figured out how to get around it?

bfeist commented 6 years ago

I have the same issue. I don't think this script makes multiple calls. It seems limited to one call and whatever Google will provide on the first page of results.

maisieb01 commented 6 years ago

has this problem resolved, or just a limitation and won't be fixed?

chiaral commented 6 years ago

I haven't found a solution. I ended up using zotero and then coded some scraping of the info I needed.

maisieb01 commented 6 years ago

Thanks chiaral

florisdenhengst commented 6 years ago

This seems to be a duplicate of #43, note that there are two PRs (#44, #109 ) that solve this.