# Track fintech funding news in the US

**Use case:** 

Monitor Google News daily for fintech funding rounds and expansion announcements in the US. AI scores each article 1-10 - only strong signals appear.

## Input

```json
{
  "mode": "news_signals",
  "competitorUrls": [
    "https://www.michaelpage.co.th/jobs"
  ],
  "industry": "fintech",
  "geography": "United States",
  "signalCategories": [
    "funding",
    "expansion",
    "hiring"
  ],
  "minSignalScore": 7,
  "maxArticlesPerQuery": 10
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "signalType": {
    "label": "Signal type",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "competitorName": {
    "label": "Competitor",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "text"
  },
  "dateFound": {
    "label": "Date found",
    "format": "date"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Competitor Job Board Scraper & Hiring Signal Monitor](https://apify.com/phantom_coder/hiring-signal-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/phantom_coder/hiring-signal-monitor) to learn more, explore other use cases, and run it yourself.