# Monitor Daily Crypto Sentiment for Investment Insights

**Use case:** 

Extract the hottest daily discussions from major cryptocurrency subreddits to gauge market sentiment and identify trending coins. This provides crucial, real-ti

## Input

```json
{
  "subreddits": [
    "CryptoCurrency",
    "cryptomarkets",
    "altcoin"
  ],
  "maxPosts": 100,
  "sort": "hot",
  "timeFilter": "day"
}
```

## Output

```json
{
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "content": {
    "label": "Content"
  },
  "url": {
    "label": "Url"
  },
  "old_reddit_url": {
    "label": "Old reddit url"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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