# Reddit Post Generator for Investing Questions

**Use case:** 

Generate a Reddit question about where a beginner should start investing so you get grounded advice from experienced users.

## Input

```json
{
  "topic": "Where should a complete beginner start investing with 5000 dollars saved",
  "subreddit": "r/personalfinance",
  "tone": "beginner friendly",
  "postType": "question"
}
```

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