ckreibich / scholar.py

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

Search Articles in Different Pages of Google Scholar #38

Open pirlruc opened 9 years ago

pirlruc commented 9 years ago
  1. Fixed the algorithm to recover the number of results returned by google scholar. It now is able to parse the number of results when these are well defined by google and when it is an approximation. Also it is able of obtaining the number of results regardless of the page we are.
  2. Fixed the SearchScholarQuery and ClusterScholarQuery in order to obtain all the results returned by google scholar. It is limited to 1000 results (google's limit). The count option limits the number of final results returned by the query.
  3. Improved the form of obtaining the pdf files of an article. It know takes into account the links on the right of google scholar.
  4. Added the field url_related that is filled with the url of the related articles.