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.

Stay Spooky Skeleton Hand Neon Sign - Pink/30.5"(w) X 26"(h)
CrazyNeon
Stay Spooky Skeleton Hand Neon Sign - Pink/30.5"(w) X 26"(h)
$414
Cocktails And Dreams Neon Sign - Orange/36"(w)x34"(h)
CrazyNeon
Cocktails And Dreams Neon Sign - Orange/36"(w)x34"(h)
$507
Hair & Beauty Salon Neon Sign - Red/34"(w)x27"(h)
CrazyNeon
Hair & Beauty Salon Neon Sign - Red/34"(w)x27"(h)
$527
Cn Led Neon: Come & See
CrazyNeon
Cn Led Neon: Come & See
$362
Hugs And Kisses Xoxo Neon Sign - White/37"(w)x20"(h)
CrazyNeon
Hugs And Kisses Xoxo Neon Sign - White/37"(w)x20"(h)
$341
American Pub Cocktail Bar Beer & Food Neon Sign - Pink/25.5"(w) X 40"(h)
CrazyNeon
American Pub Cocktail Bar Beer & Food Neon Sign - Pink/25.5"(w) X 40"(h)
$509
We're Open Arc Shape Sign
CrazyNeon
We're Open Arc Shape Sign
$254
Mr & Mrs Personalized Wedding Neon Sign - 28.5"(w)x19"(h)/wall Mounting ( Free Wall Mounting Kit )
CrazyNeon
Mr & Mrs Personalized Wedding Neon Sign - 28.5"(w)x19"(h)/wall Mounting ( Free Wall Mounting Kit )
$297
Personalized Wedding Welcome Sign
CrazyNeon
Personalized Wedding Welcome Sign
$388
Good Vibes Only Sign | Cnus000239 - Blue/39"(w)x8"(h)
CrazyNeon
Good Vibes Only Sign | Cnus000239 - Blue/39"(w)x8"(h)
$197
Bowling Ball Neon Sign - Purple/30”(w)x32”(h)
CrazyNeon
Bowling Ball Neon Sign - Purple/30”(w)x32”(h)
$413
Crazy Cocktail Neon Sign - White/38"(w)x13.5"(h)
CrazyNeon
Crazy Cocktail Neon Sign - White/38"(w)x13.5"(h)
$247
Duck Neon Sign | Cnus015328 - Yellow/25"(w)x27.5"(h)
CrazyNeon
Duck Neon Sign | Cnus015328 - Yellow/25"(w)x27.5"(h)
$312
Personalized Wedding - Initials Neon Sign
CrazyNeon
Personalized Wedding - Initials Neon Sign
$189
Beer Mug With Angel Wings Neon Sign - Orange/30"(w)x22"(h)
CrazyNeon
Beer Mug With Angel Wings Neon Sign - Orange/30"(w)x22"(h)
$307
Good Vibes Only Sign - Purple/46"(w)x24.5"(h)
CrazyNeon
Good Vibes Only Sign - Purple/46"(w)x24.5"(h)
$591
Cat Resting Neon Sign - Red/10"(w)x7"(h)
CrazyNeon
Cat Resting Neon Sign - Red/10"(w)x7"(h)
$175
Cn Led Neon: Hi
CrazyNeon
Cn Led Neon: Hi
$48
Wailing Ghost Neon Artwork - Green/22.5"(w) X 26"(h)
CrazyNeon
Wailing Ghost Neon Artwork - Green/22.5"(w) X 26"(h)
$394
Open 24 Hrs Animated Sign - Yellow - Orange/16”(w)x15”(h)/wall Hanging
CrazyNeon
Open 24 Hrs Animated Sign - Yellow - Orange/16”(w)x15”(h)/wall Hanging
$269
Baby Witch Flying Neon Sign - Purple/20"(w)x30"(h)
CrazyNeon
Baby Witch Flying Neon Sign - Purple/20"(w)x30"(h)
$377
Bookworm Cat Neon Sign - Orange/41.5"(w) X 37.5"(h)
CrazyNeon
Bookworm Cat Neon Sign - Orange/41.5"(w) X 37.5"(h)
$850
Mom Neon Sign - Iceblue/30"(w)x11.5"(h)
CrazyNeon
Mom Neon Sign - Iceblue/30"(w)x11.5"(h)
$223
Bat Neon Artwork - Orange/34"(w)x28.5"(h)
CrazyNeon
Bat Neon Artwork - Orange/34"(w)x28.5"(h)
$587

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