Product Hunt
The best new products in tech
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://api.producthunt.com/v2/docs
Overview
Product Hunt’s API is GraphQL (v2) — posts, comments, and votes. Auth is OAuth 2.0 (GET returns 404, verified).
Quick Start
GraphQL query (OAuth token required):
curl -X POST "https://api.producthunt.com/v2/api/graphql" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "{ posts(first: 1) { edges { node { name } } } }"}'
Authentication
- Register an app at producthunt.com/v2/oauth → OAuth token.
- Send it as
Authorization: Bearer.
Rate Limits & Notes
- Free; OAuth-based.
- POST GraphQL only (GET 404, verified).
FAQ
Is Product Hunt free? Yes — free with OAuth.
Why 404 on GET? The API is GraphQL POST-only (verified).
What can I query? Posts, comments, and votes.
More in Social
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |