arXiv Papers Extractor
Under maintenancePricing
from $0.25 / 1,000 results
arXiv Papers Extractor
Under maintenanceSearch arXiv and extract papers as clean typed records: title, abstract, authors, categories, DOI, and direct PDF links. No API key required.
Pricing
from $0.25 / 1,000 results
Rating
0.0
(0)
Developer
Cynix Dev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Search arXiv and get papers back as clean, typed dataset records — title, abstract, authors, categories, DOI, and direct PDF links. No API key required.
Built for research-monitoring pipelines, literature-review tooling, and AI agents that need fresh papers via MCP.
Example inputs
Latest ML papers on a topic:
{ "query": "state space models", "category": "cs.LG", "maxResults": 50 }
Fielded arXiv syntax (title + author):
{ "query": "ti:\"reinforcement learning\" AND au:silver", "sortBy": "relevance" }
Specific papers by ID:
{ "idList": ["1706.03762", "2005.14165"] }
Output record
| Field | Description |
|---|---|
arxivId, version | Paper identifier |
title, abstract | Full text metadata |
authors | Author list |
primaryCategory, categories | Subject classification |
published, updated | Timestamps |
doi, journalRef, comment | Publication metadata when present |
absUrl, pdfUrl | Direct links |
Use cases
- Research monitoring — schedule daily runs on your topics; diff new IDs downstream.
- RAG pipelines — chain with a content/PDF extractor to build literature knowledge bases.
- Trend analysis — track publication volume per category over time.
- AI agents — grounded "what's new in X" answers via MCP.
Fair access
Follows arXiv API guidelines: paged requests with 3-second delays. arXiv data is public scholarly metadata. Please respect arXiv's terms for bulk usage.