get_collections
Retrieve Product Hunt collections filtered by featured, user, or post. Supports ordering, pagination, and returns cleaned TOON format data.
Instructions
Get Product Hunt collections. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featured | No | Filter featured only | |
| userId | No | Filter by user ID | |
| postId | No | Filter by post ID | |
| order | No | Order: FEATURED_AT, FOLLOWERS_COUNT, NEWEST | |
| 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) |