Women's Colorado Rockies Sterling Silver Enameled Baseball Earrings
$96
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.
Women's Colorado Rockies Sterling Silver Enameled Baseball Earrings
$96
Women's Colorado Rockies Gold-plated Small Post Earrings
$120
Vancouver Canucks 14k Gold Small Logo Stud Earrings
$2,500
Calgary Flames Sterling Silver Enamel Logo Bead
$400
Calgary Flames Sterling Silver Small Pendant
$200
Vancouver Canucks Sterling Silver Large Enamel Logo Pendant
$400
Calgary Flames Sterling Silver Small Dog Tag
$450
Rhodium Over Sterling Silver Logoart University Of Georgia Heart Pendant
$88
Logoart University Of Iowa Pro Two-tone Ladies Watch
$134
Rhodium Over Sterling Silver Logoart Chi Omega Medium Pendant Necklace
$152
Logoart Sterling Silver United States Air Force Large Logo Pendant
$350
Black Bow Jewelry 14k Yellow Gold Plated Sterling Silver Texas A&m Aggies Ncaa Cuff Links
$156
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 affiliate flows.
For LogoArt
Channel3 can help LogoArt show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.