get_topics
Retrieve Product Hunt topics with optional search, ordering by followers or posts count, pagination, and save results as cleaned JSON.
Instructions
Get Product Hunt topics. Returns cleaned data in TOON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search query | |
| order | No | Order: FOLLOWERS_COUNT, NEWEST, POSTS_COUNT | |
| 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) |