DeepAgent

ArXiv

Search for research articles.

Install

npm install @deepagent/arxiv
yarn add @deepagent/arxiv
pnpm add @deepagent/arxiv

Usage

import { ArXivClient } from '@deepagent/arxiv'

// No API is required to use the ArXiv API
const arxiv = new ArXivClient()
const results = await arxiv.search({
  query: 'machine learning',
  maxResults: 10
})

On this page