Get Your Token
Start building in seconds with 10,000 free daily requests. Need more? Email us!
Sign Up Free →
2.92M
arXiv Papers
7.5M
PMC Papers
T+0
Daily Sync
10,000
Free Daily Requests
~50ms
Response Time
🐍 Python Package
deepxiv-sdk
Python SDK for arXiv paper access with CLI and MCP server support - search, read, and analyze research papers with AI agents
pip install deepxiv-sdk
# Quick Start
from deepxiv_sdk import Reader
reader = Reader(token="your_token")
# Search papers
results = reader.search(
"transformer models",
size=10
)
reader = Reader(token="your_token")
# Search papers
results = reader.search(
"transformer models",
size=10
)
✨ Key Features
Lightning Fast
Optimized infrastructure with ~50ms response time for most requests
On-Demand Loading
Fetch only what you need - metadata, sections, or full content
Smart Search
Built-in retrieval with title and abstract snippets
Multiple Formats
JSON, Markdown, HTML, or plain text - your choice
T+0 Daily Sync
2.92M arXiv papers synchronized on the same day they're published
PMC Collection
7.5M PMC papers with fine-grained parsing and structured data