# Daily Bitcoin and Crypto News Headlines Aggregator

**Use case:** 

Access the latest deduplicated Bitcoin and cryptocurrency news headlines. Gather insights from multiple sources with sentiment analysis included.

## Input

```json
{
  "mode": "topic",
  "query": "bitcoin cryptocurrency",
  "queries": [
    "openai",
    "anthropic"
  ],
  "sources": [
    "googleNews",
    "bingNews"
  ],
  "maxPerSource": 30,
  "maxResults": 60,
  "daysBack": 1,
  "language": "en-US",
  "country": "US",
  "dedup": true,
  "sentiment": true,
  "useApifyProxy": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "sentimentLabel": {
    "label": "Sentiment",
    "format": "string"
  },
  "sentimentScore": {
    "label": "Score",
    "format": "number"
  },
  "url": {
    "label": "Article",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [News Intelligence Scraper — AI Agent Real-Time News API](https://apify.com/logiover/news-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/news-intelligence-scraper) to learn more, explore other use cases, and run it yourself.