# Quantum Computing Research Data from arXiv

**Use case:** 

Extract research papers on quantum error correction, circuits, and more. Get titles, abstracts, authors, and PDF links for 150 relevant results.

## Input

```json
{
  "searchQueries": [
    "quantum error correction",
    "quantum circuit",
    "variational quantum"
  ],
  "category": "",
  "categories": [
    "quant-ph",
    "cs.ET"
  ],
  "maxResults": 150,
  "sortBy": "relevance",
  "sortOrder": "descending",
  "dateFrom": "",
  "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.