UGG product data API
Structured UGG product data for developers building search, recommendations, and AI shopping agents.
No credit card required.
Agentic commerce demo
Try a UGG-only AI shopping agent
This demo uses a constant UGG filter and tells the assistant it represents UGG only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.
Do you work at UGG?
Looking to drive more AI sales? Channel3 can help UGG 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 salesHello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to UGG products.
Find any UGG 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": "UGG products",
"filters": {
"brand_ids": [
"XrXX"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
products = client.search.perform(
query="UGG products",
filters={"brand_ids": ["XrXX"]},
limit=20,
)import Channel3 from "@channel3/sdk";
const client = new Channel3();
const products = await client.search.perform({
query: "UGG products",
filters: {
brand_ids: ["XrXX"],
},
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 UGG products
A preview of the products available through the Channel3 UGG product data API.