Trending products, launch details, and maker profiles.
IdentitySign in to use your identities on this site.
Launch Comments
ASYNCREADAuth optional
Comment threads for a launch by slug or URL. Returns top-level comments and their nested replies — each with author, body, timestamp, vote count, and permalink. Cursor-paginated.
ParametersFormJSON
Launch slug, e.g. 'kilo-code-v7-for-vs-code'. Comes from ph_trending posts[].slug. Either slug or post_url is required.
Full Product Hunt launch URL. Alternative to slug.
Comment sort order. Product Hunt currently only supports 'VOTES'.
Opaque pagination cursor — pass the next_cursor from a prior call to fetch the next page.
Top-level comments per page (1-50). Default 10.
Auth · optional
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "ph_get_launch_comments", "params": { "slug": "kilo-code-v7-for-vs-code", "order": "VOTES", "limit": "10" } }'