Channel3 Logo

TG logoTG product data API

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

Agentic commerce demo

Try a TG-only AI shopping agent

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

Do you work at TG?

Looking to drive more AI sales? Channel3 can help TG 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 TG products.

Find any TG 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": "TG products",
  "filters": {
    "brand_ids": [
      "z7X8"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const products = await client.search.perform({
  query: "TG products",
  filters: {
    brand_ids: ["z7X8"],
  },
  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 TG products

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

Imaginary World - 46"x46" | 117x117 Cm/stretched + Gold Frame
TG
Imaginary World - 46"x46" | 117x117 Cm/stretched + Gold Frame
$1,420
Shake Line - 114"x87" | 290x221 Cm/stretched + Silver Frame
TG
Shake Line - 114"x87" | 290x221 Cm/stretched + Silver Frame
$5,083
Geometric Intrigue - 26"x26" | 66x66 Cm/stretched + Gold Frame
TG
Geometric Intrigue - 26"x26" | 66x66 Cm/stretched + Gold Frame
$555
Wide Black And White Painting Rotation - 36"x72" | 91x183 Cm/stretched + Gold Frame
TG
Wide Black And White Painting Rotation - 36"x72" | 91x183 Cm/stretched + Gold Frame
$1,580
Elevated City #2
TG
Elevated City #2
$3,527
Hypnosis - 114"x114" | 290x290 Cm/stretched + Black Frame
TG
Hypnosis - 114"x114" | 290x290 Cm/stretched + Black Frame
$12,101
Fascination - 80"x80" | 203x203 Cm/stretched
TG
Fascination - 80"x80" | 203x203 Cm/stretched
$2,645
Grey Angel - 46"x46" | 117x117 Cm/unstretched
TG
Grey Angel - 46"x46" | 117x117 Cm/unstretched
$616
Two Pelicans - 50"x50" | 127x127 Cm/stretched + White Frame
TG
Two Pelicans - 50"x50" | 127x127 Cm/stretched + White Frame
$1,580
Fragile Line - 26"x26" | 66x66 Cm/stretched + Black Frame
TG
Fragile Line - 26"x26" | 66x66 Cm/stretched + Black Frame
$555
Corrida Style 60"x60" - Stretched + Silver Frame
TG
Corrida Style 60"x60" - Stretched + Silver Frame
$1,979
Golden Live Line - 40"x40" | 102x102 Cm/stretched + Gold Frame
TG
Golden Live Line - 40"x40" | 102x102 Cm/stretched + Gold Frame
$965
Dinamic Duo - 114"x114" | 290x290 Cm/stretched
TG
Dinamic Duo - 114"x114" | 290x290 Cm/stretched
$9,367
Urban Silence - 46"x46" | 117x117 Cm/stretched + Black Frame
TG
Urban Silence - 46"x46" | 117x117 Cm/stretched + Black Frame
$1,420
Elevated City #2 - 114"x114" | 290x290 Cm/stretched + Black Frame
TG
Elevated City #2 - 114"x114" | 290x290 Cm/stretched + Black Frame
$12,101
Tranquility - 100"x100" | 254x254 Cm/unstretched
TG
Tranquility - 100"x100" | 254x254 Cm/unstretched
$2,882
Sea Foam - 80"x80" | 203x203 Cm/stretched + Silver Frame
TG
Sea Foam - 80"x80" | 203x203 Cm/stretched + Silver Frame
$3,527
Surreal Expressions - 100"x100" | 254x254 Cm/stretched + Gold Frame
TG
Surreal Expressions - 100"x100" | 254x254 Cm/stretched + Gold Frame
$8,596
District - 114"x114" | 290x290 Cm/stretched + Black Frame
TG
District - 114"x114" | 290x290 Cm/stretched + Black Frame
$12,101
Ancient Signs - 2p 26"x52" | 2p 66x132 Cm/unstretched
TG
Ancient Signs - 2p 26"x52" | 2p 66x132 Cm/unstretched
$518
Loop Of Infinity - 48"x72" | 122x183 Cm/stretched
TG
Loop Of Infinity - 48"x72" | 122x183 Cm/stretched
$1,534
Serenity - 100"x100" | 254x254 Cm/stretched + Black Frame
TG
Serenity - 100"x100" | 254x254 Cm/stretched + Black Frame
$8,596
Hypnosis - 46"x46" | 117x117 Cm/stretched + Black Frame
TG
Hypnosis - 46"x46" | 117x117 Cm/stretched + Black Frame
$1,420
Black Modern Wall Art Boiling Night - 60"x46" | 152x117 Cm/stretched + Silver Frame
TG
Black Modern Wall Art Boiling Night - 60"x46" | 152x117 Cm/stretched + Silver Frame
$1,680

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": "TG sample product",
      "brand": {
        "name": "TG"
      },
      "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 TG 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 TG 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