Channel3 Logo

Dsquared2 logoDsquared2 product data API

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

9,221 products
Sample prices £55–£363

Agentic commerce demo

Try a Dsquared2-only AI shopping agent

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

Do you work at Dsquared2?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Dsquared2 D2 0024 - Horn
Dsquared2
Dsquared2 D2 0024 - Horn
£100
Dsquared2 Women's Green Butterfly Sunglasses D20137-s-4c3-54
Dsquared2
Dsquared2 Women's Green Butterfly Sunglasses D20137-s-4c3-54
£90
Dsquared2 Dq5138-52 Opticals
Dsquared2
Dsquared2 Dq5138-52 Opticals
£55
Dsquared² Multicolor Metal Glasses Women's (frames)
Dsquared2
Dsquared² Multicolor Metal Glasses Women's (frames)
£60
Icon-0010-s-fll Blue Sunglasses
Dsquared2
Icon-0010-s-fll Blue Sunglasses
£93
Dsquared2 Icon 0015/s - Palladium Orange/grey Gradient
Dsquared2
Dsquared2 Icon 0015/s - Palladium Orange/grey Gradient
£90
Dsquared2 D2 0170/s 12j Ha Brown Orange Sunglasses
Dsquared2
Dsquared2 D2 0170/s 12j Ha Brown Orange Sunglasses
$363
D2 0161/g/s 807 9o
Dsquared2
D2 0161/g/s 807 9o
$249
D2 0054 J5g
Dsquared2
D2 0054 J5g
$219
Dsquared2 D2 0019 06j Gold Havana Glasses
Dsquared2
Dsquared2 D2 0019 06j Gold Havana Glasses
$307
D2 0057 08a
Dsquared2
D2 0057 08a
$219
D2 0157 Kj1
Dsquared2
D2 0157 Kj1
$321
D2 0062/s Szj Nq
Dsquared2
D2 0062/s Szj Nq
$259
Dsquared2 D2 0010/s 086 Qt Havana Sunglasses
Dsquared2
Dsquared2 D2 0010/s 086 Qt Havana Sunglasses
$335
Dsquared2 Sunglasses Men Icon0004/s Black
Dsquared2
Dsquared2 Sunglasses Men Icon0004/s Black
A$331
D2 0042 2m2
Dsquared2
D2 0042 2m2
$229
Dsquared2 D2 0020 2ik Havana Gold Glasses
Dsquared2
Dsquared2 D2 0020 2ik Havana Gold Glasses
$239
D2 0039 V81
Dsquared2
D2 0039 V81
$307
Dsquared2 D2 0053/s 807 Ir Black Sunglasses
Dsquared2
Dsquared2 D2 0053/s 807 Ir Black Sunglasses
$307
D2 0140/s 807 Ir
Dsquared2
D2 0140/s 807 Ir
$269
D2 0048 086
Dsquared2
D2 0048 086
$209
D2 0140/s Szj 70
Dsquared2
D2 0140/s Szj 70
$269
Dsquared2 Green Wood Edt
Dsquared2
Dsquared2 Green Wood Edt
£60
Dsquared2 Men's Wayfarer Sunglasses
Dsquared2
Dsquared2 Men's Wayfarer Sunglasses
£105

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