Channel3 Logo

CrazyNeon logoCrazyNeon product data API

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

Agentic commerce demo

Try a CrazyNeon-only AI shopping agent

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

Do you work at CrazyNeon?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Rectangular Bar Neon Sign - Warmwhite/58"(w)x37"(h)
CrazyNeon
Rectangular Bar Neon Sign - Warmwhite/58"(w)x37"(h)
$1,164
Cn Led Neon: ተፈጸመ
CrazyNeon
Cn Led Neon: ተፈጸመ
$121
Open Bone Pet Shop Neon Sign - Yellow/35.5"(w) X 18.5"(h)
CrazyNeon
Open Bone Pet Shop Neon Sign - Yellow/35.5"(w) X 18.5"(h)
$361
Doggo Bell Neon Sign - Pink/19"(w) X 27"(h)
CrazyNeon
Doggo Bell Neon Sign - Pink/19"(w) X 27"(h)
$295
Trippy Weed Leaf Neon Artwork - Warmwhite/24"(w) X 24"(h)
CrazyNeon
Trippy Weed Leaf Neon Artwork - Warmwhite/24"(w) X 24"(h)
$334
Classic Mustang Headlight Neon Artwork - White/24"(w) X 16.5"(h)
CrazyNeon
Classic Mustang Headlight Neon Artwork - White/24"(w) X 16.5"(h)
$320
Weed Leaf Open Sign - Blue/13"(w)x36"(h)
CrazyNeon
Weed Leaf Open Sign - Blue/13"(w)x36"(h)
$269
Open Tacos Neon Sign - Green/32”(w)x32”(h)
CrazyNeon
Open Tacos Neon Sign - Green/32”(w)x32”(h)
$492
It‘s Time To Get Waxed Neon Sign
CrazyNeon
It‘s Time To Get Waxed Neon Sign
$430
Foot Massage Spa Neon Sign - Yellow/31"(w)x28.5"(h)
CrazyNeon
Foot Massage Spa Neon Sign - Yellow/31"(w)x28.5"(h)
$464
Squinting Face With Tongue Emoji Neon Sign - White/12"(w)x12"(h)
CrazyNeon
Squinting Face With Tongue Emoji Neon Sign - White/12"(w)x12"(h)
$175
Love You Metal Wall Art Sign - Silver
CrazyNeon
Love You Metal Wall Art Sign - Silver
$50
Dirty Thirty Birthday Neon Sign - Blue/29’’(w)x37.5’’(h)
CrazyNeon
Dirty Thirty Birthday Neon Sign - Blue/29’’(w)x37.5’’(h)
$571
Holly Bells Neon Sign - Pink/26"(w) X 20.5"(h)
CrazyNeon
Holly Bells Neon Sign - Pink/26"(w) X 20.5"(h)
$335
Santa Muscle Flex Neon Artwork - White/30"(w) X 30 "(h)
CrazyNeon
Santa Muscle Flex Neon Artwork - White/30"(w) X 30 "(h)
$633
Smoke Pot Neon Sign - White/15"(w)x20"(h)
CrazyNeon
Smoke Pot Neon Sign - White/15"(w)x20"(h)
$240
Trippy Weed Neon Sign - Iceblue-purple/40"(w)x40"(h)
CrazyNeon
Trippy Weed Neon Sign - Iceblue-purple/40"(w)x40"(h)
$800
Simple Arrow Neon Sign - Orange/10"(w)x8"(h)
CrazyNeon
Simple Arrow Neon Sign - Orange/10"(w)x8"(h)
$167
Graveyard Rip Tombstone Neon Sign - Pink/24"(w)x25.5"(h)
CrazyNeon
Graveyard Rip Tombstone Neon Sign - Pink/24"(w)x25.5"(h)
$368
Late Nights Early Mornings Neon Sign - Green/20"(w)x18.5"(h)
CrazyNeon
Late Nights Early Mornings Neon Sign - Green/20"(w)x18.5"(h)
$200
Late Nights Early Mornings Neon Sign - White/33"(w)x39.5"(h)
CrazyNeon
Late Nights Early Mornings Neon Sign - White/33"(w)x39.5"(h)
$587
Cn Led Neon: Elevator
CrazyNeon
Cn Led Neon: Elevator
$741
Cross In A Heart Metal Wall Art - Black/24 In
CrazyNeon
Cross In A Heart Metal Wall Art - Black/24 In
$96
Hey Boo Ghost Neon Sign
CrazyNeon
Hey Boo Ghost Neon Sign
$488

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