# CryptoPanic Bitcoin news extractor

**Use case:** 

Extract Bitcoin headlines, source links, publish times, and CryptoPanic URLs from the public BTC news feed.

## Input

```json
{
  "maxItems": 40,
  "includeLatestFeed": false,
  "coinSlugs": [
    "bitcoin"
  ],
  "startUrls": [],
  "resolveSourceUrls": true,
  "requestDelayMs": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "sourceName": {
    "label": "Source"
  },
  "sourceDomain": {
    "label": "Domain"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "coins": {
    "label": "Coins / tags"
  },
  "feedLabel": {
    "label": "Feed"
  },
  "cryptoPanicUrl": {
    "label": "CryptoPanic URL",
    "format": "link"
  },
  "summary": {
    "label": "Summary"
  },
  "sentimentAvailable": {
    "label": "Sentiment visible"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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