Get Your Token
Sign up with Google or phone verification and get 10,000 free daily requests
Sign Up Free β
Find Existing Token
Verify your phone number to view registered tokens, daily limit, and todayβs usage
View Token β
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