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 about page API Playground
Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.
GETapiKey2 credits/requestproducthunt.aboutResponseDocProductHunt
Endpoint details
Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.
- Method
- GET
- Path
- /producthunt/product/{id}/about
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- ProductHunt
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
codedatadata.addata.ad.channel_kinddata.ad.iddata.ad.large_asset_uuiddata.ad.namedata.ad.small_asset_uuiddata.ad.subjectdata.ad.taglinedata.ad.thumbnail_uuiddata.ad.url
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"product_id": "112572",
"page_variant_typename": "ProductPageVariantHighlightedLaunch",
"product": {
"id": "112572",
"slug": "producthunt",
"name": "Product Hunt",
"tagline": "The place to discover your next favorite thing",
"latest_launch": {
"id": "1101061",
"slug": "kitty-points-leaderboard",
"launch_number": 120
},
"followers_count": 142009
},
"launch": {
"id": "1101061",
"name": "Kitty Points Leaderboard",
"daily_rank": 3,
"weekly_rank": 9,
"comments_count": 52
},
"viewer": {
"is_featured_post_maker": false
},
"ad": {
"id": "33851",
"name": "Littlebird",
"tagline": "The only full-context AI"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/producthunt/product/<id>/about" \
-H "x-api-key: <api-key>"