Playground

Retrieve Product Hunt product about page API playground

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

GETapiKey2 credits/requestproducthunt.aboutResponseDoc

Selected endpoint

GET /producthunt/product/{id}/about

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

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

Retrieve Product Hunt product about page

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

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": "112572",
    "page_variant_typename": "ProductPageVariantHighlightedLaunch",
    "product": {
      "id": "112572",
      "slug": "producthunt",
      "name": "Product Hunt",
      "tagline": "The place to discover your next favorite thing",
      "latest_launch": {
        "id": "1101061",
        "slug": "kitty-points-leaderboard",
        "launch_number": 120
      },
      "followers_count": 142009
    },
    "launch": {
      "id": "1101061",
      "name": "Kitty Points Leaderboard",
      "daily_rank": 3,
      "weekly_rank": 9,
      "comments_count": 52
    },
    "viewer": {
      "is_featured_post_maker": false
    },
    "ad": {
      "id": "33851",
      "name": "Littlebird",
      "tagline": "The only full-context AI"
    }
  }
}