What problem does it solve?
It helps you quickly discover relevant research papers on arXiv by topic, author, category, or specific IDs, and then extract usable metadata like titles, authors, abstracts, and links.
Core Features & Use Cases
- Search arXiv via the public REST API using keywords (query), author names, categories (e.g., cs.AI), or direct arXiv IDs.
- Clean and structured output by parsing the returned Atom XML into readable fields (title, authors, dates, categories, abstract).
- Read paper content by pairing arXiv metadata retrieval with web extraction of the abstract page or the PDF when you need to go deeper.
Use case: You’re preparing a literature review on reinforcement learning and need the latest 10 papers from recent submissions; you search, skim abstracts, and open the PDFs for the most promising results.
Quick Start
Run the command: python scripts/search_arxiv.py "GRPO reinforcement learning" --max 5 to get a clean list of the most relevant arXiv papers.