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 detailed reviews API Playground
Returns detailed review items for a Product Hunt product.
GETapiKey3 credits/requestproducthunt.reviewsResponseDocProductHunt
Endpoint details
Returns detailed review items for a Product Hunt product.
- Method
- GET
- Path
- /producthunt/product/{id}/reviews
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- ProductHunt
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
codedatadata.connectiondata.detailed_reviewdata.detailed_reviews_countdata.end_cursordata.founder_detailed_reviews_countdata.has_next_pagedata.is_makerdata.is_trasheddata.itemsdata.items[].alternative_products
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"product_id": "1191613",
"slug": "clico",
"connection": "authoredDetailedReviews",
"total_count": 6,
"end_cursor": "Ng",
"has_next_page": false
}
}cURL example
curl "https://api.crawlora.net/api/v1/producthunt/product/<id>/reviews" \
-H "x-api-key: <api-key>"