get_post_comments
Fetch comments for a Product Hunt post. Returns cleaned data with options for ordering (newest or votes) and pagination.
Instructions
Get comments on a post. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | No | Post ID | |
| postSlug | No | Post slug | |
| order | No | Order: NEWEST, VOTES | |
| first | No | Number to return (default: 10) | |
| after | No | Cursor for pagination | |
| save_dir | No | Directory to save cleaned JSON data | |
| max_items | No | Max items (default: 10) |