# Aggregate FinTech Innovation News for RAG Models

**Use case:** 

Automate the collection of recent news and analysis on FinTech innovations, blockchain, and digital payments from leading financial publications. This keeps you

## Input

```json
{
  "query": "fintech innovation news blockchain digital payments",
  "startUrls": [],
  "maxResults": 7,
  "outputFormats": [
    "markdown",
    "text"
  ],
  "requestTimeoutSecs": 40,
  "scrapingTool": "browser-playwright",
  "removeElementsCssSelector": "nav, footer, aside, script, style, .ad, .advertisement, [aria-hidden='true']",
  "htmlTransformer": "readable-text",
  "desiredConcurrency": 5,
  "maxRequestRetries": 2,
  "dynamicContentWaitSecs": 3,
  "removeCookieWarnings": true,
  "useApifyProxy": true,
  "domainAllowlist": [
    "ft.com",
    "bloomberg.com",
    "reuters.com",
    "coindesk.com",
    "techcrunch.com"
  ],
  "domainBlocklist": [],
  "excludeContentSelectors": [],
  "keywordsAnyOf": [
    "fintech",
    "blockchain",
    "payments",
    "innovation",
    "crypto",
    "digital assets",
    "regulations"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "wordCount": {
    "label": "Word count"
  },
  "httpStatusCode": {
    "label": "Http status code"
  },
  "loadedTime": {
    "label": "Loaded time"
  },
  "searchRank": {
    "label": "Search rank"
  }
}
```

## About this Actor

This example demonstrates how to use [RAG Web Browser](https://apify.com/crawlerbros/rag-web-browser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/rag-web-browser) to learn more, explore other use cases, and run it yourself.