Playground

Retrieve Product Hunt product details API playground

Returns the core Product Hunt product details.

GETapiKey2 credits/requestproducthunt.productResponseDoc

Selected endpoint

GET /producthunt/product/{id}

Returns the core Product Hunt product details.

Group
ProductHunt
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey2 credits/requestproductResponseDoc

Retrieve Product Hunt product details

Returns the core Product Hunt product details.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "chronicle-6",
    "name": "Chronicle",
    "tagline": "Stunning presentations with AI. No design skills required.",
    "description": "Chronicle combines AI with taste to help you go from raw thoughts to polished presentations. Designed for serious work: Start with templa...",
    "rating": 4.8,
    "review_count": 38
  }
}