Channel3 Logo

GE logoGE product data API

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

23,074 products
Sample prices $6–$2,799

Agentic commerce demo

Try a GE-only AI shopping agent

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

Do you work at GE?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Dishwasher Upper Rack Kit 4 Pack
GE
Dishwasher Upper Rack Kit 4 Pack
$31
Smart Board
GE
Smart Board
$200
Cooktop Radiant Element Bracket
GE
Cooktop Radiant Element Bracket
$6
Ge® Range Thermostat Knob Assembly
GE
Ge® Range Thermostat Knob Assembly
$63
Hinge Case Ff Upper
GE
Hinge Case Ff Upper
$35
Tube Burner Box Supply
GE
Tube Burner Box Supply
$11
Ge® 2.0 Cu. Ft. Capacity Countertop Microwave Oven
GE
Ge® 2.0 Cu. Ft. Capacity Countertop Microwave Oven
$240
User Interface Housing Cover
GE
User Interface Housing Cover
$10
Regulator Convert Press
GE
Regulator Convert Press
$15
Control Unit
Cafe Appliances
Control Unit
$248
Key Panel Asm
Cafe Appliances
Key Panel Asm
$15
Frame Weld Asm
Cafe Appliances
Frame Weld Asm
$72
Damper Transition Assy
GE
Damper Transition Assy
$15
Ge Profile Pp9830srss 30 Inch Electric Cooktop
GE
Ge Profile Pp9830srss 30 Inch Electric Cooktop
$2,799
Pan Top Asm - Wr32x10289
Cafe Appliances
Pan Top Asm - Wr32x10289
$15
Capillary Tube
Cafe Appliances
Capillary Tube
$15
Range Oven Control With Harness
GE
Range Oven Control With Harness
$15
Main Tube Asm Lr
GE
Main Tube Asm Lr
$18
Impeller Assy Wd12x354
GE
Impeller Assy Wd12x354
$15
Conversion Kit Lp
Cafe Appliances
Conversion Kit Lp
$15
Thermostat Defrost
GE
Thermostat Defrost
$15
Capillary - Wj53x184
Cafe Appliances
Capillary - Wj53x184
$15
Door Asm Foam Fz
Cafe Appliances
Door Asm Foam Fz
$15
Gasket, Form 1 - Wj44x10015
Cafe Appliances
Gasket, Form 1 - Wj44x10015
$14

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