Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Product Hunt product details API Playground
Returns the core Product Hunt product details.
GETapiKey2 credits/requestproducthunt.productResponseDocProductHunt
Endpoint details
Returns the core Product Hunt product details.
- Method
- GET
- Path
- /producthunt/product/{id}
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- ProductHunt
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
codedatadata.categoriesdata.daily_rankdata.date_publisheddata.descriptiondata.followers_countdata.iddata.monthly_rankdata.namedata.ratingdata.review_count
Sample response summary
{
"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 templa...",
"rating": 4.8,
"review_count": 38
}
}cURL example
curl "https://api.crawlora.net/api/v1/producthunt/product/<id>" \
-H "x-api-key: <api-key>"