Ultracruz Fast Track Herbal Horse Liniment Spray, 16-fl Oz Bottle
$20
Product data
Structured Santa Cruz product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Santa Cruz catalog โ titles, images, and prices the API returns today.
Ultracruz Fast Track Herbal Horse Liniment Spray, 16-fl Oz Bottle
$20
Sundown Stripes 36" Drop Through Longboard Complete
$130
Cable Port Kit Stigmata 3 / Quincy 1
ยฃ30
Lower Link Kit Nomad 6
ยฃ93
Pokemon & Santa Cruz Pikachu Men's White T-shirt
$29
Winkowski Spaced Out Black T-shirt
$15
Chainguide Kit Blur 4| Hklrsl 1
$42
Nomad Gx Axs Rsv 2024 - Gloss Marigold Yellow (nomad 2024)
$6,399
Santa Cruz Heckler Sl C Gx Axs E-mountain Bike 2025
CA$12,599
Stack Bottle - Black/gold
$15
Broken Promises X Santa Cruz Flutter 39" Pintail Longboard Complete
$90
Pokemon & Santa Cruz Fire Type 1 Youth Purple T-shirt
$20
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": "Santa Cruz products",
"filters": {
"brand_ids": [
"VPD5"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Santa Cruz products",
filters={"brand_ids": ["VPD5"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Santa Cruz products",
filters: {
brand_ids: ["VPD5"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Santa Cruz into agents, search, and affiliate flows.
For Santa Cruz
Channel3 can help Santa Cruz show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.