The Fan-brand Nascar 17.5" Modern Disc Wall Clock Multicolor
$65
Product data
Structured The Fan-Brand product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the The Fan-Brand catalog โ titles, images, and prices the API returns today.
The Fan-brand Nascar 17.5" Modern Disc Wall Clock Multicolor
$65
Chicago Cubs 27" X 19" Dry Erase Wall Sign
$107
Ryan Blaney 17.5" X 31" Dry Erase Note Board - Multicolor
$75
Texas Rangers Framed Dry Erase Wall Sign
$100
Vanderbilt University Barrel Top Chalkboard
$80
University Of North Carolina Barrel Top Chalkboard
$80
The Fan-brand Wake Forest University Barrel Top Chalkboard
$80
University Of Houston Cork Note Board
$68
University Of Florida Barrel Top Mirrored Sign
$70
Wichita State University Edge Glow Pool Table Light
$400
Kansas State University Faux Barrel Top Clock
$80
University Of Florida Bottle Cap Clock
$50
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": "The Fan-Brand products",
"filters": {
"brand_ids": [
"kAaN"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="The Fan-Brand products",
filters={"brand_ids": ["kAaN"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "The Fan-Brand products",
filters: {
brand_ids: ["kAaN"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull The Fan-Brand into agents, search, and affiliate flows.
For The Fan-Brand
Channel3 can help The Fan-Brand show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.