get_user_posts
Retrieve posts made by a Product Hunt user. Supports pagination and saves cleaned JSON data for further analysis.
Instructions
Get posts made by a user. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| first | No | Number of posts (default: 10) | |
| after | No | Cursor for pagination | |
| save_dir | No | Directory to save cleaned JSON data | |
| max_items | No | Max items (default: 10) |