# Reddit Competitor Comparison Insights

**Use case:** 

Gather relevant Reddit posts comparing platforms like Zapier and HubSpot. Get structured data from a full year's worth of discussions.

## Input

```json
{
  "searchQueries": [
    "vs zapier",
    "alternative to hubspot"
  ],
  "searchFor": [
    "posts"
  ],
  "searchInSubreddits": [
    "learnpython"
  ],
  "sort": "relevance",
  "time": "year",
  "includeSelftext": true,
  "includeNSFW": false,
  "maxItems": 100,
  "maxPostsPerSource": 25,
  "maxRetries": 3,
  "requestDelayMs": 300,
  "debug": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "numComments": {
    "label": "Comments",
    "format": "integer"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "createdUtc": {
    "label": "Created (UTC)",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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