# Daily Crypto Market News Digest

**Use case:** 

Get up-to-date news on Bitcoin and Ethereum in the US. Receive headlines, sources, publish dates, and descriptions for the latest trends.

## Input

```json
{
  "queries": [
    "bitcoin price",
    "ethereum ETF"
  ],
  "language": "en",
  "country": "US",
  "maxPerQuery": 100
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "pubDate": {
    "label": "Published",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

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