Channel3 Logo

SHOPDELAGOLD logoSHOPDELAGOLD product data API

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

Agentic commerce demo

Try a SHOPDELAGOLD-only AI shopping agent

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

Do you work at SHOPDELAGOLD?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Crescent Moon Star Necklace - Pendant
SHOPDELAGOLD
Crescent Moon Star Necklace - Pendant
$250
Boxing Glove Necklace - 18 In.
SHOPDELAGOLD
Boxing Glove Necklace - 18 In.
$360
Micro Figaro Chain - 22 In.
SHOPDELAGOLD
Micro Figaro Chain - 22 In.
$390
Treasure Key Necklace
SHOPDELAGOLD
Treasure Key Necklace
$220
Hamsa Eye Necklace - 18 In.
SHOPDELAGOLD
Hamsa Eye Necklace - 18 In.
$290
Bevelled Square Signet Ring
SHOPDELAGOLD
Bevelled Square Signet Ring
$350
Labyrinth Zodiac Sign Necklace - 20 In.
SHOPDELAGOLD
Labyrinth Zodiac Sign Necklace - 20 In.
$420
Name Plate Script With Cuban Chain - 2-3 Letters - Pendant
SHOPDELAGOLD
Name Plate Script With Cuban Chain - 2-3 Letters - Pendant
$480
Dainty Butterfly Necklace - Pendant
SHOPDELAGOLD
Dainty Butterfly Necklace - Pendant
$195
Opal Labyrinth Ring - Size 5
SHOPDELAGOLD
Opal Labyrinth Ring - Size 5
$365
Diamond Cut Heart Initial Necklace - Pendant
SHOPDELAGOLD
Diamond Cut Heart Initial Necklace - Pendant
$200
Dainty Flower Earrings
SHOPDELAGOLD
Dainty Flower Earrings
$150
Sapphire Square Ring - 3
SHOPDELAGOLD
Sapphire Square Ring - 3
$250
Cuban Link I Love You Charm Ring - 6
SHOPDELAGOLD
Cuban Link I Love You Charm Ring - 6
$180
Emerald Ring - 5
SHOPDELAGOLD
Emerald Ring - 5
$380
Mini Stone Cross Ii - 18 In.
SHOPDELAGOLD
Mini Stone Cross Ii - 18 In.
$310
Zodiac Sign Wreath Ring - 7
SHOPDELAGOLD
Zodiac Sign Wreath Ring - 7
$470
Lucky Horse Shoe Necklace - 18 In.
SHOPDELAGOLD
Lucky Horse Shoe Necklace - 18 In.
$400
Sun Necklace - 18 In.
SHOPDELAGOLD
Sun Necklace - 18 In.
$220
Cubed Link Chain - 20 In.
SHOPDELAGOLD
Cubed Link Chain - 20 In.
$400
Name Plate Script With Cuban Chain - 2-3 Letters With 16 In. Chain
SHOPDELAGOLD
Name Plate Script With Cuban Chain - 2-3 Letters With 16 In. Chain
$550
Our Lady Tri Color Necklace - 16 In.
SHOPDELAGOLD
Our Lady Tri Color Necklace - 16 In.
$350
Naturale Green Jade Ring Necklace - 20 In.
SHOPDELAGOLD
Naturale Green Jade Ring Necklace - 20 In.
$250
Naturale Green Jade Ring Necklace - 20 In.
SHOPDELAGOLD
Naturale Green Jade Ring Necklace - 20 In.
$250

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