datasets_reddit_trending_search
Explore Reddit trending posts with daily snapshots: filter by subreddit or date, search titles, and sort by rank to track hot-feed order over time.
Instructions
Search the reddit-trending dataset. Searches daily snapshots of each tracked subreddit's hot-feed post order, stored in a search index (one document per subreddit × snapshot × rank) so history accumulates. With no date the latest snapshot is returned (today's trending); pair subreddit with sort=date_desc for a subreddit's trending history over time. There is no score or comment-count field — the underlying credential-free scraper does not expose vote counts, so rank reflects Reddit's own hot-feed order rather than a locally computed score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over the post title, max 256 characters | |
| date | No | Snapshot date filter yyyy-MM-dd; defaults to the latest snapshot | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: rank, date_desc | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| subreddit | No | Exact subreddit-name filter, max 128 characters |