arXiv
Curated research-sharing platform: physics, mathematics, quantitative finance, and economics
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Science & Math
- Documentation / URL
- https://arxiv.org/help/api/user-manual
Overview
The arXiv API provides programmatic access to arXiv’s 2M+ preprints in physics, math, computer science, and more — search by query, list by category, and fetch paper metadata in Atom XML. Keyless, free, and the standard source for research feeds and paper trackers.
Verified 2026-08: the legacy http endpoint 301-redirects to https — use
https://export.arxiv.org/api/query.
Quick Start
Search papers (verified live):
curl "https://export.arxiv.org/api/query?search_query=all:electron&start=0&max_results=3"
Search by title:
curl "https://export.arxiv.org/api/query?search_query=ti:transformers&start=0&max_results=5"
Filter by category (e.g. cs.AI):
curl "https://export.arxiv.org/api/query?search_query=cat:cs.AI&start=0&max_results=5&sortBy=submittedDate&sortOrder=descending"
By arXiv id:
curl "https://export.arxiv.org/api/query?id_list=2104.06555"
Authentication
None — keyless.
Rate Limits & Notes
- Free; the API guidelines ask for no more than 1 request per 3 seconds and a descriptive User-Agent.
- Responses are Atom XML (not JSON) — parse the
<entry>elements. - Search syntax:
all:,ti:(title),au:(author),cat:(category),abs:(abstract); combine with AND/OR. - Sort via
sortBy=submittedDate|relevanceandsortOrder=ascending|descending.
FAQ
Is arXiv API free? Yes — free and keyless (be polite: ~1 request/3s).
Is the response JSON?
No — Atom XML; parse <entry> elements.
How do I get recent papers in a category?
search_query=cat:cs.AI&sortBy=submittedDate&sortOrder=descending.
More in Science & Math
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| arcsecond.io Multiple astronomy data sources | No auth | Yes | Unknown | ↗ |
| CodeCogs Render LaTeX equations in PNG, GIF, SVG, EMF, PDF, JSON, or download formats with styling options | No auth | Yes | Unknown | ↗ |
| CORE Access the world's Open Access research papers | API Key | Yes | Unknown | ↗ |
| CycleCalcs Interpreted astronomy: sun and moon times, moon phases, planets, eclipses, seasons | No auth | Yes | Yes | ↗ |
| GBIF Global Biodiversity Information Facility | No auth | Yes | Yes | ↗ |