| input | query | string | The search term or query you want to match against Reddit posts. |
| input | subreddit | string | The name of the specific subreddit where the posts will be searched. |
| input | post_limit (optional) | number | Maximum number of posts to fetch, with a default limit of 10 and a maximum of 100. |
| input | time_period (optional) | selector | Allows fetching posts within a defined time frame: options are hour, day, week, month, year, or all. |
| input | sort_by (optional) | selector | Specifies how the fetched posts should be sorted; options include: hot, new, top, or others. |
| output | post_titles | string[] | Contains titles of the fetched Reddit posts. |
| output | post_links | string[] | Contains URLs linking directly to each respective post on Reddit. |
| output | post_content | string[] | Includes the contents of each fetched post for further review and context if needed. |