The scholar
package provides functions to extract citation data from
Google Scholar. There are also convenience functions for comparing multiple
scholars and predicting h-index scores based on past publication records.
Google does not encourage people to use the scholar website as an API. You will find a number of issues related to this if you follow: https://github.com/jkeirstead/scholar/issues?q=is:issue+cookie
If you try to fetch too many pages, you can expect to see your access to
scholar blocked. One step that they do take is to provide a session cookie.
Reusing these seems to help. If you wish to write your own code to interact
with Google Scholar, we recommend that you use the
get_scholar_resp
function to carry out the query.
Maintainer: Guangchuang Yu guangchuangyu@gmail.com (ORCID)
Authors:
James Keirstead james.keirstead@gmail.com
Gregory Jefferis jefferis@gmail.com (ORCID)
Other contributors:
Gordon Getzinger [contributor]
Jorge Cimentada cimentadaj@gmail.com [contributor]
Max Czapanskiy maxczapanskiy@gmail.com [contributor]
Dominique Makowski dom.makowski@gmail.com [contributor]
Useful links: