Back to Services
Basic Trustrest
arXiv — Research Paper Search
Search and retrieve preprints from arXiv covering physics, mathematics, computer science, biology, finance, and statistics.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
researchpapersacademicsciencearxivpreprints
Quick Integration
Call this service through the Agent Clear proxy
// Call arXiv — Research Paper Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/4ad0c12b-59fb-4943-a15a-65a7e5a475de',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"search_query"
],
"properties": {
"start": {
"type": "number"
},
"max_results": {
"type": "number"
},
"search_query": {
"type": "string",
"description": "arXiv search query (e.g. \"all:machine learning\")"
}
}
}Output Schema
{
"type": "object",
"description": "Atom XML feed with entries"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026