A simple web tool that helps researchers and students efficiently download academic articles by processing CSV files containing article references.
- Upload CSV files with article metadata (DOI, title, etc.)
- Retrieve direct links to full-text PDFs via Unpaywall API
- Process data entirely client-side (your data never leaves your browser)
- No installation required - works directly in your web browser
- Visit the Full Text Finder
- Enter your email address (required for Unpaywall API)
- Upload your CSV file containing article references
- Review the generated filenames and download links
- Download articles directly or export the results as a new CSV
- Download the html file in the github repo
- Open the html file on your local computer using the web browser of your choice.
Your input CSV should contain at least the title, but I recommend using as many of the columns below as you can for best results:
doi- Digital Object Identifiertitle- Article titleauthors- Article authorsyear- Publication year
- Your email is only used for Unpaywall API requests
- No data is collected or stored by this tool
- Built with HTML, CSS, and JavaScript
- Uses PapaParse for CSV parsing
- Styled with TailwindCSS
- Integrates with Unpaywall API
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.
This is a copyleft license that requires anyone who distributes or modifies this code to make the source available under the same terms.
- PapaParse - MIT License
- TailwindCSS - MIT License
Contributions are welcome!