arXiv Scraper — papers by search, category or ID
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor 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:
| Mode | What you get | Use it for |
|---|---|---|
| Search | Papers matching a query (title, abstract, author, category), newest first | Literature review, RAG ingestion, topic monitoring |
| Category latest | The newest papers in a subject (cs.AI, cs.LG, cs.CL, stat.ML, …) | Daily research digests, staying current in a field |
| By ID | Specific papers by arXiv ID | Enriching 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"] }
Legal
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.