Playground

Retrieve Product Hunt product customers API playground

Returns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.

GETapiKey2 credits/requestproducthunt.customersResponseDoc

Selected endpoint

GET /producthunt/product/{id}/customers

Returns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.

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

Retrieve Product Hunt product customers

Returns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.

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": "594550",
    "slug": "openai",
    "name": "OpenAI",
    "order": "customers",
    "page": 1,
    "page_size": 10,
    "connection": "customers",
    "total_count": 120,
    "pages_count": 12,
    "has_previous_page": false,
    "has_next_page": true,
    "items": [
      {
        "id": "1192159",
        "slug": "sheet-ninja-2",
        "name": "Sheet Ninja",
        "tagline": "Ship vibe-coded apps. Your data stays in Google Sheets.",
        "reviews_rating": 4.8,
        "reviews_count": 42
      }
    ]
  }
}