# arXiv LLM Paper Scraper - Abstracts, Authors, PDFs

**Use case:** 

Run a keyword search across arXiv for large language model papers, ranked by relevance, with abstracts, author lists, and direct PDF download links.

## Input

```json
{
  "query": "all:large language models",
  "sortBy": "relevance",
  "maxItems": 50,
  "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.