Channel3 Logo

Calvin Klein logoCalvin Klein product data API

Structured Calvin Klein product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Calvin Klein-only AI shopping agent

This demo uses a constant Calvin Klein filter and tells the assistant it represents Calvin Klein only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at Calvin Klein?

Looking to drive more AI sales? Channel3 can help Calvin Klein surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Calvin Klein products.

Find any Calvin Klein product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "Calvin Klein products",
  "filters": {
    "brand_ids": [
      "zvjD"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="Calvin Klein products",
    filters={"brand_ids": ["zvjD"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "Calvin Klein products",
  filters: {
    brand_ids: ["zvjD"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample Calvin Klein products

A preview of the products available through the Channel3 Calvin Klein product data API.

Essentials Swim Shorts
Calvin Klein
Essentials Swim Shorts
£24
Calvin Klein Architectura 5'3" X 7'3" Area Rug
Calvin Klein
Calvin Klein Architectura 5'3" X 7'3" Area Rug
$925
Chaussures Pour Femmes Le Beatrici A5146_vintage_lame_rosa
Le Beatrici
Chaussures Pour Femmes Le Beatrici A5146_vintage_lame_rosa
€94
Calvin Klein Ck22125td Rectangle Glasses
Calvin Klein
Calvin Klein Ck22125td Rectangle Glasses
£123
Calvin Klein Golf Bullet Stretch Trousers - 34w L/steel
Calvin Klein
Calvin Klein Golf Bullet Stretch Trousers - 34w L/steel
£53
Calvin Klein Jeans Label Logo Polo In Black
Calvin Klein
Calvin Klein Jeans Label Logo Polo In Black
$101
Calvin Klein Bra
Calvin Klein
Calvin Klein Bra
$12
Calvin Klein Women Viscose Twill Pull On Wide Leg Pant In Green
Calvin Klein
Calvin Klein Women Viscose Twill Pull On Wide Leg Pant In Green
A$199
Calvin Klein 1996 Plunge Bra - Black
Calvin Klein
Calvin Klein 1996 Plunge Bra - Black
£27
Calvin Klein Lace Brief - Gingerbread
Calvin Klein
Calvin Klein Lace Brief - Gingerbread
$6
Calvin Klein Ck21524 - Black
Calvin Klein
Calvin Klein Ck21524 - Black
$55
Calvin Klein Golf G Slvls Polo - Popprnt
Calvin Klein
Calvin Klein Golf G Slvls Polo - Popprnt
$18
Eternity Type For Men - 8 Ounce Dry Body Oil
Calvin Klein
Eternity Type For Men - 8 Ounce Dry Body Oil
$38
Calvin Klein Eyeglasses
Calvin Klein
Calvin Klein Eyeglasses
$141
Calvin Klein Lace Brazilian Briefs - White
Calvin Klein
Calvin Klein Lace Brazilian Briefs - White
$7
Sl0054-ll0018-br490 Lemaire
Lemaire
Sl0054-ll0018-br490 Lemaire
€370
Calvin Klein Golf Cropped Relaxed Fit Drop Shoulder Hoodie
Calvin Klein
Calvin Klein Golf Cropped Relaxed Fit Drop Shoulder Hoodie
$30
Confidence Women's Watch, 32mm
Calvin Klein
Confidence Women's Watch, 32mm
$79
Calvin Klein Instinct Bodysuit In Black
Calvin Klein
Calvin Klein Instinct Bodysuit In Black
A$188
Calvin Klein Ck25111s
Calvin Klein
Calvin Klein Ck25111s
$113
Calvin Klein Tshirt Celeste Xxl
Calvin Klein
Calvin Klein Tshirt Celeste Xxl
€24
Washed Monologo Cardigan
Calvin Klein
Washed Monologo Cardigan
£42
Calvin Klein Women Eyeglasses Ck20126 Rose Gold Round/aviator Metal 51-21-145
Calvin Klein
Calvin Klein Women Eyeglasses Ck20126 Rose Gold Round/aviator Metal 51-21-145
$39
Calvin Klein Trainer Sock 3pk - Denim
Calvin Klein
Calvin Klein Trainer Sock 3pk - Denim
$18

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "Calvin Klein sample product",
      "brand": {
        "name": "Calvin Klein"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find Calvin Klein product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with Calvin Klein product data

Start with 1,000 free searches every month. No credit card required.

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3