Rebel Orange Terry Cloth Robe
Product data
Disney
Structured Disney product data for search, recommendations, and AI shopping agents.
What Disney can I help you find?
In the catalog
Sample Disney products
A live slice of the Disney catalog — titles, images, and prices the API returns today.
Disney Minnie Mouse & Daisy Duck 100% Cotton Duvet Cover And Pillowcase Set
Artificial Plant In Disney Bambi Plant Pot
Minnie Mouse Comforter Set
Mickey Mono Duvet Cover And Pillowcase Set
Mickey Mono 3d Head Cushion
Disney Mickey And Friends Toddler Girl 1pc Minnie Floral Allover Print Bowknot Smocked Sundress Green - 2 Years
Disney Frozen Fleece Throw
Disney Princess Toddler Girl 2pcs Moana Cosplay Long-sleeve Cardigan And Dresses Set Orange - 3 Years
Disney Mickey Mouse Shaped Candlestick Holders
Set Of 2 Artificial Succulents In Disney Bambi Plant Pots
Pawsome Paws Boutique Disney Winnie And Friends Dog Blanket
One endpoint
Filter Disney 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": "Disney products",
"filters": {
"brand_ids": [
"8jHA"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Disney products",
filters={"brand_ids": ["8jHA"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Disney products",
filters: {
brand_ids: ["8jHA"],
},
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 Disney into agents, search, and commission-earning flows.
For Disney
Do you work at Disney?
Channel3 is the product graph AI shopping apps plug into. Join it once and Disney's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.