What problem does it solve?
This Skill helps you quickly discover relevant Product Hunt launches and creators without manually browsing pages, by fetching posts, topics, users, and collections through the official GraphQL API.
Core Features & Use Cases
- Post discovery: Retrieve featured posts, posts by topic, or posts within a date range, and fetch a specific post by ID/slug.
- Engagement insights: Pull post comments to review discussion and extract user feedback.
- Creator and taxonomy lookup: Get users by username/ID and list a user's submitted or made posts, plus search and fetch topics.
- Curated grouping: Fetch Product Hunt collections by slug/ID and list featured collections.
- Use case: Research a niche (e.g., AI tools) by searching posts in a topic and then collecting comments from top launches to understand what resonated with the audience.
Quick Start
Set PRODUCTHUNT_ACCESS_TOKEN in your environment and run python3 scripts/get_posts.py --limit 5 from the skill directory to fetch today’s featured posts.