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
Santa Cruz Big Denim Shorts In Acid Wash Black
£21
Santa Cruz Ufo Big Embroidered Detail Denim Shorts In Washed Black
£42
Santa Cruz Heavyweight Loose Fit T‑shirt With Graphic Print In Blue
£27
Santa Cruz 29" Paradise Break Cruiser Skateboard Complete
$90
Santa Cruz Offshore T‑shirt In White With Chest And Back Print
£17
Apex Shirt Chemise À Manches Longues Pour Hommes Santa Cruz
€85
Script Logo Cotton Fleece Hoodie
$99
Santa Cruz Classic Label Regular Fit Gilet In Light Grey
£42
Ultracruz Flax Oil Blend Skin, Coat & Hoof Care Liquid Horse Supplement, 1-gal, 4 Count
$95
Santa Cruz Wide Leg Balloon Trousers In Khaki
£67
Sac À Dos Sabre Skatepack Pour Hommes Noir
€115
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 commission-earning flows.
For Santa Cruz
Channel3 is the product graph AI shopping apps plug into. Join it once and Santa Cruz's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.