# Quantum Computing Review Articles

**Use case:** 

Extract comprehensive review articles on quantum computing to understand the current state-of-the-art and future directions. This is essential for academics and

## Input

```json
{
  "queries": [
    "quantum computing",
    "quantum machine learning"
  ],
  "maxItems": 100,
  "sortBy": "relevance",
  "filter": "all",
  "articleType": "review",
  "newerThan": 2020
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "publication": {
    "label": "Publication",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "number"
  },
  "documentType": {
    "label": "Type",
    "format": "text"
  },
  "link": {
    "label": "Link",
    "format": "link"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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