Overview of pybliometrics API access
masterpybliometrics is a Python library designed to pull, cache, and extract data from the Scopus database and its sister databases, ScienceDirect and SciVal. The library is organized into specific modules, providing one class per Elsevier API Access Point.
To use the library, you will interact with one of the following three main modules depending on your data source:
pybliometrics.scopus: For Scopus API data.pybliometrics.sciencedirect: For ScienceDirect API data.pybliometrics.scival: For SciVal API data.