๐Ÿ”ฌ arXiv Scraper - Scientific Papers, Abstracts & PDFs avatar

๐Ÿ”ฌ arXiv Scraper - Scientific Papers, Abstracts & PDFs

Pricing

from $2.00 / 1,000 results

Go to Apify Store
๐Ÿ”ฌ arXiv Scraper - Scientific Papers, Abstracts & PDFs

๐Ÿ”ฌ arXiv Scraper - Scientific Papers, Abstracts & PDFs

arXiv Scraper for the official arXiv API. Search 2M+ scientific papers in CS, physics, math and biology by keyword, title, author, abstract or category. Extract title, authors, abstract, categories, DOI, dates and PDF links. For AI/ML research, literature reviews and RAG datasets.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ben

Ben

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

7 days ago

Last modified

Share

๐Ÿ”ฌ arXiv Scraper โ€” Scientific Papers, Abstracts & PDF Links as Clean Data

Extract scientific papers from arXiv.org โ€” over 2 million open-access preprints in physics, computer science, math, biology and economics โ€” as clean, structured records, powered by the official arXiv API. Search by keyword, title, author, abstract or category like cs.LG, and get titles, authors, full abstracts, categories, DOIs, journal references and direct PDF links, no API key, proxy or browser required. It is ideal for AI/ML research and for building RAG and LLM datasets from topic-filtered abstracts. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

๐Ÿ”ฌ What is the arXiv Scraper?

It turns any arXiv search into a structured dataset. Use the simple fields โ€” keyword, title, author, abstract and category โ€” or a raw advanced query for full arXiv syntax, and it returns every matching paper with authors, full abstract, categories, DOI, journal reference and direct links to the abstract page and PDF. Everything is flattened into clean rows so you can drop them straight into a literature review, research tracker or vector database. It parses arXiv's Atom feed, paginates automatically and waits between requests as arXiv asks, so a request for hundreds of papers just works.

What data does it extract?

  • Identifier โ€” arxiv_id
  • Title โ€” the paper title
  • Authors โ€” authors and author_count
  • Abstract โ€” full abstract text
  • Categories โ€” primary_category and categories
  • Dates โ€” published and updated
  • Publication info โ€” doi, journal_ref and comment
  • Links โ€” pdf_url and abstract_url
  • Run metadata โ€” scraped_at

โฌ‡๏ธ Input

Use the simple fields, or a raw searchQuery for full arXiv syntax:

FieldDescription
allFieldsKeyword across title, abstract, authors and more
titleOnly papers whose title contains this term
authorFilter by author name
abstractOnly papers whose abstract contains this term
categoryarXiv category code, e.g. cs.LG, cs.CL, cs.AI, physics.optics, math.PR
searchQueryAdvanced raw query (overrides the simple fields above), e.g. all:transformer AND cat:cs.LG
sortByrelevance, newest (submitted) or updated (recently updated)
maxResultsCap the run (1โ€“2000)

Example input

{
"allFields": "large language models",
"category": "cs.CL",
"sortBy": "newest",
"maxResults": 100
}

โฌ†๏ธ Output

Every paper is one clean row (view as a table, or export JSON / CSV / Excel):

{
"arxiv_id": "2605.30351v1",
"title": "VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Video Generation",
"authors": ["Hidir Yesiltepe", "Jiazhen Hu"],
"author_count": 2,
"abstract": "Long-rollout causal video diffusion models accumulate memory cost...",
"primary_category": "cs.CV",
"categories": ["cs.CV", "cs.AI"],
"published": "2026-05-28T17:59:57Z",
"updated": "2026-05-28T17:59:57Z",
"doi": null,
"journal_ref": null,
"comment": "10 pages, 6 figures",
"pdf_url": "https://arxiv.org/pdf/2605.30351v1",
"abstract_url": "https://arxiv.org/abs/2605.30351v1",
"scraped_at": "2026-06-26T15:30:00.000Z"
}

๐Ÿ’ก Use cases

  • ๐Ÿค– AI/ML research: track the newest papers in a field or category like cs.LG, cs.CL or cs.AI and never miss a release.
  • ๐Ÿง  RAG & LLM datasets: build topic-filtered corpora of full abstracts plus PDF links to index in a vector database.
  • ๐Ÿ” Literature reviews: gather, sort and export every relevant paper on a subject in one run.
  • ๐Ÿ“Š Research analytics: analyse output by category, author and time, and link papers to their published DOIs.

โ“ FAQ

How do I search arXiv with this Actor? Fill in the simple fields โ€” allFields, title, author, abstract or category โ€” choose a sortBy order, then Run. You get structured papers with title, authors, full abstract, categories, DOI and PDF links.

Can I use advanced arXiv query syntax? Yes. Put a raw query in searchQuery, for example cat:cs.CL AND abs:retrieval augmented or all:transformer AND cat:cs.LG, and it overrides the simple fields for full control.

What are arXiv categories and how do I use them? Categories are arXiv's subject codes, such as cs.LG (machine learning), cs.CL (NLP), cs.AI, physics.optics or math.PR. Put one in the category field to restrict results to that area.

Do I need an API key? No. The Actor uses the free, official arXiv API with no key, login, proxy or browser. It waits a few seconds between requests, as arXiv asks clients to do.

Does it include full abstracts and PDF links? Yes. Every record contains the complete abstract text plus a pdf_url and an abstract_url, which makes it well suited to building RAG and LLM datasets.

Can I get the newest papers first? Yes. Use sortBy: newest to sort by submission date or sortBy: updated for recently revised papers; relevance uses arXiv's default ranking.

How many papers can it return? Up to your maxResults cap (1โ€“2000). It paginates through the results automatically.

Why are some fields like doi or journal_ref empty? Many arXiv papers are preprints that have not been formally published, so they have no doi, journal_ref or comment. The Actor returns these fields when the author provides them and null otherwise.

Can I run it on a schedule or via API? Yes. Schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n to push results into your own tools.

Is scraping arXiv legal? The Actor uses the official arXiv API, which is provided for programmatic access to public papers. Use it responsibly, respect arXiv's API terms and rate limits, and follow applicable laws.

๐Ÿ”— You might also like


Keywords: arXiv scraper, arXiv API, scientific papers scraper, preprints, research papers, abstracts, PDF links, AI ML research, RAG dataset, LLM dataset, cs.LG, cs.CL, literature review tool, research metadata, paper search.