# Reddit Post Generator for AI Discussions

**Use case:** 

Create a Reddit discussion on how people actually use AI tools day to day so the thread gathers honest real world takes.

## Input

```json
{
  "topic": "How are you actually using AI tools in your daily routine",
  "subreddit": "r/technology",
  "tone": "open",
  "postType": "text"
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "postType": {
    "label": "Post type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "recommendedSubreddits": {
    "label": "Recommended subreddits",
    "format": "array"
  },
  "suggestedFlair": {
    "label": "Flair",
    "format": "text"
  },
  "tips": {
    "label": "Tips",
    "format": "array"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Reddit Post Generator](https://apify.com/scrapers_lat/reddit-post-generator-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/reddit-post-generator-tool) to learn more, explore other use cases, and run it yourself.