# Discover Crypto Niche Market Opportunities

**Use case:** 

Identify emerging trends, popular projects, and underserved niches within specific cryptocurrency communities on Reddit. This helps investors and project develo

## Input

```json
{
  "keywords": [
    "defi gaming",
    "NFT utility",
    "web3 adoption",
    "solana ecosystem",
    "polygon development"
  ],
  "resultLimit": 250,
  "sort": "top",
  "subredditFilter": [
    "CryptoCurrency",
    "ethfinance",
    "solana",
    "0xPolygon",
    "decentralizedfinance",
    "NFT",
    "web3"
  ],
  "subredditBlocklist": [],
  "minScore": 20,
  "maxAgeDays": 30,
  "excludeNsfw": true,
  "authorBlocklist": [],
  "keywordRequireAll": false
}
```

## Output

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

## About this Actor

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