Playground

Search for products, users, or launches on Product Hunt API playground

Performs a full-text Product Hunt search and returns matching products, users, or launches.

GETapiKey3 credits/requestproducthunt.searchResponseDoc

Selected endpoint

GET /producthunt/search

Performs a full-text Product Hunt search and returns matching products, users, or launches.

Group
ProductHunt
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
0
Query parameters
5
Body parameters
0
GETapiKey3 credits/requestsearchResponseDoc

Search for products, users, or launches on Product Hunt

Performs a full-text Product Hunt search and returns matching products, users, or launches.

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

Set up API key

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": {
    "edges": [
      {
        "node": {
          "id": "1050265",
          "name": "HeroUI Chat",
          "tagline": "Build and ship beautiful UIs with AI and HeroUI",
          "slug": "heroui-chat",
          "reviewsRating": 4.8,
          "reviewsCount": 5
        }
      }
    ],
    "pageInfo": {
      "page": 1,
      "hasPreviousPage": false,
      "hasNextPage": true
    },
    "pagesCount": 394
  }
}