arxiv

Search arXiv's REST API for papers by keyword, author, category, or ID.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill arxiv-cloudliness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill arxiv-cloudliness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate and retrieve arXiv papers using a lightweight REST API, removing manual search overhead for researchers.

Core Features & Use Cases

  • Search: query by keywords, authors, categories, or IDs and get structured results.
  • Retrieve: fetch abstracts, metadata, and PDFs, enabling quick reads and offline storage.
  • Use Case: a student needs the latest papers on transformers and wants a compact, citation-ready list with direct PDF links.

Quick Start

Search arXiv for papers on reinforcement learning in cs.AI and fetch abstracts.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv papers via REST API?

You can search arXiv papers via REST API by sending queries for keywords, authors, categories, or IDs to the public arXiv endpoint. It returns structured XML that you can parse to extract metadata, abstracts, and PDF links.

Do I need an API key to retrieve arXiv abstracts and PDFs?

No, you do not need an API key to retrieve arXiv abstracts and PDFs. The arXiv REST API is public and free, allowing unauthenticated access for batch retrievals and quick abstract access in academic research workflows.

How do I parse arXiv API XML responses with Python?

To parse arXiv API XML responses with Python, script your API request using libraries like curl or Python requests, then parse the returned XML to present concise results containing citation-ready metadata and direct PDF links.

Can I retrieve arXiv papers by category for batch academic research?

Yes, you can retrieve arXiv papers by category for batch academic research. The arXiv REST API supports category, keyword, author, and ID queries, enabling structured batch retrievals of abstracts and metadata.

What are the limitations of using the arXiv REST API for paper searches?

Limitations of using the arXiv REST API include relying on unauthenticated public endpoints and handling XML parsing manually. Results are constrained to arXiv's hosted papers and require custom scripting to format into citation-ready lists.

What's the best way to get a citation-ready list of arXiv papers?

The best way to get a citation-ready list of arXiv papers is to query the arXiv REST API by keyword or category, parse the XML output, and extract structured metadata along with direct PDF links for quick reads.