Product Hunt GraphQL API
The Product Hunt GraphQL API (V2) provides access to the full Product Hunt platform, exposing product launches (Posts), voting data, comments, user profiles, topics, collections, maker groups, and maker projects. Developers can query individual resources by ID or slug, paginate through lists with cursor-based pagination, and filter by criteria such as featured status, date ranges, topic slugs, or user IDs. All data is exposed under a single root Query type with both singular (`post`, `user`, `topic`) and plural (`posts`, `users`, `topics`) entry points.
Overview
Product Hunt GraphQL API is a GraphQL API specification published by Product Hunt on the APIs.io network.
The Product Hunt GraphQL API (V2) provides access to the full Product Hunt platform, exposing product launches (Posts), voting data, comments, user profiles, topics, collections, maker groups, and maker projects. Developers can query individual resources by ID or slug, paginate through lists with cursor-based pagination, and filter by criteria such as featured status, date ranges, topic slugs, or user IDs. All data is exposed under a single root Query type with both singular (post, user, topic) and plural (posts, users, topics) entry points.
The GraphQL endpoint is available at https://api.producthunt.com/v2/api/graphql. documentation is published at https://api.producthunt.com/v2/docs.
The specification includes 5 reference links.
Tagged areas include Product Discovery, Community, Product, Startups, and Launches.
Endpoint
References
- Documentation https://api.producthunt.com/v2/docs
- GettingStarted https://api.producthunt.com/v2/docs#section/Authentication
- Reference https://api-v2-docs.producthunt.com/operation/query/
- Schema https://github.com/producthunt/producthunt-api/blob/master/schema.graphql
- Explorer https://ph-graph-api-explorer.herokuapp.com/
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for graphql
4 MCP tools reach this
find_graphqlBrowse and filter every GraphQL schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/graphql/producthunt-graphql"
curl "https://apis.io/api/v1/graphql?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.