Channel3 Logo

XiRENA logoXiRENA product data API

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

Agentic commerce demo

Try a XiRENA-only AI shopping agent

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

Do you work at XiRENA?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Xirena Casey Pull On Short M
XiRENA
Xirena Casey Pull On Short M
$78
Lorenzo Pant
XiRENA
Lorenzo Pant
$164
Gestreiftes Oversize-hemd Jordy
XiRENA
Gestreiftes Oversize-hemd Jordy
€169
Lela Sweater
XiRENA
Lela Sweater
$241
Thea Button Front Shirt - L
XiRENA
Thea Button Front Shirt - L
$94
Xirena Devon Pant
XiRENA
Xirena Devon Pant
$116
Baumwoll-hose Draper Mit Elastischem Bund
XiRENA
Baumwoll-hose Draper Mit Elastischem Bund
€159
Xirena Analyse One Piece Swimsuit
XiRENA
Xirena Analyse One Piece Swimsuit
$86
Boden Cotton Dress
XiRENA
Boden Cotton Dress
$193
Tara Top
XiRENA
Tara Top
$103
Xirena - Women's Bikini Top
XiRENA
Xirena - Women's Bikini Top
$84
Kurzarm Oversize-bluse
XiRENA
Kurzarm Oversize-bluse
€249
Xirena - Women's Starla Short
XiRENA
Xirena - Women's Starla Short
$75
Xirena Tommy Sweater
XiRENA
Xirena Tommy Sweater
$95
Xirena - Tara Top
XiRENA
Xirena - Tara Top
$95
Xirena Women's Cotton Velvet Pants 27
XiRENA
Xirena Women's Cotton Velvet Pants 27
$214
Xirena - Kayla Alpaca Sweater
XiRENA
Xirena - Kayla Alpaca Sweater
$267
Lela Sweater
XiRENA
Lela Sweater
$241
Odette Dress
XiRENA
Odette Dress
$244
Draper Pant
XiRENA
Draper Pant
$101
Gillian Long Sleeve Shirt
XiRENA
Gillian Long Sleeve Shirt
$163
Manon Velour Pant
XiRENA
Manon Velour Pant
$150
Lucas Long Sleeve Top
XiRENA
Lucas Long Sleeve Top
$122
Gestreifte Musselin-hose Blanche
XiRENA
Gestreifte Musselin-hose Blanche
€209

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