producthunt

Fetch Product Hunt posts, topics, users, and collections via GraphQL API.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill producthunt-daanteijema-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: producthunt
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/producthunt
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill producthunt-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about producthunt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Product Hunt posts by topic or date range?

Fetch Product Hunt posts by topic or date range using the Product Hunt v2 GraphQL API. This Skill enables launch research workflows by validating parameters for pagination, filtering by specific dates, and formatting output.

Can I retrieve Product Hunt users and their submitted posts?

Retrieve Product Hunt users and their submitted posts via the GraphQL API user lookup. You can get users by username or ID and list a user's submitted or made posts using validated query scripts.

How does comment mining work for Product Hunt launch research?

Comment mining for Product Hunt launch research involves pulling post comments through the GraphQL API to review discussions and extract user feedback from launches within a specific topic.

Do I need an access token to query the Product Hunt GraphQL API?

Querying the Product Hunt GraphQL API requires a PRODUCTHUNT_ACCESS_TOKEN Bearer token. You must set this environment variable before executing the provided Python query scripts for fetching posts, topics, or collections.

What is the best way to research a niche using Product Hunt collections?

Research a niche using Product Hunt collections by fetching curated groupings via slug or ID through the GraphQL API. List featured collections and retrieve specific entities to analyze curated product launches.

Can I use this Skill to fetch a specific Product Hunt post by slug?

Fetch a specific Product Hunt post by slug or ID using the GraphQL API scripts. The Skill validates parameters to retrieve individual featured posts, topics, or collections across the platform.