Channel3 Logo

ejools logoejools product data API

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

Agentic commerce demo

Try a ejools-only AI shopping agent

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

Do you work at ejools?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

#5984g - Squid Earrings - Gold Plated
ejools
#5984g - Squid Earrings - Gold Plated
$12
#15160 - Classic Bridal Tiara
ejools
#15160 - Classic Bridal Tiara
$16
3-carat Cz Siam Ab Stud Earrings
ejools
3-carat Cz Siam Ab Stud Earrings
$10
#17052 - Radiant Sun Scepter
ejools
#17052 - Radiant Sun Scepter
$48
#16376 - Large Galaxy Post Earrings
ejools
#16376 - Large Galaxy Post Earrings
$10
#15396 Diamond Center Stretch Rhinestone Ring
ejools
#15396 Diamond Center Stretch Rhinestone Ring
$10
#13576 - Musical Symphony Tiara - Medium
ejools
#13576 - Musical Symphony Tiara - Medium
$114
#14693 - Circle Of Life Tiara
ejools
#14693 - Circle Of Life Tiara
$10
#12535 11mm Rondel With Rivoli Button Earrings -ab Clip
ejools
#12535 11mm Rondel With Rivoli Button Earrings -ab Clip
$12
#13610 - Fleur De Lis Elegance Pin
ejools
#13610 - Fleur De Lis Elegance Pin
$20
#11949abs - 3 Row Stretch Rhinestone Bracelet - Ab Silver
ejools
#11949abs - 3 Row Stretch Rhinestone Bracelet - Ab Silver
$10
#16487 - Pageant Praise 2" Tiara With Combs
ejools
#16487 - Pageant Praise 2" Tiara With Combs
$59
#16138 - Rock Star Pin
ejools
#16138 - Rock Star Pin
$11
#11950 Single Row Stretch Rhinestone Bracelet - Light Amethyst Crystal Silver
ejools
#11950 Single Row Stretch Rhinestone Bracelet - Light Amethyst Crystal Silver
$10
6 Row Adjustable Rhinestone Choker
ejools
6 Row Adjustable Rhinestone Choker
$29
#12537 Amethyst 16mm Rondel With Rivoli Button Earrings
ejools
#12537 Amethyst 16mm Rondel With Rivoli Button Earrings
$12
#14584 - 2 Row 2" Heart Buckle
ejools
#14584 - 2 Row 2" Heart Buckle
$10
#14580 - 2 Row 1.75" Round Buckle
ejools
#14580 - 2 Row 1.75" Round Buckle
$10
#13035 - Medium Splitting Sea Tiara
ejools
#13035 - Medium Splitting Sea Tiara
$29
#16490 Pageant Praise Tiara With Combs - 4.5"
ejools
#16490 Pageant Praise Tiara With Combs - 4.5"
$126
#13474g Gold Rhinestone Casted Open Star Pin
ejools
#13474g Gold Rhinestone Casted Open Star Pin
$10
#16651 - Vaulted Navette Tiara With Combs - 3"
ejools
#16651 - Vaulted Navette Tiara With Combs - 3"
$25
Pair Of 2 Row Rhinestone Barrettes - #11772
ejools
Pair Of 2 Row Rhinestone Barrettes - #11772
$10
#15331ab - Large Pear Drop Ab Earrings
ejools
#15331ab - Large Pear Drop Ab Earrings
$16

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