# Reddit Post Generator for Side Projects

**Use case:** 

Write a Reddit post sharing a side project launch that invites honest feedback and fits the community tone naturally.

## Input

```json
{
  "topic": "Launching my first SaaS side project after a year of nights and weekends",
  "subreddit": "r/SideProject",
  "tone": "honest",
  "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.