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 category details API Playground

Returns the category page payload for a Product Hunt category slug.

GETapiKey2 credits/requestproducthunt.categoryResponseDocProductHunt

Endpoint

Choose one catalog endpoint for this request.

11 shown
GETapiKey2 credits/requestproducthunt.categoryResponseDocProductHunt
GET /producthunt/category/{slug}

Retrieve Product Hunt category details

Returns the category page 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
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": "1585",
    "name": "Vibe Coding Tools",
    "description": "Vibe Coding Tools bundle AI-first editors, app builders, proxies, and Python/web stacks to speed building...",
    "slug": "vibe-coding",
    "path": "/categories/vibe-coding",
    "last_updated_at": "2026-04-27T23:10:55-07:00",
    "reviews_count": 1650,
    "meta_title": "The best vibe coding tools in 2026",
    "hero_products": [
      {
        "id": "597151",
        "name": "Cursor",
        "logo_uuid": "d2edfb12-0064-4ea2-af46-12b43bbb2842.png",
        "is_no_longer_online": false
      }
    ],
    "hero_products_count": 79,
    "parent": {
      "id": "72",
      "name": "Engineering & Development",
      "path": "/categories/engineering-development"
    },
    "recent_summary": {
      "summary": "Recent launches cluster around fast app creation, agent orchestration, and workflow glue...",
      "products": [
        {
          "id": "566141",
          "slug": "lovable",
          "name": "Lovable",
          "tagline": "The world's first AI Fullstack Engineer",
          "reviews_rating": 4.67,
          "reviews_count": 178
        }
      ]
    },
    "recent_launches_count": 79
  }
}

Endpoint details

Returns the category page payload for a Product Hunt category slug.

Method
GET
Path
/producthunt/category/{slug}
Authentication
apiKey
Credit cost
2 credits/request
Platform
ProductHunt
Parameters
2 documented fields

Request parameters

slug:pathx-api-key:header

Response schema fields

codedatadata.descriptiondata.discussionsdata.discussions[].comments_countdata.discussions[].created_atdata.discussions[].description_previewdata.discussions[].has_voteddata.discussions[].iddata.discussions[].pathdata.discussions[].pinneddata.discussions[].primary_forum

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "1585",
    "name": "Vibe Coding Tools",
    "description": "Vibe Coding Tools bundle AI-first editors, app builders, proxies, and Python/web stacks to speed building...",
    "slug": "vibe-coding",
    "path": "/categories/vibe-coding",
    "last_updated_at": "2026-04-27T23:10:55-07:00",
    "reviews_count": 1650,
    "meta_title": "The best vibe coding tools in 2026",
    "hero_products": [
      {
        "id": "597151",
        "name": "Cursor",
        "logo_uuid": "d2edfb12-0064-4ea2-af46-12b43bbb2842.png",
        "is_no_longer_online": false
      }
    ],
    "hero_products_count": 79,
    "parent": {
      "id": "72",
      "name": "Engineering & Development",
      "path": "/categories/engineering-development"
    },
    "recent_summary": {
      "summary": "Recent launches cluster around fast app creation, agent orchestration, and workflow glue...",
      "products": [
        {
          "id": "566141",
          "slug": "lovable",
          "name": "Lovable",
          "tagline": "The world's first AI Fullstack Engineer",
          "reviews_rating": 4.67,
          "reviews_count": 178
        }
      ]
    },
    "recent_launches_count": 79
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/producthunt/category/<slug>" \
  -H "x-api-key: <api-key>"