Channel3 Logo

Felix Gray logoFelix Gray product data API

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

Agentic commerce demo

Try a Felix Gray-only AI shopping agent

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

Do you work at Felix Gray?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Hamilton Gold Blue Light Glasses
Felix Gray
Hamilton Gold Blue Light Glasses
$119
Turing - Whiskey Tortoise - Reader +3.5
Felix Gray
Turing - Whiskey Tortoise - Reader +3.5
$139
Carver - Maple Caramel - Reader +3.0
Felix Gray
Carver - Maple Caramel - Reader +3.0
$139
Hamilton Silver
Felix Gray
Hamilton Silver
$119
Roebling - Black
Felix Gray
Roebling - Black
$119
Phoenix Blue Light Glasses - Forest Fade Frame With Amber Plano Lenses
Felix Gray
Phoenix Blue Light Glasses - Forest Fade Frame With Amber Plano Lenses
$159
Volta - Black - Reader +3.0
Felix Gray
Volta - Black - Reader +3.0
$129
Rubin - Brown Mottle - Prescription (1.67)
Felix Gray
Rubin - Brown Mottle - Prescription (1.67)
$129
Raven - Black - Reader +1.5
Felix Gray
Raven - Black - Reader +1.5
$104
Franklin - Sazerac - Reader +1.0
Felix Gray
Franklin - Sazerac - Reader +1.0
$129
Nash Progressive Blue Light Glasses
Felix Gray
Nash Progressive Blue Light Glasses
$129
Phoenix - Sazerac - Reader +2.0
Felix Gray
Phoenix - Sazerac - Reader +2.0
$104
Daily Contact Lenses +0.25
Felix Gray
Daily Contact Lenses +0.25
$25
Phoenix - Sazerac - Prescription (cr39)
Felix Gray
Phoenix - Sazerac - Prescription (cr39)
$104
Franklin Reader Glasses +0.5
Felix Gray
Franklin Reader Glasses +0.5
$129
Turing - Deep Ocean - Prescription (1.67)
Felix Gray
Turing - Deep Ocean - Prescription (1.67)
$129
Jemison - Deep Ocean
Felix Gray
Jemison - Deep Ocean
$139
Rubin Reader +3.0 Glasses
Felix Gray
Rubin Reader +3.0 Glasses
$129
Phoenix - Forest Fade - Reader +3.0
Felix Gray
Phoenix - Forest Fade - Reader +3.0
$104
Volta Panorama Progressive Cr-39 Glasses
Felix Gray
Volta Panorama Progressive Cr-39 Glasses
$129
Volta - Sazerac - Reader +3.0
Felix Gray
Volta - Sazerac - Reader +3.0
$129
Nash Blue Light Glasses +2.0 Strength
Felix Gray
Nash Blue Light Glasses +2.0 Strength
$129
Turing - Black
Felix Gray
Turing - Black
$159
Turing - Deep Ocean - Reader +2.0
Felix Gray
Turing - Deep Ocean - Reader +2.0
$159

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