/arxivloader

This tool is a wrapper of the arXiv API that allows you to retrieve metadata of articles published on arXiv as Pandas dataframe.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

arXiv Loader

GitHub Contributor Covenant
PyPI - Downloads
Binder

Markdown icon Copy markdown link to clipboard

This tool is a wrapper of the arXiv API that allows you to retrieve metadata of articles published on arXiv as pandas.DataFrame.
Please abide by the Terms of Usage of the arXiv API.

Installation

pip install arxivloader

Usage

Please consult the arXiv API documentation for help in constructing a valid query string.

For example queries please consult the example notebook which is additionally available on mybinder.org.

Acknowledgements

Thank you to arXiv for use of its open access interoperability.