Go to Hyperscrape Store

arXiv Paper Scraper

hyperscrape/arxiv-scraper

Search arXiv preprints and get authors, abstracts, categories and PDF links.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/arxiv-scraper?query=large%20language%20models

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Searches arXiv.org via the official export API (export.arxiv.org/api/query, Atom feed — no key needed) and returns one item per paper.

Each item includes: arXiv ID, title, full abstract, author list (with affiliations when present), primary category, all category tags, submission and update dates, abstract-page and PDF links, plus DOI, journal reference and author comment when the paper has them.

Inputs

  • query — free-text search (matched against all fields). Supports arXiv query syntax like ti:"neural network" or au:hinton.
  • category — optional arXiv category (e.g. cs.AI, stat.ML) to restrict results.
  • sortBy — relevance, most recently submitted, or most recently updated.
  • maxItems — number of papers to return (paginated automatically).