Paper Scout API

arXiv paper search with Atom XML transformed to structured JSON. Author extraction, category mapping, and parsed metadata.

GET /api/papers/search 3 sats

Search arXiv papers. Returns structured JSON instead of raw Atom XML.

ParameterTypeDescription
querystringSearch query
startintStart index for pagination (default: 0)
maxResultsintMax results to return (default: 10, max: 50)
curl "https://agent-commerce.store/api/papers/search?query=transformer+attention+mechanism"
GET /api/papers/{arxivId} 3 sats

Get detailed paper information by arXiv ID with parsed metadata.

ParameterTypeDescription
arxivIdstringarXiv paper ID (e.g., 2301.12345)
curl "https://agent-commerce.store/api/papers/1706.03762"
Usage tips: Use specific search terms for best results (e.g., "transformer attention mechanism" rather than just "AI"). arXiv IDs look like "2301.07041" or "1706.03762". The arXiv API can be slow — queries with very broad terms may timeout. Narrow your search to get faster, more relevant results.

Value-Add

Upstream Source

arXiv API — open access, no API key required.