I have a number of authors name list and their e-mail id and i want to fetch their citations programmatically . So how could i fetch their citations using SERPAPI ?
I have a number of authors name list and their e-mail id and i want to fetch their citations programmatically . So how could i fetch their citations using SERPAPI ?
2
Answers
If I understand right, you already have the author’s IDs, if it’s true you need to do some loop to get citations from each author, here’s how you can do it (also check code example in the online IDE):
Output:
There’s a web scraping Google Scholar Author info blog post if you want to understand this topic deeper.
You could use my library, pyserpZotero. It not only scrapes and parses the results, it also offers to export them as Bibtex, upload to Zotero, clean any raw LaTex, and download the free PDFs of any of your results that are also on arXiv.org
Docs: https://pyserpzotero.readthedocs.io
GitHub Repo: https://github.com/hack-r/pyserpZotero
PyPI Package: https://pypi.org/project/pyserpZotero/