# Bitcoin and Crypto News Tracker

**Use case:** 

Monitor Bitcoin and cryptocurrency news from the past week. Get article titles, URLs, dates, languages, and sentiment analysis for informed insights.

## Input

```json
{
  "query": "bitcoin cryptocurrency crypto market",
  "mode": "articles",
  "maxResults": 1000,
  "timespan": "1w",
  "language": "english",
  "country": "US",
  "sortBy": "socialsharecount",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "seendate": {
    "label": "Seen Date",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "sourcecountry": {
    "label": "Source Country",
    "format": "string"
  },
  "socialimage": {
    "label": "Social Image",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "retrievalSource": {
    "label": "Retrieval Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GDELT News Scraper — Articles, Timeline & Images](https://apify.com/logiover/gdelt-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gdelt-news-scraper) to learn more, explore other use cases, and run it yourself.