# Gather Early Feedback for New Tech Product Launches

**Use case:** 

Collect immediate user reactions and discussions surrounding recent product launches or updates in the tech industry. This provides crucial insights for post-la

## Input

```json
{
  "keywords": [
    "Apple Vision Pro review",
    "Samsung Galaxy S24 opinion",
    "NVIDIA RTX 5000 leak",
    "new AI model release",
    "Google Pixel 9 speculation"
  ],
  "resultLimit": 100,
  "sort": "new",
  "subredditFilter": [
    "gadgets",
    "technology",
    "tech",
    "android",
    "apple",
    "nvidia",
    "hardware"
  ],
  "subredditBlocklist": [],
  "minScore": 5,
  "excludeNsfw": true,
  "authorBlocklist": [],
  "keywordRequireAll": false,
  "dateFrom": "2024-01-01"
}
```

## 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.