Back to catalog
Cortexa research tool·literature·arxiv
ArXiv Search Papers
Search arXiv for papers by keyword using the public arXiv API. Returns papers with title, abstract, authors, publication date, category, and URL.
Livelast probed 2026-04-30 23:07Z· 5194msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 5194ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"date_from": {
"description": "Filter results from this date (format: YYYY-MM-DD). Uses submittedDate range.",
"type": "string"
},
"date_to": {
"description": "Filter results up to this date (format: YYYY-MM-DD). Uses submittedDate range.",
"type": "string"
},
"limit": {
"default": 10,
"description": "Number of papers to return. This sets the maximum number of papers retrieved from arXiv.",
"type": "integer"
},
"query": {
"description": "Search query for arXiv papers. Use keywords separated by spaces to refine your search.",
"type": "string"
},
"sort_by": {
"default": "relevance",
"description": "Sort order for results. Options: 'relevance', 'lastUpdatedDate', 'submittedDate'",
"type": "string"
},
"sort_order": {
"default": "descending",
"description": "Sort direction. Options: 'ascending', 'descending'",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default ArXiv Search Papers call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ArXiv_search_papers
- Tool name
- ArXiv_search_papers
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse