producthunt

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

1.3k|126|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/ReScienceLab/opc-skills --skill producthunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: producthunt
Source: https://github.com/ReScienceLab/opc-skills/tree/main/skills/producthunt
Command: npx skills add https://github.com/ReScienceLab/opc-skills --skill producthunt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI agents often need programmatic access to fresh Product Hunt data. This skill provides a self-contained way to query posts, topics, users, and collections through Product Hunt's GraphQL API, enabling automation, data collection, and trend analysis.

Core Features & Use Cases

  • Fetch posts, topics, users, and collections from Product Hunt using the official GraphQL API.
  • Filter results by topic, slug/ID, or date ranges to support research, market scouting, and competitive intelligence.
  • Use cases include building dashboards, running periodic data pulls, and monitoring new launches.

Quick Start

From the skill directory, run a sample query to fetch recent posts with python3 scripts/get_posts.py --limit 3.

Frequently Asked Questions about producthunt

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

FAQPage Schema
How do I retrieve Product Hunt posts and topics using GraphQL?

You can fetch Product Hunt data via GraphQL by running the included Python scripts that handle authentication and querying. Execute a sample script like scripts/get_posts.py with a limit parameter to retrieve recent posts directly from the official API.

Do I need an access token to fetch Product Hunt data via GraphQL?

Yes, fetching Product Hunt data via GraphQL requires a valid access token and a working GraphQL endpoint. The included scripts handle authentication and querying, requiring this token to authorize requests for posts, topics, and collections.

Can I filter Product Hunt GraphQL queries by date ranges and topic?

Yes, you can filter Product Hunt GraphQL queries by topic, slug or ID, and date ranges. This filtering capability supports targeted research, competitive analysis, and product discovery by narrowing down fetched posts and collections.

What is the best way to automate Product Hunt data collection for AI agents?

Automating Product Hunt data collection for AI agents is best achieved through a self-contained GraphQL querying skill that fetches posts, topics, and collections programmatically. This supports periodic data pulls, dashboard building, and monitoring new launches.

Does this approach work for building dashboards and running periodic data pulls?

Yes, this GraphQL retrieval approach works for building dashboards and running periodic data pulls. By fetching and aggregating fresh Product Hunt content, it powers AI agents for market scouting, trend analysis, and competitive intelligence automation.