# Product Hunt API **Provider:** Product Hunt **Category:** social **Base URL:** `https://api.producthunt.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** GraphQL: reasonable use enforced **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.producthunt.com/v2/docs ## Description The best new products in tech ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.producthunt.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.producthunt.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free API access for developers. Requires OAuth 2.0. GraphQL API. Rate limits apply. Good for building integrations around product launches. --- *Source: [API Map](https://apimap.dev/apis/product-hunt/) — CC BY 4.0*