reddit_domain_posts
Retrieve all public Reddit posts linked to a domain by entering its hostname. Get normalized post data with sort, time, and pagination controls, plus retry guidance when Reddit throttles requests.
Instructions
List Reddit domain posts. Returns normalized public posts submitted from a linked domain. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
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 |