← Tools Reference

arXiv

arXiv integration (Data). Imported from open-connector.

API key8 toolshttps://export.arxiv.org/api
GET
arxiv_search_papers
Search arXiv papers using the official arXiv API query syntax.

/query

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe arXiv search query, using the official query syntax such as all:graphene or…
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortBystringoptionalThe arXiv sort field.
sortOrderstringoptionalThe arXiv sort direction.
GET
arxiv_search_by_author
Search arXiv papers by author name.

/query

5 parameters
ParamTypeRequiredDescription
authorstringrequiredThe author name to search for in arXiv author fields.
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortBystringoptionalThe arXiv sort field.
sortOrderstringoptionalThe arXiv sort direction.
GET
arxiv_search_by_title
Search arXiv papers by title text.

/query

5 parameters
ParamTypeRequiredDescription
titlestringrequiredThe title text to search for in arXiv title fields.
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortBystringoptionalThe arXiv sort field.
sortOrderstringoptionalThe arXiv sort direction.
GET
arxiv_search_by_abstract
Search arXiv papers by abstract text.

/query

5 parameters
ParamTypeRequiredDescription
abstractQuerystringrequiredThe text to search for in arXiv abstract fields.
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortBystringoptionalThe arXiv sort field.
sortOrderstringoptionalThe arXiv sort direction.
GET
arxiv_search_by_all_fields
Search arXiv papers by combining optional all-field, author, title, abstract, and category filters.

/query

9 parameters
ParamTypeRequiredDescription
querystringoptionalThe text to search for across all arXiv fields.
authorstringoptionalThe author name to search for in arXiv author fields.
titlestringoptionalThe title text to search for in arXiv title fields.
abstractQuerystringoptionalThe text to search for in arXiv abstract fields.
categorystringoptionalThe arXiv category term to query, such as cs.AI, cs.LG, math.CO, or physics.opt…
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortBystringoptionalThe arXiv sort field.
sortOrderstringoptionalThe arXiv sort direction.
GET
arxiv_get_paper
Get one arXiv paper by arXiv identifier.

/query

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe arXiv identifier to fetch, such as 2301.00001 or 2301.00001v1.
GET
arxiv_get_papers
Get multiple arXiv papers by arXiv identifiers.

/query

2 parameters
ParamTypeRequiredDescription
idsarrayrequiredThe arXiv identifiers to fetch.
maxResultsintegeroptionalThe maximum number of papers to return.
GET
arxiv_list_recent_papers
List recent arXiv papers for one category sorted by submission date.

/query

4 parameters
ParamTypeRequiredDescription
categorystringrequiredThe arXiv category term to query, such as cs.AI, cs.LG, math.CO, or physics.opt…
startintegeroptionalThe zero-based result offset to request.
maxResultsintegeroptionalThe maximum number of papers to return.
sortOrderstringoptionalThe arXiv sort direction.