# arXiv Paper Search & New-Paper Alerts (`creativefour/arxiv-paper-search`) Actor

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.

- **URL**: https://apify.com/creativefour/arxiv-paper-search.md
- **Developed by:** [CreativeFour LLC](https://apify.com/creativefour) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$3.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### 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

1. Open the **Input** tab and type search terms (put phrases in "quotes"), and optionally pick categories or authors.
2. Choose how many papers to return, and the sort order (newest, recently updated, or relevance).
3. Click **Start**, then open the **Output** tab: **Papers**, or **Abstracts**.
4. 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. |

```json
{
  "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.

```json
{
  "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"` in `cs.CV` beats `diffusion` alone.

### Use it from AI agents (MCP)

AI agents can find and run this Actor through the [Apify MCP server](https://docs.apify.com/integrations/mcp).

- **Claude, ChatGPT, or any MCP client:** add `https://mcp.apify.com?tools=creativefour/arxiv-paper-search` as 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.

# Actor input Schema

## `query` (type: `string`):

Words must all appear; put phrases in quotes, e.g. retrieval "large language model". Advanced arXiv syntax (ti:, au:, abs:, cat:, AND/OR/ANDNOT) is also accepted.

## `categories` (type: `array`):

arXiv categories such as cs.AI, cs.CL, cs.LG, stat.ML, q-bio.GN, astro-ph. Any of them can match.

## `authors` (type: `array`):

Author names; any of them can match.

## `arxivIds` (type: `array`):

Look up specific papers instead, e.g. 2609.30250 or an arxiv.org/abs link.

## `dateFrom` (type: `string`):

YYYY-MM-DD

## `dateTo` (type: `string`):

YYYY-MM-DD

## `sort` (type: `string`):

Newest submissions first, most recently updated first, or by relevance.

## `maxResults` (type: `integer`):

arXiv allows one request every 3 seconds (100 papers each), so 1,000 papers take about 30 seconds.

## `onlyNew` (type: `boolean`):

Remember papers already returned for this exact search and return only new ones on later runs. Schedule it daily for a research feed.

## Actor input object example

```json
{
  "query": "agents",
  "categories": [
    "cs.CL"
  ],
  "sort": "newest",
  "maxResults": 10,
  "onlyNew": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `summary` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "agents",
    "categories": [
        "cs.CL"
    ],
    "maxResults": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("creativefour/arxiv-paper-search").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "agents",
    "categories": ["cs.CL"],
    "maxResults": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("creativefour/arxiv-paper-search").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "agents",
  "categories": [
    "cs.CL"
  ],
  "maxResults": 10
}' |
apify call creativefour/arxiv-paper-search --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,creativefour/arxiv-paper-search"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/a0evhfVPJtB8fTdvs/builds/BQYcYRmqK4ly0H712/openapi.json
