Playground

Retrieve Product Hunt product detailed reviews API playground

Returns detailed review items for a Product Hunt product.

GETapiKey3 credits/requestproducthunt.reviewsResponseDoc

Selected endpoint

GET /producthunt/product/{id}/reviews

Returns detailed review items for a Product Hunt product.

Group
ProductHunt
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey3 credits/requestreviewsResponseDoc

Retrieve Product Hunt product detailed reviews

Returns detailed review items for a Product Hunt product.

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": {
    "product_id": "1191613",
    "slug": "clico",
    "connection": "authoredDetailedReviews",
    "total_count": 6,
    "end_cursor": "Ng",
    "has_next_page": false
  }
}