arXiv Paper Search & New-Paper Alerts
Pricing
$3.00 / 1,000 results
arXiv Paper Search & New-Paper Alerts
Search arXiv by keywords, category, author, or date and get clean paper metadata: title, abstract, authors, categories, DOI, and PDF link. Schedule it with 'new papers only' for a daily research feed. Uses arXiv's official API; no key needed.
Pricing
$3.00 / 1,000 results
Rating
0.0
(0)
Developer
CreativeFour LLC
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
What does arXiv Paper Search do?
It searches arXiv, the open archive of physics, math, computer science, AI, statistics, biology, and finance research, and returns clean, structured metadata for each paper: title, abstract, authors and affiliations, categories, submission and update dates, DOI, journal reference, and direct links to the abstract page and PDF.
Search by keywords, category (cs.AI, cs.CL, stat.ML, and more), author, or date range, or look up specific arXiv IDs. Turn on New papers only and schedule it, and you have a daily research feed sent to Slack, email, Google Sheets, or your RAG pipeline. It uses arXiv's official API and needs no API key.
Why use it?
- Stay current without the firehose. Get only new papers for your topic every morning.
- Feed AI pipelines. Abstracts and metadata arrive as clean JSON, ready for embeddings, summaries, or literature reviews.
- Research at scale. Pull thousands of papers for trend analysis, citation work, or dataset building.
- Track people and groups. Follow specific authors, or everything in a category.
How to use it
- Open the Input tab and type search terms (put phrases in "quotes"), and optionally pick categories or authors.
- Choose how many papers to return, and the sort order (newest, recently updated, or relevance).
- Click Start, then open the Output tab: Papers, or Abstracts.
- For a daily feed: turn on New papers only, save the input as a task, and schedule it.
Input
| Field | What it does |
|---|---|
| Search terms | All words must match; "quoted phrases" stay together. Advanced arXiv syntax (ti:, au:, abs:, cat:, AND/OR/ANDNOT) also works. |
| Categories | For example cs.AI, cs.CL, cs.LG, stat.ML, q-bio.GN. Any of them can match. |
| Authors | Any of them can match. |
| arXiv IDs | Look up specific papers (2609.30250, or an arxiv.org link). |
| Submitted on or after / before | Date range. |
| Sort / Max papers | Newest, updated, or relevance; and a cap. |
| New papers only | Returns only papers not seen in earlier runs of the same search. |
{"query": "\"retrieval augmented\"","categories": ["cs.CL", "cs.IR"],"maxResults": 200,"onlyNew": true}
Output
One row per paper. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
{"arxivId": "2609.30250","version": "v1","title": "Agentic Detection of Online Conspiracies","abstract": "Conspiratorial discourse on social media is not always expressed through explicit claims...","authors": ["First Author", "Second Author"],"affiliations": [],"primaryCategory": "cs.CL","categories": ["cs.CL", "cs.SI"],"publishedAt": "2026-09-24T17:58:43Z","updatedAt": "2026-09-24T17:58:43Z","doi": null,"journalRef": null,"comment": "Accepted at a workshop","absUrl": "https://arxiv.org/abs/2609.30250v1","pdfUrl": "https://arxiv.org/pdf/2609.30250v1"}
Data fields
| Field | Description |
|---|---|
arxivId, version | The paper's identifier and version |
title, abstract | Cleaned, single-line text |
authors, affiliations | Author names, and affiliations when authors list them |
primaryCategory, categories | arXiv subject classes |
publishedAt, updatedAt | First submission and latest version dates |
doi, journalRef, comment | Publication details when present |
absUrl, pdfUrl | Links to the paper on arxiv.org |
How much does it cost to search arXiv?
You pay per paper returned. With New papers only, a daily run that finds nothing new returns nothing, and you pay nothing for results. Set a maximum charge per run in the run options, and the Actor stops cleanly at that limit.
Tips
- arXiv allows one request every 3 seconds, 100 papers per request, and this Actor keeps to it. 1,000 papers take about 30 seconds.
- Use Recently updated sort to catch new versions of papers you already follow.
- Combine categories and phrases to cut noise:
"diffusion model"incs.CVbeatsdiffusionalone.
Use it from AI agents (MCP)
AI agents can find and run this Actor through the Apify MCP server.
- Claude, ChatGPT, or any MCP client: add
https://mcp.apify.com?tools=creativefour/arxiv-paper-searchas a custom connector, and sign in to Apify when prompted. - Claude Code, Cursor, VS Code, or Codex: run
apify mcp install claude-code(swap in your client's name), then ask your agent for "this week's cs.CL papers about retrieval, using creativefour/arxiv-paper-search".
FAQ and support
Where does the data come from? From arXiv's official API. Metadata is public domain (CC0). The Actor links to PDFs on arxiv.org and never copies or re-hosts them.
Is this affiliated with arXiv? No. This is an independent tool; arXiv hasn't endorsed it. Thank you to arXiv for use of its open access interoperability.
Found a bug or need a feature? Open an issue on the Issues tab. Custom versions are available on request.