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, Products, 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/