Sim

ArXiv

Search and retrieve academic papers from ArXiv

ArXiv is a free, open-access repository of scientific research papers in fields such as physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, systems science, and economics. ArXiv provides a vast collection of preprints and published articles, making it a primary resource for researchers and practitioners worldwide.

With ArXiv, you can:

  • Search for academic papers: Find research by keywords, author names, titles, categories, and more
  • Retrieve paper metadata: Access abstracts, author lists, publication dates, and other bibliographic information
  • Download full-text PDFs: Obtain the complete text of most papers for in-depth study
  • Explore author contributions: View all papers by a specific author
  • Stay up-to-date: Discover the latest submissions and trending topics in your field

In Sim, the ArXiv integration enables your agents to programmatically search, retrieve, and analyze scientific papers from ArXiv. This allows you to automate literature reviews, build research assistants, or incorporate up-to-date scientific knowledge into your agentic workflows. Use ArXiv as a dynamic data source for research, discovery, and knowledge extraction within your Sim projects.

Usage Instructions

Search for academic papers, retrieve metadata, download papers, and access the vast collection of scientific research on ArXiv.

Tools

Search for academic papers on ArXiv by keywords, authors, titles, or other fields.

Input

ParameterTypeRequiredDescription
querystringYesThe search query to execute
searchFieldstringNoField to search in: all, ti (title), au (author), abs (abstract), co (comment), jr (journal), cat (category), rn (report number)
maxResultsnumberNoMaximum number of results to return (default: 10, max: 2000)
sortBystringNoSort by: relevance, lastUpdatedDate, submittedDate (default: relevance)
sortOrderstringNoSort order: ascending, descending (default: descending)

Output

ParameterType
querystring
papersstring
totalResultsstring

arxiv_get_paper

Get detailed information about a specific ArXiv paper by its ID.

Input

ParameterTypeRequiredDescription
paperIdstringYesArXiv paper ID (e.g.,

Output

ParameterType
paperstring

arxiv_get_author_papers

Search for papers by a specific author on ArXiv.

Input

ParameterTypeRequiredDescription
authorNamestringYesAuthor name to search for
maxResultsnumberNoMaximum number of results to return (default: 10, max: 2000)

Output

ParameterType
authorPapersstring
authorNamestring
totalResultsstring

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
papersjsonpapers output from the block
totalResultsnumbertotalResults output from the block
paperjsonpaper output from the block
authorPapersjsonauthorPapers output from the block

Notes

  • Category: tools
  • Type: arxiv
ArXiv