Channel Tee, Dull Mint
Product data
Butter Goods
Structured Butter Goods product data for search, recommendations, and AI shopping agents.
What Butter Goods can I help you find?
In the catalog
Sample Butter Goods products
A live slice of the Butter Goods catalog โ titles, images, and prices the API returns today.
Trucker Denim Jacket, Washed Black
Internationale Zip-thru Hood, Fatigue
All Weather Laptop Case, Royal
Earth Tee, Sand
Abseil Boardshorts, Sky / White
Pleated Shorts, Navy
Jive S/s Shirt, Blue
Internationale Track Pants, Grey
Newcomer Pullover Hood, Ash
Footprints Pullover Hood, Charcoal
Newcomer Reversible Knit Sweater, Grass
One endpoint
Filter Butter Goods 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
- Affiliate-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": "Butter Goods products",
"filters": {
"brand_ids": [
"ydyZ"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Butter Goods products",
filters={"brand_ids": ["ydyZ"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Butter Goods products",
filters: {
brand_ids: ["ydyZ"],
},
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 Butter Goods into agents, search, and affiliate flows.
For Butter Goods
Do you work at Butter Goods?
Channel3 can help Butter Goods show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.