Playground

Retrieve Product Hunt product alternatives API playground

Returns paginated alternatives, tags, and related discussions for a Product Hunt product.

GETapiKey2 credits/requestproducthunt.alternativesResponseDoc

Selected endpoint

GET /producthunt/product/{id}/alternatives

Returns paginated alternatives, tags, and related discussions for a Product Hunt product.

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

Retrieve Product Hunt product alternatives

Returns paginated alternatives, tags, and related discussions 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",
    "name": "Clico",
    "followers_count": 577,
    "categories": [
      "Writing assistants"
    ],
    "alternative_tags": [
      {
        "name": "chrome extension",
        "count": 24
      }
    ]
  }
}