Product Hunt · GraphQL Specification

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.

Documentation Endpoint View on GitHub Product DiscoveryGraphQLCommunityProductsStartupsLaunchesVotingTechGraphQL

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

https://api.producthunt.com/v2/api/graphql

References

Back to Product Hunt · All GraphQL Specs · GitHub