Skip to main content

Retrieve Product Hunt product details

GET 

/producthunt/product/:id

Returns the core product data, makers.

Producthunt Product in response
{
"code": 200,
"msg": "OK",
"data": {
"id": "chronicle-6",
"name": "Chronicle",
"tagline": "Stunning presentations with AI. No design skills required.",
"description": "Chronicle combines AI with taste to help you go from raw thoughts to polished presentations. Designed for serious work: Start with templates, create with AI workflows, and collaborate with your team to shape your ideas into impactful narratives.",
"rating": 4.8,
"review_count": 38,
"followers_count": 2000,
"website": "https://chroniclehq.com/",
"categories": [
"Presentation Software"
],
"date_published": "2023-03-17T14:07:46.103-07:00",
"daily_rank": 1,
"weekly_rank": 1,
"monthly_rank": 1,
"social_links": [
"https://www.instagram.com/madewithchronicle/",
"https://www.linkedin.com/company/chroniclehq",
"https://x.com/chronicle_hq"
],
"similar_products": [
{
"id": "beautiful-ai",
"name": "Beautiful.ai",
"categories": [
"Team collaboration software",
"Presentation Software"
],
"rating": 3.3,
"review_count": 20
},
{
"id": "gamma-3",
"name": "Gamma",
"categories": null,
"rating": 4.6,
"review_count": 165
},
{
"id": "pitch",
"name": "Pitch",
"categories": [
"Team collaboration software",
"Presentation Software"
],
"rating": 4.5,
"review_count": 58
},
{
"id": "slidebean",
"name": "slidebean",
"categories": [
"Presentation Software",
"Design & Creative"
],
"rating": 4.3,
"review_count": 4
},
{
"id": "mentimeter",
"name": "Mentimeter",
"categories": [
"Team collaboration software",
"Presentation Software"
],
"rating": 4.6,
"review_count": 5
}
]
}
}

Request

Responses

Wrapped product payload (map[string]any)