Channel3 Logo

Our Place logoOur Place product data API

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

Agentic commerce demo

Try a Our Place-only AI shopping agent

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

Do you work at Our Place?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Maniques En Silicone - Sauge
Our Place
Maniques En Silicone - Sauge
€25
Our Place Mini Always Pan 2.0 Set (21.5cm)
Our Place
Our Place Mini Always Pan 2.0 Set (21.5cm)
CA$205
Maniques En Silicone - Terre Cuite
Our Place
Maniques En Silicone - Terre Cuite
€25
Home Chef Set (40 Piece) - Gold/char
Our Place
Home Chef Set (40 Piece) - Gold/char
$950
Tall Night + Day Glasses - Set Of 4/dusk
Our Place
Tall Night + Day Glasses - Set Of 4/dusk
$100
Dream Cooker - Steam
Our Place
Dream Cooker - Steam
$199
Mini Always Pan 2.0 - Cielo
Our Place
Mini Always Pan 2.0 - Cielo
£100
Titanium Mini Perfect Pot Pro - Chrome
Our Place
Titanium Mini Perfect Pot Pro - Chrome
$135
Griddle Pan - Eve
Our Place
Griddle Pan - Eve
$119
Utensil Essentials Set
Our Place
Utensil Essentials Set
A$135
Home Cook Apron - Sage
Our Place
Home Cook Apron - Sage
$49
Our Place Mini Always Pan - Sage 8.5" Ceramic Nonstick 3-piece Set
Our Place
Our Place Mini Always Pan - Sage 8.5" Ceramic Nonstick 3-piece Set
$70
Dinner Bowls - Steam
Our Place
Dinner Bowls - Steam
$85
Our Place Cookware Collection
Our Place
Our Place Cookware Collection
$21
Griddle Pan + Oven Mats - Char
Our Place
Griddle Pan + Oven Mats - Char
$200
Wonder Oven Pro + Wonder Oven Pro Essentials Kit
Our Place
Wonder Oven Pro + Wonder Oven Pro Essentials Kit
$335
Our Place Large Always Pan (32cm)
Our Place
Our Place Large Always Pan (32cm)
$290
Mini Griddle Pan - Blue Salt
Our Place
Mini Griddle Pan - Blue Salt
$58
Loop Napkins
Our Place
Loop Napkins
CA$99
Knife Trio Azul
Our Place
Knife Trio Azul
CA$195
Always Pan Duo - Blue Salt
Our Place
Always Pan Duo - Blue Salt
$425
Oven Rack + Griddle Pan - Lavender
Our Place
Oven Rack + Griddle Pan - Lavender
$145
Flipping Platter - Spice/jal Meokkesseumnida
Our Place
Flipping Platter - Spice/jal Meokkesseumnida
$23
Mini Perfect Pot 2.0 - Lavender
Our Place
Mini Perfect Pot 2.0 - Lavender
£110

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