What problem does it solve? Finding and retrieving scientific papers from arXiv manually is slow and error-prone, especially when you need structured metadata, full-text PDFs, or LaTeX sources for literature reviews and research workflows. ## Core Features & Use Cases - Metadata Search: Query the arXiv API by author, title, abstract, category, or date range and receive clean JSON results with titles, summaries, authors, DOIs, and PDF links. - Full-Text Download: Fetch papers as PDF or HTML, or download the original LaTeX source as a tar.gz archive for deeper analysis. - Rate-Limited API Access: Built-in scripts enforce arXiv's 3-second request interval automatically, keeping usage compliant with arXiv's Terms of Use. - Use Case: Ask for recent papers on a topic like "compositional data analysis for single-cell RNA-seq", review the returned abstracts, then download the most relevant PDFs for reading. ## Quick Start Search arXiv for the five most recent papers on single-cell RNA-seq compositional analysis and summarize their abstracts.