Channel3 Logo

Roll & Hill logoRoll & Hill product data API

Structured Roll & Hill product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Roll & Hill-only AI shopping agent

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

Do you work at Roll & Hill?

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

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

client = Channel3()

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

const client = new Channel3();

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

A preview of the products available through the Channel3 Roll & Hill product data API.

Petal - Soft Silver/led - 120 / 277v
Roll & Hill
Petal - Soft Silver/led - 120 / 277v
$2,130
Del Playa - 240v Double Arm Sconce
Roll & Hill
Del Playa - 240v Double Arm Sconce
$4,310
Orbit Candle Holder - 01
Roll & Hill
Orbit Candle Holder - 01
$200
Agnes - Bronze/straight-cut/led - 120v
Roll & Hill
Agnes - Bronze/straight-cut/led - 120v
$4,270
Modo - Brushed Brass/cream/led - 120v
Roll & Hill
Modo - Brushed Brass/cream/led - 120v
$10,440
Kent Chair And Ottoman
Roll & Hill
Kent Chair And Ottoman
$50,000
Bell - Unlacquered Brass/clear/120v
Roll & Hill
Bell - Unlacquered Brass/clear/120v
$4,920
Fiddlehead - Clear/oil-rubbed Bronze/led - 240v
Roll & Hill
Fiddlehead - Clear/oil-rubbed Bronze/led - 240v
$2,240
Astral Agnes 01 - 12 Lights
Roll & Hill
Astral Agnes 01 - 12 Lights
$9,190
Chapter Table - 50" Round
Roll & Hill
Chapter Table - 50" Round
$7,880
Agnes - Brushed Brass/straight-cut/led - 120v
Roll & Hill
Agnes - Brushed Brass/straight-cut/led - 120v
$12,130
Cache - White Marble/polished Brass
Roll & Hill
Cache - White Marble/polished Brass
$340
Castle - Bronze/clear/led - 240v
Roll & Hill
Castle - Bronze/clear/led - 240v
$18,020
Marble Platter
Roll & Hill
Marble Platter
$130
Castle - Black/smoke/led - 240v
Roll & Hill
Castle - Black/smoke/led - 240v
$16,380
Shape Up - Currant/brushed Copper/led - 240v
Roll & Hill
Shape Up - Currant/brushed Copper/led - 240v
$4,120
Shape Up - Currant/blackened Steel/led - 120v
Roll & Hill
Shape Up - Currant/blackened Steel/led - 120v
$8,295
Atlas - Polished Brass
Roll & Hill
Atlas - Polished Brass
$1,480
Astral Agnes - Polished Nickel/straight-cut/led - 120v
Roll & Hill
Astral Agnes - Polished Nickel/straight-cut/led - 120v
$18,380
Mini Endless
Roll & Hill
Mini Endless
$50,000
Pearl Sconce
Roll & Hill
Pearl Sconce
$2,700
Fiddlehead - Cream/blackened Steel/led - 120v
Roll & Hill
Fiddlehead - Cream/blackened Steel/led - 120v
$3,220
Kasbah - 120v / 277v/manganese Sconce
Roll & Hill
Kasbah - 120v / 277v/manganese Sconce
$2,530
Bell - Blackened Brass/opal/120v
Roll & Hill
Bell - Blackened Brass/opal/120v
$4,060

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