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

Choose one catalog endpoint for this request.

11 shown
GETapiKey2 credits/requestproducthunt.productResponseDocProductHunt
GET /producthunt/product/{id}

Retrieve Product Hunt product details

Returns the core Product Hunt product details.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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
  }
}

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>"