# Blockchain Research Papers

**Use case:** 

Collect academic papers about blockchain with titles, authors, journals, DOIs and publication dates for a literature review and citation work.

## Input

```json
{
  "searchQuery": "blockchain",
  "maxItems": 50
}
```

## 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.