# NLP and Multimodal AI Research Papers from arXiv

**Use case:** 

Retrieve up to 200 NLP and multimodal AI papers from arXiv. Get titles, abstracts, authors, and PDF links from submissions starting January 2024.

## Input

```json
{
  "searchQueries": [
    "multimodal learning",
    "vision language model",
    "text to image"
  ],
  "category": "",
  "categories": [
    "cs.CL",
    "cs.CV",
    "cs.AI"
  ],
  "maxResults": 200,
  "sortBy": "submittedDate",
  "sortOrder": "descending",
  "dateFrom": "2024-01-01",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "authorCount": {
    "label": "Author Count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "number"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  }
}
```

## About this Actor

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