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 alternatives API Playground
Returns paginated alternatives, tags, and related discussions for a Product Hunt product.
GETapiKey2 credits/requestproducthunt.alternativesResponseDocProductHunt
Endpoint details
Returns paginated alternatives, tags, and related discussions for a Product Hunt product.
- Method
- GET
- Path
- /producthunt/product/{id}/alternatives
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- ProductHunt
- Parameters
- 6 documented fields
Request parameters
id:pathfirst:querycursor:queryorder:querytags:queryx-api-key:header
Response schema fields
codedatadata.alternative_tagsdata.alternative_tags[].countdata.alternative_tags[].namedata.alternatives_markdown_descriptiondata.categoriesdata.discussionsdata.discussions[].comments_countdata.discussions[].created_atdata.discussions[].description_previewdata.discussions[].has_voted
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"product_id": "1191613",
"slug": "clico",
"name": "Clico",
"followers_count": 577,
"categories": [
"Writing assistants"
],
"alternative_tags": [
{
"name": "chrome extension",
"count": 24
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/producthunt/product/<id>/alternatives" \
-H "x-api-key: <api-key>"