# Track quantitative biology papers on arXiv

**Use case:** 

Monitor new quantitative biology papers and return titles, abstracts, authors, dates, and links for literature alerts and research agents.

## Input

```json
{
  "feedUrls": [
    "https://export.arxiv.org/api/query?search_query=cat%3Aq-bio.BM&start=0&max_results=20&sortBy=submittedDate&sortOrder=descending"
  ],
  "discoverFromWebsites": false,
  "firstRunMode": "emit_recent",
  "contentMode": "excerpts",
  "maxInitialItems": 10,
  "maxItemsPerRun": 25,
  "maxStateItemsPerFeed": 1000,
  "maxExcerptChars": 1200,
  "maxContentChars": 5000,
  "staleAfterDays": 14,
  "stateStoreName": "fcm-track-arxiv-quantitative-biology",
  "stateNamespace": "track-arxiv-quantitative-biology",
  "requestTimeoutSecs": 20,
  "maxResponseBytes": 5000000,
  "maxRetries": 2,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "feedTitle": {
    "label": "Feed",
    "format": "string"
  },
  "title": {
    "label": "Item",
    "format": "string"
  },
  "feedUrl": {
    "label": "Feed URL",
    "format": "string"
  },
  "url": {
    "label": "Item URL",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RSS, Atom & JSON Feed Monitor](https://apify.com/xerophylous_mercy_0wn/feed-contract-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xerophylous_mercy_0wn/feed-contract-monitor) to learn more, explore other use cases, and run it yourself.