Channel3 Logo

ILEANA MAKRI logoILEANA MAKRI product data API

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

Agentic commerce demo

Try a ILEANA MAKRI-only AI shopping agent

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

Do you work at ILEANA MAKRI?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Wire Cuff W-d
ILEANA MAKRI
Wire Cuff W-d
€20,770
Emerald Mini Spin Ring
ILEANA MAKRI
Emerald Mini Spin Ring
€2,450
Thread Baguette Band 5-d
ILEANA MAKRI
Thread Baguette Band 5-d
€3,380
Small Galaxy Charm Bracelet
ILEANA MAKRI
Small Galaxy Charm Bracelet
€650
Rainbow Letter Pendant T-rbw - 18k Gold Chain/a
ILEANA MAKRI
Rainbow Letter Pendant T-rbw - 18k Gold Chain/a
€1,070
Large Single Python Ring P-chd-ru
ILEANA MAKRI
Large Single Python Ring P-chd-ru
€5,910
Peace Symbol Y-oxs-bd-s - 18k Rose Gold / 55cm
ILEANA MAKRI
Peace Symbol Y-oxs-bd-s - 18k Rose Gold / 55cm
€2,080
Single Diamond Ripple Bracelet Y-d
ILEANA MAKRI
Single Diamond Ripple Bracelet Y-d
€13,870
Miami Hoops - Single
ILEANA MAKRI
Miami Hoops - Single
€2,115
Tanzanite Dusk Necklace 260 (41cm)
ILEANA MAKRI
Tanzanite Dusk Necklace 260 (41cm)
€3,730
Devotion Ring W-d
ILEANA MAKRI
Devotion Ring W-d
€5,530
Awakening Pendant Champagne Glow - 14k Gold Round Link Chain Large Diamond Lock (80cm)
ILEANA MAKRI
Awakening Pendant Champagne Glow - 14k Gold Round Link Chain Large Diamond Lock (80cm)
€46,310
Globe Beaded Necklace, 45cm
ILEANA MAKRI
Globe Beaded Necklace, 45cm
$1,900
Black Ball & Pearl Necklace (45cm)
ILEANA MAKRI
Black Ball & Pearl Necklace (45cm)
€670
Classic Cross Stripes W-d-bs - 55 Cm
ILEANA MAKRI
Classic Cross Stripes W-d-bs - 55 Cm
€3,140
Single Crown Drops White Topaz
ILEANA MAKRI
Single Crown Drops White Topaz
€1,850
Eye Moon Star Studs - Pair
ILEANA MAKRI
Eye Moon Star Studs - Pair
€2,480
Thread Stripes P-ru-ps
ILEANA MAKRI
Thread Stripes P-ru-ps
€1,030
Cherish Studs W-d
ILEANA MAKRI
Cherish Studs W-d
€5,370
Grass Leaves Bangle Y-em
ILEANA MAKRI
Grass Leaves Bangle Y-em
€25,250
Six Point Star Pendant - 50cm
ILEANA MAKRI
Six Point Star Pendant - 50cm
€4,040
Cobalt Blue Sea Pendant
ILEANA MAKRI
Cobalt Blue Sea Pendant
€9,570
Solitaire Studs P-bd-l
ILEANA MAKRI
Solitaire Studs P-bd-l
€2,390
Rainbow Thread Band Ox-mcs - 55 Eu / 7.25 Us
ILEANA MAKRI
Rainbow Thread Band Ox-mcs - 55 Eu / 7.25 Us
€1,330

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