Summerland Mirror (pure White)
$399
Product data
Structured Legacy Studios product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Legacy Studios catalog — titles, images, and prices the API returns today.
Summerland Mirror (pure White)
$399
Staycation Panel Bedroom Set (driftwood)
$1,249
Italian Carved Giltwood Mirror
$22,000
Pair Of Italian Inlaid Walnut Side Chests
$7,800
Modern Murano Fume And Gold Twist Glass Mirror
$7,800
Vintage Swedish Painted Chest
$3,850
Pair Of Modern Murano Gilt Brass And White Glass Ball Form Sconces
$3,450
19th Century Northern Italian Parquetry Inlaid Walnut Commode
$8,800
Pair Of German Hand-painted Neo Classical Bedside Tables
$7,400
19th Century French Louis Xvi Style Mirror
$7,400
Italian Carved And Giltwood Console
$6,500
19th Century English Giltwood Mirror
$2,950
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": "Legacy Studios products",
"filters": {
"brand_ids": [
"VesU"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Legacy Studios products",
filters={"brand_ids": ["VesU"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Legacy Studios products",
filters: {
brand_ids: ["VesU"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Legacy Studios into agents, search, and affiliate flows.
For Legacy Studios
Channel3 can help Legacy Studios show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.