arXiv API

Free open-access API for querying and retrieving academic preprints across physics, math, CS, and other sciences — no auth required for reading.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Developer Tools arxiv research-papers academic preprints open-access science
⚙ Agent Friendliness
59
/ 100
Can an agent use this?
🔒 Security
80
/ 100
Is it safe for agents?
⚡ Reliability
80
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
78
Error Messages
70
Auth Simplicity
100
Rate Limits
72

🔒 Security

TLS Enforcement
100
Auth Strength
70
Scope Granularity
70
Dep. Hygiene
80
Secret Handling
85

No auth surface — read-only public data. TLS enforced on API endpoint.

⚡ Reliability

Uptime/SLA
80
Version Stability
85
Breaking Changes
82
Error Recovery
75
AF Security Reliability

Best When

Building research-oriented agents that need free, no-auth access to the latest scientific preprints in CS, AI, physics, math, and related fields.

Avoid When

You need peer-reviewed publications with citation data, or papers from life sciences (use PubMed) or broader coverage (use Semantic Scholar).

Use Cases

  • Building research agents that automatically find relevant papers on a topic via full-text search
  • Monitoring new papers in a field using arXiv's daily submission feed for automated research digests
  • Extracting paper metadata (authors, abstracts, citations) for academic knowledge graphs
  • Powering AI research assistants that can retrieve and summarize recent scientific literature
  • Automated literature review pipelines for AI agents tracking developments in specific research areas

Not For

  • Full paper PDF download for bulk processing — use arXiv bulk data access instead of API
  • Citation graph or reference data — use Semantic Scholar or OpenAlex for citation networks
  • Non-preprint published journals — arXiv only has submitted preprints

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: none
OAuth: No Scopes: No

No authentication required. Completely open API with rate limiting only. User-Agent header encouraged for identification.

Pricing

Model: free
Free tier: Yes
Requires CC: No

Entirely free. Rate limit requested: 1 request per 3 seconds. Exceed limits and you may be temporarily blocked.

Agent Metadata

Pagination
offset
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • Response is Atom XML not JSON — parse with feedparser or xml.etree; no JSON option exists
  • max_results default is 10, maximum is 2000 per request — for comprehensive search need multiple paginated requests
  • Paper IDs change format over time (e.g., 2401.00001 vs older format) — use full arXiv ID with version number for stable links
  • Search quality is limited — full text search in title/abstract only; no semantic search; use Semantic Scholar for better retrieval
  • Courtesy rate limit of 1 req/3 seconds is unenforced but violations can result in IP blocks; add sleep() in agent loops

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for arXiv API.

$99

Scores are editorial opinions as of 2026-03-06.

5215
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered