Playground

Retrieve Product Hunt product makers API playground

Returns maker items for a Product Hunt product.

GETapiKey2 credits/requestproducthunt.makersResponseDoc

Selected endpoint

GET /producthunt/product/{id}/makers

Returns maker items for a Product Hunt product.

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

Retrieve Product Hunt product makers

Returns maker 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

Query 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": "makers",
    "total_count": 3,
    "end_cursor": "Mw",
    "has_next_page": false
  }
}