Get posts from specific Reddit communities with filtering and sorting options
Parameter | Type | Required | Description |
---|---|---|---|
subreddit | string | Yes | Name of the subreddit (without “r/”) |
item_type | string | No | Sort type: “top”, “new”, “controversial”, “hot” (default: “top”) |
time_filter | string | No | Time period: “all”, “day”, “hour”, “month”, “week”, “year” (default: “week”) |
limit | integer | No | Number of posts to fetch (default: 10) |
include_comments | boolean | No | Whether to include top comments (default: true) |