# Web3 DeFi Blockchain Insights from Reddit

**Use case:** 

Gather trending Reddit posts about DeFi and blockchain protocols. Access real-time data for keyword monitoring and market analysis.

## Input

```json
{
  "query": "DeFi Web3 blockchain protocol yield",
  "subreddits": [
    "defi",
    "ethereum"
  ],
  "sort": "hot",
  "time": "month",
  "type": "link",
  "maxResults": 25,
  "searches": [
    {
      "query": "shopify",
      "subreddit": "ecommerce",
      "sort": "new",
      "time": "month",
      "type": "link"
    },
    {
      "query": "side hustle",
      "subreddit": "Entrepreneur",
      "sort": "top",
      "time": "all",
      "type": "comment"
    }
  ],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "permalink": {
    "label": "Permalink",
    "format": "string"
  }
}
```

## About this Actor

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