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 makers API Playground
Returns maker items for a Product Hunt product.
GETapiKey2 credits/requestproducthunt.makersResponseDocProductHunt
Endpoint details
Returns maker items for a Product Hunt product.
- Method
- GET
- Path
- /producthunt/product/{id}/makers
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- ProductHunt
- Parameters
- 3 documented fields
Request parameters
id:pathcursor:queryx-api-key:header
Response schema fields
codedatadata.can_claimdata.connectiondata.end_cursordata.has_next_pagedata.is_claimeddata.is_trasheddata.itemsdata.items[].avatar_urldata.items[].followers_countdata.items[].headline
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"product_id": "1191613",
"slug": "clico",
"connection": "makers",
"total_count": 3,
"end_cursor": "Mw",
"has_next_page": false
}
}cURL example
curl "https://api.crawlora.net/api/v1/producthunt/product/<id>/makers" \
-H "x-api-key: <api-key>"