Channel3 Logo

Coleman logoColeman product data API

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

Agentic commerce demo

Try a Coleman-only AI shopping agent

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

Do you work at Coleman?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Lantern Globe, Clear
Coleman
Lantern Globe, Clear
$22
Coleman 2-count 16 Oz Propane Cylinder
Coleman
Coleman 2-count 16 Oz Propane Cylinder
$13
Coleman Peak 1 Camp Stove Steel
Coleman
Coleman Peak 1 Camp Stove Steel
$27
Coleman Trekking Pole
Coleman
Coleman Trekking Pole
$17
Coleman 6-person Dark Room Skydome Camping Tent
Coleman
Coleman 6-person Dark Room Skydome Camping Tent
$245
Coleman Expedition First Aid Kit 7604
Coleman
Coleman Expedition First Aid Kit 7604
$20
Coleman Supportrest Plus Pillowstop Queen Double High Airbed
Coleman
Coleman Supportrest Plus Pillowstop Queen Double High Airbed
$100
Coleman 6-person Sundome Dome Camping Tent - Navy
Coleman
Coleman 6-person Sundome Dome Camping Tent - Navy
$136
Portable Hard Cooler Brown Walnut Color 28 Quart Ice Box
Coleman
Portable Hard Cooler Brown Walnut Color 28 Quart Ice Box
$129
Coleman Gen For 220/228 275
Coleman
Coleman Gen For 220/228 275
$14
Coleman Walker Square Bag Navy
Coleman
Coleman Walker Square Bag Navy
€83
Coleman Self-inflating Camp Pad
Coleman
Coleman Self-inflating Camp Pad
$36
Coleman Map Compass
Coleman
Coleman Map Compass
$2
Coleman Garland String Light Camping [blue] (2000022287)
Coleman
Coleman Garland String Light Camping [blue] (2000022287)
€49
Coleman Oversize 96x96 Winter Cottage Red Plaid Family Blanket
Coleman
Coleman Oversize 96x96 Winter Cottage Red Plaid Family Blanket
$20
Classic Propane Gas Camping Stove, 2-burner
Coleman
Classic Propane Gas Camping Stove, 2-burner
$97
Coleman 3-burner Cookout Propane Gas Bbq Grill With Instastart Ignition, Black/gray
Coleman
Coleman 3-burner Cookout Propane Gas Bbq Grill With Instastart Ignition, Black/gray
$450
Classic Series™ 65-quart Wheeled Cooler
Coleman
Classic Series™ 65-quart Wheeled Cooler
$75
Coleman Peak One Butane Camping Stove
Coleman
Coleman Peak One Butane Camping Stove
$20
X-cursion Butane Stove
Coleman
X-cursion Butane Stove
$65
Coleman® Classic Rechargeable 400-lumen Led Lantern
Coleman
Coleman® Classic Rechargeable 400-lumen Led Lantern
$55
Coleman Eyeglasses In Square Tortoise Frame
ZEELOOL
Coleman Eyeglasses In Square Tortoise Frame
$20
Ornette Coleman - This Is Our Music (180 Gram Vinyl)
Coleman
Ornette Coleman - This Is Our Music (180 Gram Vinyl)
$25
Skydome 6-person Camping Tent
Coleman
Skydome 6-person Camping Tent
$180

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