ScienceScraper is a Python package that retrieves and cleans full-text articles from ScienceDirect and PubMed Central (PMC). It provides a convenient way to scrape scientific articles for research or analysis purposes.
- Retrieve full-text articles and other article information from ScienceDirect and PMC.
- Clean the retrieved articles for easy processing and analysis.
- Search for articles on ScienceDirect and PMC based on query strings, dates, and other parameters.
- Check for new articles on ScienceDirect and PMC.
You can install ScienceScraper using pip. Make sure you are in the top-level directory of the repository and run the following command:
pip install -e .Copyright (c) 2024, Joshua Blomgren, Elizabeth Gilson, Jeffrey Jacob
Project based on the Computational Molecular Science Python Cookiecutter version 1.1.