Playground

Retrieve Product Hunt category products API playground

Returns the paginated category listing payload for a Product Hunt category slug.

GETapiKey2 credits/requestproducthunt.categoryProductsResponseDoc

Selected endpoint

GET /producthunt/category/{slug}/products

Returns the paginated category listing payload for a Product Hunt category slug.

Group
ProductHunt
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
5
Body parameters
0
GETapiKey2 credits/requestcategoryProductsResponseDoc

Retrieve Product Hunt category products

Returns the paginated category listing payload for a Product Hunt category slug.

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

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "1585",
    "slug": "vibe-coding",
    "path": "/categories/vibe-coding",
    "name": "Vibe Coding Tools",
    "featured_only": true,
    "order": "highest_rated",
    "page": 1,
    "page_size": 15,
    "ai_summary": "In this set, the strongest split is between code-first assistants, full-stack app generators, and design-led prototyping...",
    "category_tags": [
      {
        "name": "artificial intelligence",
        "count": 60
      }
    ],
    "total_count": 79,
    "end_cursor": "MTU",
    "has_previous_page": false,
    "has_next_page": true,
    "items": [
      {
        "id": "597151",
        "slug": "cursor",
        "name": "Cursor",
        "tagline": "The AI Code Editor",
        "reviews_rating": 4.96,
        "reviews_count": 826,
        "followers_count": 40383,
        "latest_launch": {
          "id": "1102589",
          "scheduled_at": "2026-03-20T00:01:00-07:00"
        },
        "categories": [
          {
            "id": "75",
            "name": "Code editors",
            "path": "/categories/code-editors",
            "slug": "code-editors"
          }
        ]
      }
    ]
  }
}