# Fintech Blockchain Innovation Articles

**Use case:** 

Collect recent research on blockchain innovation within the financial technology sector, sorted by publication date. This helps financial institutions and start

## Input

```json
{
  "queries": [
    "fintech blockchain",
    "decentralized finance research"
  ],
  "maxItems": 120,
  "sortBy": "date",
  "filter": "all",
  "articleType": "any",
  "newerThan": 2022
}
```

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