Bulk Reddit Post Cleaner for Batch TTS Voiceover
Reddit story channels pipe in an array of scraped posts and get every body cleaned, then split into sentences for batch TTS voiceover videos.
How it works
- 1Open it on Apify
Hit Run on Apify — it opens the tool in the cloud, no install.
- 2Set the inputs
Adjust
text,texts,expandAbbreviations(sensible defaults are pre-filled). - 3Click Run
The tool runs on Apify’s cloud and collects the data for you.
- 4Export the results
Download as JSON, CSV or Excel, or pipe straight into your app, Google Sheets, or an AI agent.
Inputs
| Field | What it does | Type |
|---|---|---|
text | A single block of text to clean (e.g. a Reddit post body). | string |
texts | An array of strings OR post objects (uses scriptText/narration/selftext/body/text). Lets you pipe the Reddit Scraper's output straight in. | array |
expandAbbreviations | Expand Reddit/internet abbreviations for TTS (AITA → Am I the asshole, MIL → mother-in-law, IMO → in my opinion…). | boolean |
profanityMode | keep = leave as-is · soft = swap for mild words (great for monetization-safe TTS) · censor = f*** · remove = delete. | string |
wpm | Words-per-minute used to estimate read time. | integer |
What you get
A structured dataset — each result includes fields like:
charCountcleanedhookScoreoriginalreadTimeSecondssentenceCountttsSegmentswordCountExport every run as JSON, CSV or Excel, or send it to your app, a database, Google Sheets, or an AI agent.
More use cases for Reddit Text Cleaner — TTS-Ready Narration
Clean a Reddit AITA Post for TTS Narration
Paste one r/AmItheAsshole post and get narration-ready text for faceless YouTube and TikTok voiceovers: markdown stripped, AITA spelled out, links removed.