Back to library
ProductHunt Product Info API
Retrieve product data from ProductHunt, including tagline, categories, screenshots, reviews rating, and social links.
Degraded1 credit = 1 requestGET/v2/producthunt/product/info
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/producthunt/product/info' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"id": "111772",
"logo": "https://ph-files.imgix.net/01cca4e0-cc5d-4b42-931e-c76756e76f07.jpeg",
"name": "Miro",
"slug": "miro",
"tagline": "The visual collaboration platform for every team",
"categories": [
{
"id": "46",
"name": "Productivity"
}
],
"description": "Miro enables you to engage all your collocated, distributed, or remote teams across formats, tools, channels, and time zones, without the constraints of physical location, meeting space, and whiteboards.",
"posts_count": 25,
"screenshots": [
"https://ph-files.imgix.net/b8d40ef8-32f7-474f-90b9-b29801ae04a5.jpeg",
"https://ph-files.imgix.net/7718a5c1-a635-4804-a605-4543f506e77a.png"
],
"pricing_type": null,
"social_links": {
"website": "https://miro.com/"
},
"reviews_rating": 4.85,
"reviewers_count": 342
}Integrations
Integrate ProductHunt Product Info with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/producthunt/product/info
Status
Degraded
Collections