# r/AskReddit Stories for TikTok & Shorts Clips

**Use case:** 

Top weekly r/AskReddit, r/tifu and r/confession story answers, hook-scored and clip-trimmed for fast-paced TikTok and YouTube Shorts content.

## Input

```json
{
  "sources": [
    "r/AskReddit",
    "r/tifu",
    "r/confession"
  ],
  "method": "rss",
  "sort": "top",
  "time": "week",
  "maxPostsPerSubreddit": 20,
  "minScore": 2000,
  "minWords": 80,
  "maxWords": 400,
  "minHookScore": 8,
  "requireStory": true,
  "includeNsfw": false,
  "cleanText": true,
  "rawMode": false,
  "dedupeAcrossRuns": true,
  "commentLimit": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "selftext": {
    "label": "Post body",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Upvotes",
    "format": "number"
  },
  "fetchedCommentCount": {
    "label": "Comments",
    "format": "number"
  },
  "hookScore": {
    "label": "Hook",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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