Get Post
get_postGet full details for a single Product Hunt launch by its slug — description, makers, topics, and vote/comment counts. Use after top_launches to dig into a specific new product / startup launch. Example: get_post({ slug: "notion" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The Product Hunt post slug (e.g. "notion"), from a launch's url/slug. | |
| _apiKey | No | Optional — your own Product Hunt developer token for higher limits; omit to use the shared Pipeworx key. |