Logoart Sterling Silver San Diego Padres Tag Pendant
$125
Product data
Structured LogoArt product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the LogoArt catalog — titles, images, and prices the API returns today.
Logoart Sterling Silver San Diego Padres Tag Pendant
$125
Logoart Montreal Canadiens Sterling Silver Small Logo Pendant Necklace
$225
Clemson Tigers Women's Stainless Steel Color Bracelet
$80
Logoart Calgary Flames 10k Gold Small Pendant Necklace
$1,650
Logoart Sterling Silver Georgia Enamel Tag Pendant
$80
Logoart 10k Gold Chicago Cubs Small Walking Bear Pendant
$380
Minnesota Wild Mini Logo Stud Earrings
$760
Logoart Detroit Red Wings 10k Gold Large Pendant
$800
Women's Washington Nationals Gold-plated Sterling Silver Extra-small Pendant
$26
Logoart Sterling Silver Enamel Toronoto Maple Leafs Tag Pendant
$80
Logoart Sterling Silver Chicago White Sox Tag Pendant
$125
10k Gold Minnesota Wild Small Stud Earrings
$840
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": "LogoArt products",
"filters": {
"brand_ids": [
"nBkj"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="LogoArt products",
filters={"brand_ids": ["nBkj"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "LogoArt products",
filters: {
brand_ids: ["nBkj"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull LogoArt into agents, search, and commission-earning flows.
For LogoArt
Channel3 is the product graph AI shopping apps plug into. Join it once and LogoArt's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.