Channel3 Logo

Jean Dousset logoJean Dousset product data API

Structured Jean Dousset product data for developers building search, recommendations, and AI shopping agents. Earn up to 7% on sales.

16,750 products
Sample prices $1,400–$16,500
Up to 7%affiliate rate

Agentic commerce demo

Try a Jean Dousset-only AI shopping agent

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

Do you work at Jean Dousset?

Looking to drive more AI sales? Channel3 can help Jean Dousset 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 Jean Dousset products.

Find any Jean Dousset 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": "Jean Dousset products",
  "filters": {
    "brand_ids": [
      "kmvl"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const products = await client.search.perform({
  query: "Jean Dousset products",
  filters: {
    brand_ids: ["kmvl"],
  },
  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 Jean Dousset products

A preview of the products available through the Channel3 Jean Dousset product data API.

Diamond 2508228669
Jean Dousset
Diamond 2508228669
$5,600
Diamond 6492264907
Jean Dousset
Diamond 6492264907
$7,300
Diamond 5533251135
Jean Dousset
Diamond 5533251135
$15,600
Diamond 2235005830
Jean Dousset
Diamond 2235005830
$11,800
Diamond 3515600618
Jean Dousset
Diamond 3515600618
$2,500
Diamond 6522698576
Jean Dousset
Diamond 6522698576
$15,900
Diamond 2507731523
Jean Dousset
Diamond 2507731523
$6,500
Diamond 1523930022
Jean Dousset
Diamond 1523930022
$1,500
Diamond 6501727612
Jean Dousset
Diamond 6501727612
$11,100
Diamond 6525230070
Jean Dousset
Diamond 6525230070
$1,400
Diamond 6432377907
Jean Dousset
Diamond 6432377907
$1,700
Diamond 3535322988
Jean Dousset
Diamond 3535322988
$3,800
Diamond 6512916611
Jean Dousset
Diamond 6512916611
$14,500
Diamond 1533728126
Jean Dousset
Diamond 1533728126
$5,600
Diamond 7496642610
Jean Dousset
Diamond 7496642610
$1,500
Diamond 6501649611
Jean Dousset
Diamond 6501649611
$16,500
Diamond 2536203102
Jean Dousset
Diamond 2536203102
$16,500
Diamond 2235654134
Jean Dousset
Diamond 2235654134
$4,800
Diamond 5496967824
Jean Dousset
Diamond 5496967824
$9,700
Diamond 3525827886
Jean Dousset
Diamond 3525827886
$5,300
Diamond 2538724192
Jean Dousset
Diamond 2538724192
$9,900
Diamond 6535629018
Jean Dousset
Diamond 6535629018
$6,100
Diamond 6532434953
Jean Dousset
Diamond 6532434953
$6,700
Diamond 6511767841
Jean Dousset
Diamond 6511767841
$6,500

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": "Jean Dousset sample product",
      "brand": {
        "name": "Jean Dousset"
      },
      "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 Jean Dousset 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 Jean Dousset 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