freeapis

Product Hunt

The best new products in tech

Authentication
OAuth
HTTPS
Yes
CORS
Unknown
Category
Social

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

APIAuthHTTPSCORS
4chan

Simple image-based bulletin board dedicated to a variety of topics

No authYesYes
Ayrshare

Social media APIs to post, get analytics, and manage multiple users social media accounts

API KeyYesYes
aztro

Daily horoscope info for yesterday, today, and tomorrow

No authYesUnknown
Blogger

The Blogger APIs allows client applications to view and update Blogger content

OAuthYesUnknown
Bluesky

Decentralized social networking via the AT protocol

No authYesYes