arXiv Scraper avatar

arXiv Scraper

Pricing

from $0.50 / 1,000 paper scrapeds

Go to Apify Store
arXiv Scraper

arXiv Scraper

Scrape research papers from arXiv — title, authors, abstract, categories, DOI, journal reference, PDF link, published/updated dates — by search query, category, or arXiv ID. Official Atom API, no key, no proxy.

Pricing

from $0.50 / 1,000 paper scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

arXiv Scraper 🎓

Scrape research papers from arXiv — the open-access archive for physics, math, computer science, quantitative biology, finance, statistics and more. Search by keyword, filter by category, or fetch exact papers by arXiv ID.

Perfect for research, literature reviews, RAG / AI training datasets, competitive science monitoring, and citation graphs.

What it extracts (one row per paper)

  • title, authors, abstract
  • arxiv_id, arxiv_id_base, version
  • primary_category, categories (e.g. cs.AI, cs.CL, stat.ML)
  • doi, journal_ref, comment
  • published, updated
  • pdf_url, url

Input

{
"queries": ["large language models"],
"category": "cs.CL",
"sortBy": "submittedDate",
"maxItemsPerQuery": 200,
"ids": ["2307.09288"]
}
  • queries — free-text search across title, abstract and authors.
  • category — optional arXiv category filter (cs.AI, cs.LG, math.OC, physics.optics, …).
  • sortByrelevance, lastUpdatedDate, or submittedDate.
  • ids — fetch exact papers by arXiv ID (accepts full URLs too).

Output example

{
"type": "paper",
"arxiv_id": "2307.09288v2",
"arxiv_id_base": "2307.09288",
"version": 2,
"title": "Llama 2: Open Foundation and Fine-Tuned Chat Models",
"authors": ["Hugo Touvron", "Louis Martin", "..."],
"abstract": "In this work, we develop and release Llama 2...",
"primary_category": "cs.CL",
"categories": ["cs.CL", "cs.AI"],
"doi": null,
"journal_ref": null,
"published": "2023-07-18T17:...Z",
"updated": "2023-07-19T...Z",
"pdf_url": "https://arxiv.org/pdf/2307.09288v2",
"url": "https://arxiv.org/abs/2307.09288v2"
}

Notes

  • Uses arXiv's official Atom API — free, stable, no key.
  • Respects arXiv's rate guidance (~1 request / 3s) automatically.
  • No proxy required.