get_maker_groups
Retrieve maker groups from Product Hunt with optional filters. Returns cleaned data in JSON format, supporting pagination and saving to directory.
Instructions
Get maker groups. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Filter by user ID | |
| order | No | Order: MEMBERS_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) |