Dolce & Gabbana Men Classic Pants
Product data
D&G
Structured D&G product data for search, recommendations, and AI shopping agents.
What D&G can I help you find?
In the catalog
Sample D&G products
A live slice of the D&G catalog — titles, images, and prices the API returns today.
D&g Leather Blazer
$113
D&g Floral Print Mini Dress
$83
Jersey T-shirt With Dolce&gabbana Logo
Linen Shorts
Linen Shorts
Cotton T-shirt With Branded Tag
Embroidered Silk Jogging Shorts
D&g Vintage 2000's Sweater
$44
D&g Leather Crystal Embellishments Sandals
$73
D&g Vintage 2000's Top
$96
D&g Vintage 2000's Jacket
$73
One endpoint
Filter D&G with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Commission-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "D&G products",
"filters": {
"brand_ids": [
"9oGb"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="D&G products",
filters={"brand_ids": ["9oGb"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "D&G products",
filters: {
brand_ids: ["9oGb"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull D&G into agents, search, and commission-earning flows.
For D&G
Do you work at D&G?
Channel3 is the product graph AI shopping apps plug into. Join it once and D&G's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.