Channel3 Logo

SOL2 logoSOL2 product data API

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

Agentic commerce demo

Try a SOL2-only AI shopping agent

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

Do you work at SOL2?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Women's 3/4 Bell Sleeve Tunic Floral Top
SOL2
Women's 3/4 Bell Sleeve Tunic Floral Top
$33
Plus Size Floral Sleeveless Tunic Mini Dress - 2-2-2 (1x-2x-3x)
SOL2
Plus Size Floral Sleeveless Tunic Mini Dress - 2-2-2 (1x-2x-3x)
$59
Women's 3/4 Sleeve Front Pockets Animal Print High-low Maxi Dress
SOL2
Women's 3/4 Sleeve Front Pockets Animal Print High-low Maxi Dress
$71
Bonfire + Stand 2.0 Smokeless Fire Pit, Stainless Steel, 19.5 In.
SOL2
Bonfire + Stand 2.0 Smokeless Fire Pit, Stainless Steel, 19.5 In.
$368
Mini Medical Kit - Forest
SOL2
Mini Medical Kit - Forest
$15
Emergency Blanket Xl
SOL2
Emergency Blanket Xl
$11
Nye Footbed Mule Sandals
SOL2
Nye Footbed Mule Sandals
£43
Rach Gladiator Sandals
SOL2
Rach Gladiator Sandals
£22
Embellished Knit Short Sleeve Jumper
SOL2
Embellished Knit Short Sleeve Jumper
£28
Elvyn Chukka Boots
SOL2
Elvyn Chukka Boots
£114
Zinc Trainers
SOL2
Zinc Trainers
£52
Noor Slide Sandals
SOL2
Noor Slide Sandals
£32
Devin Huarache Sandals
SOL2
Devin Huarache Sandals
£28
Kate Shoes
SOL2
Kate Shoes
£22
Ray Loafer Shoes
SOL2
Ray Loafer Shoes
£62
Adventure Medical Kits Natrapel Insect Repellent Spray
SOL2
Adventure Medical Kits Natrapel Insect Repellent Spray
$9
Quikclot Trauma Pak
SOL2
Quikclot Trauma Pak
$38
Ultralight Watertight Medical Kit - .9
SOL2
Ultralight Watertight Medical Kit - .9
$37
Marine 1500 Medical Kit
SOL2
Marine 1500 Medical Kit
$548
Trauma Tourniquet
SOL2
Trauma Tourniquet
$26
Adventure Medical Kits C‑splint
SOL2
Adventure Medical Kits C‑splint
$10
Mini Limited Forest Kit
SOL2
Mini Limited Forest Kit
$11
Solo Stove Water Mesa Xl Wood Burning Fire Pit
SOL2
Solo Stove Water Mesa Xl Wood Burning Fire Pit
$120
Sol Mag Striker
SOL2
Sol Mag Striker
$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": "SOL2 sample product",
      "brand": {
        "name": "SOL2"
      },
      "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 SOL2 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 SOL2 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