# Discover Fintech Innovation and Investment in Asia

**Use case:** 

Identify emerging fintech trends, startup funding, and regulatory changes specifically within the Asian market to uncover new business opportunities or competit

## Input

```json
{
  "queries": [
    "Fintech innovation Asia",
    "Singapore fintech investment",
    "India digital payments growth"
  ],
  "maxResultsPerQuery": 35,
  "language": "en",
  "country": "SG",
  "dateRange": "7d",
  "siteFilter": "fintechfutures.com OR asiafinancial.com OR straitstimes.com",
  "extractFullText": true,
  "includeImages": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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