# Monthly sweep - cs.CR security and cryptography, last 30 day

**Use case:** 

A full month of Cryptography and Security in one dataset. Use it for threat-landscape reviews, to spot clusters of attacks on the same primitive

## Input

```json
{
  "searchQuery": "",
  "searchField": "abs",
  "categories": [
    "cs.CR"
  ],
  "categoryMatch": "all",
  "authors": [
    "Yann LeCun",
    "Yoshua Bengio"
  ],
  "affiliations": [
    "Google DeepMind",
    "MIT CSAIL"
  ],
  "arxivIds": [
    "1706.03762",
    "1207.7214"
  ],
  "primaryCategoryOnly": true,
  "crossListedOnly": true,
  "dateField": "lastUpdatedDate",
  "lastDays": 30,
  "dateFrom": "2026-01-01",
  "dateTo": "2026-06-30",
  "sortBy": "submittedDate",
  "sortOrder": "descending",
  "maxPapers": 800,
  "dedupeByPaper": false,
  "rawSearchQuery": "cat:cs.CL AND ti:\"benchmark\" ANDNOT cat:cs.CV",
  "requestDelaySecs": 3
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID (versioned)",
    "format": "string"
  },
  "title": {
    "label": "Paper title",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Primary category",
    "format": "string"
  },
  "publishedDate": {
    "label": "First submitted date",
    "format": "string"
  },
  "authorCount": {
    "label": "Number of authors",
    "format": "integer"
  },
  "firstAuthor": {
    "label": "First author",
    "format": "string"
  },
  "absUrl": {
    "label": "Abstract page URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [arXiv Papers Scraper: Search, Metadata, Authors, Full Abstracts](https://apify.com/reapx/arxiv-papers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/arxiv-papers-scraper) to learn more, explore other use cases, and run it yourself.