Perfect for content curators, researchers, developers, and community managers who want to build a structured database of valuable Reddit content without manual data entry. If you're tracking industry trends, gathering user feedback, or building a knowledge base from Reddit discussions, this workflow automates the entire process.
Reddit has incredible discussions, but manually copying posts, extracting insights, and organizing them into a database is time-consuming. This workflow automatically transforms your saved Reddit posts into structured, searchable data—complete with AI-generated summaries of both the post and its comment section.
Simply use Reddit's built-in save feature on any post you find valuable.
The workflow triggers once per day and:
Filtered and summarized posts are automatically saved to your Supabase database with this structure:
{
"reddit_id": "unique post identifier",
"title": "post title",
"url": "direct link to Reddit post",
"summary": "AI-generated summary of post and comments",
"tags": ["array", "of", "relevant", "tags"],
"post_date": "original post creation date",
"upvotes": "number of upvotes",
"num_comments": "total comment count"
}