Channel3 Logo

Legacy Studios logoLegacy Studios product data API

Structured Legacy Studios product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Legacy Studios-only AI shopping agent

This demo uses a constant Legacy Studios filter and tells the assistant it represents Legacy Studios only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at Legacy Studios?

Looking to drive more AI sales? Channel3 can help Legacy Studios surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Legacy Studios products.

Find any Legacy Studios product with one easy endpoint

Start with 1,000 free searches every 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()

products = client.search.perform(
    query="Legacy Studios products",
    filters={"brand_ids": ["VesU"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "Legacy Studios products",
  filters: {
    brand_ids: ["VesU"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample Legacy Studios products

A preview of the products available through the Channel3 Legacy Studios product data API.

Flexzilla Legacy 3/8" X 2' Whip Hose (hfz3802yw2b)
Flexzilla
Flexzilla Legacy 3/8" X 2' Whip Hose (hfz3802yw2b)
$9
Unsolved Case: Killer Popularity Ce
Legacy Studios
Unsolved Case: Killer Popularity Ce
$13
Surmen Legacy Powder Isopods Live Feed Reptile Food, 10 Count, Orange
Legacy Studios
Surmen Legacy Powder Isopods Live Feed Reptile Food, 10 Count, Orange
$0
Gutloaded Mealworms Live Feed Reptile Food, 3/4 To 1-in
Legacy Studios
Gutloaded Mealworms Live Feed Reptile Food, 3/4 To 1-in
$0
Gutloaded Banded Crickets Live Feed Reptile Food
Legacy Studios
Gutloaded Banded Crickets Live Feed Reptile Food
$0
Kingston X Back Side Chair (set Of 2)
Legacy Studios
Kingston X Back Side Chair (set Of 2)
$532
Kingston Nightstand
Legacy Studios
Kingston Nightstand
$527
Legacy Classic Furniture Beckett Open Nightstand 1661-3101
Legacy Studios
Legacy Classic Furniture Beckett Open Nightstand 1661-3101
$380
Lake House Complete Twin Over Bunk Bed - Twin
Legacy Studios
Lake House Complete Twin Over Bunk Bed - Twin
$1,548
Complete Twin Over Full Bunk Bed
Legacy Studios
Complete Twin Over Full Bunk Bed
$1,951
Canterbury Complete Sleigh Bed, Full
Legacy Studios
Canterbury Complete Sleigh Bed, Full
$1,241
Coming Home Dreamer Desk Set (wheat)
Legacy Studios
Coming Home Dreamer Desk Set (wheat)
$669
Bliss Panel Bed
Legacy Studios
Bliss Panel Bed
$1,081
Halifax Upholstered Platform Bed
Legacy Studios
Halifax Upholstered Platform Bed
$1,046
Kingston Storage Bedroom Set (tweed Gray)
Legacy Studios
Kingston Storage Bedroom Set (tweed Gray)
$1,921
Kingston Round Dining Room Set W/ X-back Chairs (dark Sable)
Legacy Studios
Kingston Round Dining Room Set W/ X-back Chairs (dark Sable)
$1,789
Cottage Park Spindle Bed
Legacy Studios
Cottage Park Spindle Bed
$999
Preston Panel Bedroom Set
Legacy Studios
Preston Panel Bedroom Set
$1,092
Midland Home Office Armoire
Legacy Studios
Midland Home Office Armoire
$1,589
Kingston Open Nightstand (tweed Gray)
Legacy Studios
Kingston Open Nightstand (tweed Gray)
$621
Kingston Lift Top Cocktail Table (dark Sable)
Legacy Studios
Kingston Lift Top Cocktail Table (dark Sable)
$819
Union Square 6-piece Corner Home Office Set (ivory)
Legacy Studios
Union Square 6-piece Corner Home Office Set (ivory)
$3,755
Cottage Park Poster Bedroom Set
Legacy Studios
Cottage Park Poster Bedroom Set
$1,579
Miramar Glass Top Cocktail Table (oyster)
Legacy Studios
Miramar Glass Top Cocktail Table (oyster)
$719

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "Legacy Studios sample product",
      "brand": {
        "name": "Legacy Studios"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find Legacy Studios product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with Legacy Studios product data

Start with 1,000 free searches every month. No credit card required.

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3