Product Hunt · GraphQL Specification

Product Hunt GraphQL API

The Product Hunt API provides programmatic access to Product Hunt's platform data via GraphQL. Developers can query and retrieve information about products, posts, topics, collections, users, votes, and comments. The API supports OAuth 2.0 authentication with three scopes (Public, Private, Write), client-only authentication for public data, and developer tokens for simple scripts. It allows applications to interact with the Product Hunt community, fetch daily product launches, explore trending tech products, and integrate Product Hunt data into third-party applications.

Documentation Endpoint View on GitHub Product DiscoveryStartupsTech ProductsMaker CommunityGraphQL

Overview

Product Hunt GraphQL API is a GraphQL API specification published by Product Hunt on the APIs.io network.

The Product Hunt API provides programmatic access to Product Hunt’s platform data via GraphQL. Developers can query and retrieve information about products, posts, topics, collections, users, votes, and comments. The API supports OAuth 2.0 authentication with three scopes (Public, Private, Write), client-only authentication for public data, and developer tokens for simple scripts. It allows applications to interact with the Product Hunt community, fetch daily product launches, explore trending tech products, and integrate Product Hunt data into third-party applications.

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 1 reference link.

Tagged areas include Product Discovery, Startups, Tech Products, and Maker Community.

Endpoint

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

References

Back to Product Hunt · All GraphQL Specs · GitHub