# ChatGPT Discussion Search on r/OpenAI Reddit

**Use case:** 

Search r/OpenAI for ChatGPT posts and discussions with scores, authors and comments for AI monitoring.

## Input

```json
{
  "maxPosts": 10,
  "withDetails": true,
  "subreddits": [
    "OpenAI"
  ],
  "searchQuery": "chatgpt",
  "postUrls": [],
  "sort": "hot",
  "timeFilter": "day"
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumb",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "permalink": {
    "label": "Permalink",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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