arXiv Scraper — papers by search, category or ID avatar

arXiv Scraper — papers by search, category or ID

Pricing

from $1.50 / 1,000 results

Go to Apify Store
arXiv Scraper — papers by search, category or ID

arXiv Scraper — papers by search, category or ID

Structured arXiv papers via the official open API (no key): search by keyword/author/category, pull the latest in a subject (cs.AI, cs.LG, ...), or fetch papers by ID. Clean JSON — built for AI/RAG research pipelines.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Vincent Kirui

Vincent Kirui

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Turn arXiv into clean, structured, agent-ready data via the official open API — no key, no login. Built for AI / RAG pipelines and research monitoring: answer "find recent papers on X" in one call. Three modes:

ModeWhat you getUse it for
SearchPapers matching a query (title, abstract, author, category), newest firstLiterature review, RAG ingestion, topic monitoring
Category latestThe newest papers in a subject (cs.AI, cs.LG, cs.CL, stat.ML, …)Daily research digests, staying current in a field
By IDSpecific papers by arXiv IDEnriching a reading list or citation graph

Built for AI agents

Exposed as an MCP tool, an agent can pull the latest relevant papers, with abstracts and PDF links, straight into a RAG pipeline — clean JSON, no PDF-parsing or scraping fragility.

Output

Flat JSON rows: id, title, summary (abstract), authors, primary_category, categories, published, updated, doi, abs_url, pdf_url.

Input examples

{ "mode": "search", "query": "all:retrieval augmented generation", "maxItems": 100 }
{ "mode": "category", "category": "cs.AI", "sortBy": "submittedDate", "maxItems": 50 }
{ "mode": "id", "ids": ["2308.08155", "1706.03762"] }

Uses arXiv's official, documented API for public paper metadata. No login, no circumvention.

Pricing

Pay-per-event: a small actor-start fee plus a per-paper charge — you pay for exactly the papers you pull.