Asics Gel-resolution X Padel Stone Wash Orange Glow (women's) - Uk 3
£440
Product data
Structured sporting goods product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the sporting goods catalog — titles, images, and prices the API returns today.
Asics Gel-resolution X Padel Stone Wash Orange Glow (women's) - Uk 3
£440
Veja Campo Leather Trainers, White/silver/vio, 8
£125
John Lewis Classic Seersucker Swim Shorts, Pink
£29
Nike Lebron Witness 9 Game Royal White Uk 3
£7
Spikepaddle Kit
$60
Men's Father's Day Polo
$40
Sticker | Dive Flag | Manready Mercantile
$3
Kids Short Sleeve Rash Guard
$25
Ovo X Callaway Chrome Soft Dozen Golf Balls 12 Packs White
£5
Balenciaga Logo Swim Shirt Red
£435
Zecto Drive 250+ / Zecto Drive 200+ Pair
$85
Alpine Gore‑tex 3l Shell Pants Women
€600
One endpoint
The same search used in the demo above. Pass category_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": "sporting goods and fitness equipment",
"filters": {
"category_ids": [
"8hm"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="sporting goods and fitness equipment",
filters={"category_ids": ["8hm"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "sporting goods and fitness equipment",
filters: {
category_ids: ["8hm"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull sporting goods into agents, search, and affiliate flows.