Logo Brands San Francisco Giants 34oz. Native Quencher Bottle Multicolor
$40
Product data
Structured San Francisco Giants product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the San Francisco Giants catalog — titles, images, and prices the API returns today.
Logo Brands San Francisco Giants 34oz. Native Quencher Bottle Multicolor
$40
San Francisco Giants Plushie Mascot Pillow
$35
40oz Retro Graphics Colossus Travel Mug
$40
San Francisco Giants Team Logo 16oz. Laser Etched Jump Mug
$30
Cream San Francisco Giants Montana Hacci Knit Romper Overalls
$60
Pink San Francisco Giants Gardenia Clean Up Adjustable Hat
$34
Black San Francisco Giants Rally Cropped Drop Shoulder Crewneck Sweatshirt
$81
San Francisco Giants Tribute Polo
$54
Heather Gray San Francisco Giants Raw Edge Raglan Long Sleeve Baseball T-shirt
$36
Charcoal San Francisco Giants America's Pastime Tri-blend T-shirt
$32
White Love Wins T-shirt
$31
San Francisco Giants Adventure Folding Utility Wagon
$319
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": "San Francisco Giants products",
"filters": {
"brand_ids": [
"ZDWW"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="San Francisco Giants products",
filters={"brand_ids": ["ZDWW"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "San Francisco Giants products",
filters: {
brand_ids: ["ZDWW"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull San Francisco Giants into agents, search, and commission-earning flows.
For San Francisco Giants
Channel3 is the product graph AI shopping apps plug into. Join it once and San Francisco Giants's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.