Playground

Retrieve Product Hunt product launches API playground

Returns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches GraphQL operation.

GETapiKey2 credits/requestproducthunt.launchesResponseDoc

Selected endpoint

GET /producthunt/product/{id}/launches

Returns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches GraphQL operation.

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

Retrieve Product Hunt product launches

Returns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches 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": "DATE",
    "connection": "posts",
    "total_count": 2,
    "end_cursor": "cursor-1",
    "has_next_page": true,
    "items": [
      {
        "id": "1087490",
        "slug": "openai-o3",
        "name": "OpenAI o3",
        "tagline": "A reasoning model",
        "daily_rank": 1,
        "comments_count": 12
      }
    ]
  }
}