# Latest arXiv cs.CL Papers - Newest NLP Preprints

**Use case:** 

Track new cs.CL (Computation and Language) preprints the moment they hit arXiv, sorted by submission date, so NLP researchers never miss a release.

## Input

```json
{
  "query": "cat:cs.CL",
  "sortBy": "submittedDate",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "primaryCategory": {
    "label": "Primary category",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "absUrl": {
    "label": "Abstract URL",
    "format": "link"
  }
}
```

## About this Actor

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