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 about page API Playground

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

GETapiKey2 credits/requestproducthunt.aboutResponseDocProductHunt

Endpoint

Choose one catalog endpoint for this request.

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

Retrieve Product Hunt product about page

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

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": {
    "product_id": "112572",
    "page_variant_typename": "ProductPageVariantHighlightedLaunch",
    "product": {
      "id": "112572",
      "slug": "producthunt",
      "name": "Product Hunt",
      "tagline": "The place to discover your next favorite thing",
      "latest_launch": {
        "id": "1101061",
        "slug": "kitty-points-leaderboard",
        "launch_number": 120
      },
      "followers_count": 142009
    },
    "launch": {
      "id": "1101061",
      "name": "Kitty Points Leaderboard",
      "daily_rank": 3,
      "weekly_rank": 9,
      "comments_count": 52
    },
    "viewer": {
      "is_featured_post_maker": false
    },
    "ad": {
      "id": "33851",
      "name": "Littlebird",
      "tagline": "The only full-context AI"
    }
  }
}

Endpoint details

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

Method
GET
Path
/producthunt/product/{id}/about
Authentication
apiKey
Credit cost
2 credits/request
Platform
ProductHunt
Parameters
2 documented fields

Request parameters

id:pathx-api-key:header

Response schema fields

codedatadata.addata.ad.channel_kinddata.ad.iddata.ad.large_asset_uuiddata.ad.namedata.ad.small_asset_uuiddata.ad.subjectdata.ad.taglinedata.ad.thumbnail_uuiddata.ad.url

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "product_id": "112572",
    "page_variant_typename": "ProductPageVariantHighlightedLaunch",
    "product": {
      "id": "112572",
      "slug": "producthunt",
      "name": "Product Hunt",
      "tagline": "The place to discover your next favorite thing",
      "latest_launch": {
        "id": "1101061",
        "slug": "kitty-points-leaderboard",
        "launch_number": 120
      },
      "followers_count": 142009
    },
    "launch": {
      "id": "1101061",
      "name": "Kitty Points Leaderboard",
      "daily_rank": 3,
      "weekly_rank": 9,
      "comments_count": 52
    },
    "viewer": {
      "is_featured_post_maker": false
    },
    "ad": {
      "id": "33851",
      "name": "Littlebird",
      "tagline": "The only full-context AI"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/producthunt/product/<id>/about" \
  -H "x-api-key: <api-key>"