Adidas Originals Sneaker Country Japan Cloud White/collegiate Green/crystal
$110
Product data
Structured Brain Dead product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Brain Dead catalog — titles, images, and prices the API returns today.
Adidas Originals Sneaker Country Japan Cloud White/collegiate Green/crystal
$110
Brain Dead Equipment Chalk Bag Black/green
$7
Brain Dead X Adidas Stan Smith
$150
Brain Dead X Hollywood Trading Co Studded Skinny Belt - Black
$295
Neuro Free Association T-shirt - Black
$54
Bearbrick X Grateful Dead (tanzbär) 1000 %
$565
Bearbrick Ours Dansant Grateful Dead 400% Rouge
€527
Vale Forever Motocroxxx Tee Cream
$70
Bearbrick X Grateful Dead Ours Dansants 1000% Rouge
$286
Bearbrick Grateful Dead Dancing Bears 400% Rose De La Collection
€620
Vetements Pornstar T-shirt Red Men's
$450
Figurine Bearbrick X Grateful Dead (dancing Bear) Peluche 400% Bleu
€139
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Brain Dead products",
"filters": {
"brand_ids": [
"g3DV"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Brain Dead products",
filters={"brand_ids": ["g3DV"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Brain Dead products",
filters: {
brand_ids: ["g3DV"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Brain Dead into agents, search, and commission-earning flows.
For Brain Dead
Channel3 is the product graph AI shopping apps plug into. Join it once and Brain Dead's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.