Chess.com Branded Mask - White Mask - Chess.com Multiple Pawns Logo
$5
Product data
Structured Chess.com product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Chess.com catalog โ titles, images, and prices the API returns today.
Chess.com Branded Mask - White Mask - Chess.com Multiple Pawns Logo
$5
Chess.com Standard Chess Set Combination - Triple Weighted Regulation Pieces | Vinyl Chess Board | Standard Bag
$26
Chesscom New Black Polo-mens-black-extra Large (xl)
$30
Chess.com Pawn Logo T-shirt - Medium (m)/black
$25
Chess.com Standard Chess Bag
$8
Chess.com Full Logo T-shirt - Triple Extra Large (xxxl) - Add $3/team Purple
$28
Chess.com Pawn Logo T-shirt Xl Orange
$25
Chess.com Full Logo T-shirt - Double Extra Large (xxl) - Add $2/team Purple
$25
Chess.com Pawn Logo T-shirt
$25
Chess.com Small Logo Women's T-shirt Xl Black
$28
Chess.com Standard Chess Set Combination - Single Weighted Regulation Pieces | Vinyl Chess Board | Standard Bag
$22
Chess.com Small Logo Women's T-shirt - Extra Large (xl)/red Tri-blend
$28
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": "Chess.com products",
"filters": {
"brand_ids": [
"uJwI"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Chess.com products",
filters={"brand_ids": ["uJwI"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Chess.com products",
filters: {
brand_ids: ["uJwI"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Chess.com into agents, search, and affiliate flows.
For Chess.com
Channel3 can help Chess.com show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.