Trim Denim Shorts, Rinsed Indigo
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.
Channel Tee, Dull Mint
Perspective Tee, Sand
Earth Tee, Sand
Abseil Boardshorts, Sky / White
Saw Blade Pullover Hood, Black
Track Shorts, Brown
Newcomer Pullover Hood, Ash
Scorpion Beanie, Brown
Newcomer Reversible Knit Sweater, Grass
Collapsable Record Crate, Sage
Express Side Bag, Army
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
- 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": "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 commission-earning flows.
For Butter Goods
Do you work at Butter Goods?
Channel3 is the product graph AI shopping apps plug into. Join it once and Butter Goods's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.