Channel3 Logo

BIDK Home logoBIDK Home product data API

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

Agentic commerce demo

Try a BIDK Home-only AI shopping agent

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

Do you work at BIDK Home?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Moroseta Vase
BIDK Home
Moroseta Vase
$110
Marble Square Coaster, Set Of 4
BIDK Home
Marble Square Coaster, Set Of 4
$37
Bayard Salad Server Set Of 2
BIDK Home
Bayard Salad Server Set Of 2
$69
Reza Marble Pillar Candle Holder
BIDK Home
Reza Marble Pillar Candle Holder
$119
Linnell Wall Clock
BIDK Home
Linnell Wall Clock
$135
Randall Storage Box Set Of 3
BIDK Home
Randall Storage Box Set Of 3
$299
Lima Hanging Planter Set Of 3
BIDK Home
Lima Hanging Planter Set Of 3
$99
Inca Jute Printed Placemat Set Of 4
BIDK Home
Inca Jute Printed Placemat Set Of 4
$59
Marcia Round Cheese Board
BIDK Home
Marcia Round Cheese Board
$105
Alabaster Round Votive Candle Holder
BIDK Home
Alabaster Round Votive Candle Holder
$65
Floating Black Picture Frame
BIDK Home
Floating Black Picture Frame
$89
Good Morning Plate – Green Blue
BIDK Home
Good Morning Plate – Green Blue
$22
Marble Dice Decorative Object Set Of 2
BIDK Home
Marble Dice Decorative Object Set Of 2
$92
Waterwood Cheese Knife Set Of 3
BIDK Home
Waterwood Cheese Knife Set Of 3
$74
Median Bowl
BIDK Home
Median Bowl
$72
Small Glass Knot By Bidk Home- La Garçonne
BIDK Home
Small Glass Knot By Bidk Home- La Garçonne
$13
Downing Milk Pitcher
BIDK Home
Downing Milk Pitcher
$65
White Ridged Frame - Large
BIDK Home
White Ridged Frame - Large
$49
Medium Glass Terrarium Dome By Bidk Home
BIDK Home
Medium Glass Terrarium Dome By Bidk Home
$52
Tall Recycled Paper Torn Edge Vase By Bidk
BIDK Home
Tall Recycled Paper Torn Edge Vase By Bidk
$41
Bayard Cake Server Set Of 2
BIDK Home
Bayard Cake Server Set Of 2
$70
Bidkhome Black Marble Rectangular Box
BIDK Home
Bidkhome Black Marble Rectangular Box
$36
Dunlap Tall Bamboo Basket
BIDK Home
Dunlap Tall Bamboo Basket
$194
Bailey Marble Bath Soap Dispenser
BIDK Home
Bailey Marble Bath Soap Dispenser
$74

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