slickdeals_comments
Fetch a deal's full comment thread from Slickdeals using a URL or thread ID, with commenter details, content, timestamps, permalinks, and reaction counts.
Instructions
Get one Slickdeals deal thread's comments. Returns one Slickdeals deal thread's full comment thread: for each comment, the public username who posted it (with their forum rank/title and total post count -- the same public-forum-post attribution class this repo already exposes for Reddit), the comment content (as HTML and as cleaned plain text), when it was posted, a permalink, and reaction counts (like, funny, helpful, not helpful). Give either url (the exact value returned by GET /slickdeals/search or GET /slickdeals/deal) or thread_id; at least one is required. has_more indicates whether Slickdeals' own page truncated the reply list (no further pagination is currently exposed by this endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full Slickdeals deal URL, as returned by GET /slickdeals/search or GET /slickdeals/deal (https://slickdeals.net/f/...) | |
| thread_id | No | Slickdeals numeric thread id |