Channel3 Logo

KONG INC logoKONG INC product data API

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

Agentic commerce demo

Try a KONG INC-only AI shopping agent

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

Do you work at KONG INC?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Roaring The 8th Wonder Of The World T-shirt
KONG INC
Roaring The 8th Wonder Of The World T-shirt
£22
The New Empire 11" Giant Skar King With Whipslash Action Figure
Godzilla
The New Empire 11" Giant Skar King With Whipslash Action Figure
£40
Kong Gyro
KONG INC
Kong Gyro
£9
Kong Jumbler Ball Squeaker Dog Toy
KONG INC
Kong Jumbler Ball Squeaker Dog Toy
$24
Kong Scruffs Medium/large - Chicken
KONG INC
Kong Scruffs Medium/large - Chicken
$16
Kong Squeezz Stick Dog Toy Assorted Lg
KONG INC
Kong Squeezz Stick Dog Toy Assorted Lg
$13
Kong Naturals Premium Catnip
KONG INC
Kong Naturals Premium Catnip
$3
Kong Classic Natural Rubber Treat Stuffer Dog Chew Toy
KONG INC
Kong Classic Natural Rubber Treat Stuffer Dog Chew Toy
$8
Kong Medium Xtreme Kong 292015 035585111148
KONG INC
Kong Medium Xtreme Kong 292015 035585111148
$16
Kong Bendeez Bird Dog Toy
KONG INC
Kong Bendeez Bird Dog Toy
$16
Owl Holder
KONG INC
Owl Holder
$23
Kong Ball Extreme
KONG INC
Kong Ball Extreme
£7
Kong Easy Treat Peanut Butter Flavor Dog Treat Paste
KONG INC
Kong Easy Treat Peanut Butter Flavor Dog Treat Paste
$8
Kong Air Dog Squeaker Bone Dog Toy Md
KONG INC
Kong Air Dog Squeaker Bone Dog Toy Md
$9
Kong Corestrength Bamboo Ring Dog Toy Large
KONG INC
Kong Corestrength Bamboo Ring Dog Toy Large
$12
Kong Squeezz Dumbbell Dog Toy Assorted Small
KONG INC
Kong Squeezz Dumbbell Dog Toy Assorted Small
$7
Kong Wild Knots Dog Toy Tiger Small/medium
KONG INC
Kong Wild Knots Dog Toy Tiger Small/medium
$10
Kong Cuteseas Seahorse Dog Toy Medium
KONG INC
Kong Cuteseas Seahorse Dog Toy Medium
$14
Kong Cuteseas Seahorse Dog Toy Small
KONG INC
Kong Cuteseas Seahorse Dog Toy Small
$6
Kong Squeezz Action Ball Dog Toy Red Medium
KONG INC
Kong Squeezz Action Ball Dog Toy Red Medium
$10
Red Rubber Chew Dog Toy Extra Large 1 Pk
KONG INC
Red Rubber Chew Dog Toy Extra Large 1 Pk
$25
Kong Extreme Ball Dog Toy Black Small
KONG INC
Kong Extreme Ball Dog Toy Black Small
$11
Kong Puppy Teething Stick - M
KONG INC
Kong Puppy Teething Stick - M
$10
Kong Active Bubble Ball Cat Toy Assorted One Size
KONG INC
Kong Active Bubble Ball Cat Toy Assorted One Size
$5

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