Kids Kansas City Chiefs Gaming Rocker
$184
Product data
Structured Kansas City Chiefs product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Kansas City Chiefs catalog — titles, images, and prices the API returns today.
Kids Kansas City Chiefs Gaming Rocker
$184
Great American Products Kansas City Chiefs 22oz. Pilsner Glass With Silicone Grip Red
$25
Kansas City Chiefs Black Accent Chair
$169
Great American Products Kansas City Chiefs 30oz. Big Slim Tumbler
$45
Evergreen Kansas City Chiefs Pvc Mat Color
$45
Kansas City Chiefs Spot It! Card Game
$15
Red Kansas City Chiefs Wink Dot Satin Jacquard Sleep Set
$52
Kansas City Chiefs 15" X 15" Microfiber Towel
$13
Kansas City Chiefs Talon Featherweight Performance Hoodie
$130
Oversized Hometown Pullover Sweatshirt
$52
Evergreen Kansas City Chiefs Bi-fold Wallet
$25
Kansas City Chiefs 16" X 28" Logo Turf Mat
$32
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": "Kansas City Chiefs products",
"filters": {
"brand_ids": [
"CuhF"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Kansas City Chiefs products",
filters={"brand_ids": ["CuhF"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Kansas City Chiefs products",
filters: {
brand_ids: ["CuhF"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Kansas City Chiefs into agents, search, and commission-earning flows.
For Kansas City Chiefs
Channel3 is the product graph AI shopping apps plug into. Join it once and Kansas City Chiefs's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.