# Quantum Computing Research Papers from Australia

**Use case:** 

Retrieve scholarly metadata for quantum computing research published in Australia

## Input

```json
{
  "maxPapers": 50,
  "searchQuery": "quantum computing"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "containerTitle": {
    "label": "Journal"
  },
  "publishedYear": {
    "label": "Year"
  },
  "type": {
    "label": "Type"
  },
  "publisher": {
    "label": "Publisher"
  },
  "citationCount": {
    "label": "Citations"
  },
  "doi": {
    "label": "DOI"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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