# Crypto News & Regulation Tracker with AI Sentiment

**Use case:** 

Daily Bitcoin, Ethereum, and crypto regulation news with AI sentiment summaries, ready to feed trading bots, market terminals, and research dashboards.

## Input

```json
{
  "query": "Bitcoin OR Ethereum OR \"SEC crypto\" OR ETF approval OR stablecoin regulation",
  "topic": "",
  "freshness": "1d",
  "language": "en-US",
  "country": "US",
  "maxItems": 70,
  "resolveUrls": true,
  "fetchArticleText": true,
  "aiSummary": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Publisher link",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

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