reddit_domain_posts
Retrieve Reddit posts linking to a specific domain. Filter by sort order and time window, with pagination support.
Instructions
List Reddit domain posts. Returns normalized public posts submitted from a linked domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: hot, new, top, or rising | |
| time | No | Time window for top sort: hour, day, week, month, year, or all | |
| after | No | Reddit pagination token | |
| limit | No | Maximum posts, defaults to 25 and clamps to 100 | |
| domain | Yes | Domain hostname, without scheme or path |