search_posts
Search Product Hunt posts by query, with pagination and option to save cleaned results.
Instructions
Search Product Hunt posts. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| 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 to return (default: 10) |