# Scrape Important Cryptocurrency News

**Use case:** 

Get crypto news flagged as important by the CryptoPanic community — high-signal headlines for funds and analysts.

## Input

```json
{
  "filter": "important",
  "kind": "news",
  "maxItems": 100,
  "maxPages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceTitle": {
    "label": "Source Name",
    "format": "text"
  },
  "sourceRegion": {
    "label": "Region",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "coins": {
    "label": "Coins",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "link"
  },
  "panicScore": {
    "label": "Panic Score",
    "format": "number"
  },
  "panicScore1h": {
    "label": "Panic Score 1h",
    "format": "number"
  },
  "panicScore24h": {
    "label": "Panic Score 24h",
    "format": "number"
  },
  "aiSentimentLevel": {
    "label": "AI Sentiment",
    "format": "text"
  },
  "votesPositive": {
    "label": "Positive",
    "format": "number"
  },
  "votesNegative": {
    "label": "Negative",
    "format": "number"
  },
  "votesImportant": {
    "label": "Important",
    "format": "number"
  },
  "votesLol": {
    "label": "LOL",
    "format": "number"
  },
  "votesLiked": {
    "label": "Liked",
    "format": "number"
  },
  "votesDisliked": {
    "label": "Disliked",
    "format": "number"
  },
  "votesToxic": {
    "label": "Toxic",
    "format": "number"
  },
  "votesSaved": {
    "label": "Saved",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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