Skip to main content

Reliably scrape and clean Google Scholar citations. Automatically uploads to Zotero. Bibtex local file exports are also supported.

Project description

pyserpZotero

Installation: pip install pyserpZotero

Usage: psz

Google Scholar citation download, parsing, Bibtex export, search for free PDFs, and Zotero cloud upload. SerpAPI is leveraged for stable access to Google Scholar without IP throttling.

Resource URL
Docs https://pyserpzotero.readthedocs.io
GitHub Repo https://github.com/hack-r/pyserpZotero
PyPI Package https://pypi.org/project/pyserpZotero/
SerpAPI https://serpAPI.com
Zotero https://zotero.org

What does it do?

pyserpZotero is a Python library designed to automate the search, management of scholarly literature citations, and attachment of free PDFs to Zotero citations. It leverages the power of SerpAPI for reliable access to Google Scholar and utilizes the Zotero service for efficient citation management. The library simplifies the process of searching for academic papers, downloading them (where available for free), and organizing citations directly into your Zotero library.

pyserpZotero offers the following functions for (semi-) automating literature review tasks:

  • SerpZot (class) - Instantiates a SerpZot object for API management.
    • SearchScholar - Searches Google Scholar for papers corresponding to 1 or more search terms and captures their identifiers.
    • Search2Zotero - Pulls references from Google using identifiers from SearchScholar, converts to Bibtex via CrossRef, reformats for Zotero, looks for PDFs, and uploads to your Zotero cloud library (results will automatically sync to the desktop client, if installed).
    • CleanZot - Attempt to remove/replace broken LaTex and other formatting in titles.

Why SerpAPI?

I'm not a shill for their company, but after a decade of scraping data I've gotten tired of code breaking due to upstream changes, dealing with proxies, and concerns over intellectual property. SerpAPI handles those things for you. They offer a free tier, which is currently 100 searches per month and decent pricing.

I may add a proxy scraper later with logic for directly scraping Scholar and other portals, but have been hesistant to do so due to the potential for upstream changes and other risks.

How to configure it?

You'll need to provide an API key for serpAPI and Zotero, as well as a Zotero library Id. You can either provide these directly as arguments to the functions, via the interactive mode, or manage them more securely via a YAML configuration file, as in the Example Usage below.

How to use it?

Beginning with v1.1 an interactive mode is available by entering psz into a terminal. See quickstart.ipynb for a Jupyter notebook demonstration of API access.

What's new?

  • Interactive mode! Just enter psz in a terminal after pip install pyserpZotero to use this library as a program. You can enter your credentials when prompted or edit the config.yaml file to bypass interactive authentication.
  • Added support for additional portals and PDF sources, including medArxiv and bioRxiv. Improved matching of citations to Arxiv PDFs.

Why do you sometimes align assignment operators across lines like that?

As a data scientist, I'm a programming polyglot and long-time R programmer. Following top style guides for R, some of us like our code to be readable by human beings without wasting much time on it - it's a trick for easily making the code structured.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyserpzotero-1.1.1.tar.gz (5.7 MB view hashes)

Uploaded Source

Built Distribution

pyserpzotero-1.1.1-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page