Channel3 Logo

2Modern logo2Modern product data API

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

Agentic commerce demo

Try a 2Modern-only AI shopping agent

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

Do you work at 2Modern?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Fisherman Pendant Light - Large: 25.5 In Diameter/orange
2Modern
Fisherman Pendant Light - Large: 25.5 In Diameter/orange
$4,156
Surprising Rocking Chair
2Modern
Surprising Rocking Chair
$1,040
Torch Floor Lamp
2Modern
Torch Floor Lamp
$985
Task Wall Light - Cream
2Modern
Task Wall Light - Cream
$1,100
Pk9 Leather Dining Chair - Aura Cognac
2Modern
Pk9 Leather Dining Chair - Aura Cognac
$7,299
Drachmann Outdoor Bench
2Modern
Drachmann Outdoor Bench
$3,378
Bandas Runner - B Yellow
2Modern
Bandas Runner - B Yellow
$1,500
Mangas Space Chair - Ivory
2Modern
Mangas Space Chair - Ivory
$3,550
John Follis F-107/f-508 Peanut With Walnut Legs - Large
2Modern
John Follis F-107/f-508 Peanut With Walnut Legs - Large
$2,195
Vanity Wall Mirror
2Modern
Vanity Wall Mirror
$1,124
Dorma Queen Bed - Heathered Ash/clear Maple
2Modern
Dorma Queen Bed - Heathered Ash/clear Maple
$2,495
Riviere Eva Classic Picture Frame
2Modern
Riviere Eva Classic Picture Frame
$532
Ellisse Triple Pendant Light
2Modern
Ellisse Triple Pendant Light
$4,672
Dorma Queen Bed Coastal Cream Clear Maple
2Modern
Dorma Queen Bed Coastal Cream Clear Maple
$2,795
Majorelle Garden Agate Wallpaper Yellow
2Modern
Majorelle Garden Agate Wallpaper Yellow
$259
Apollo Led Vanity Light
2Modern
Apollo Led Vanity Light
$635
Tr Bulb Ceiling / Wall Light
2Modern
Tr Bulb Ceiling / Wall Light
$510
Botanica Rug - Grey
2Modern
Botanica Rug - Grey
$4,610
The Enchanted Woodland Wallpaper Sample Swatch
2Modern
The Enchanted Woodland Wallpaper Sample Swatch
$10
Palm Springs Wallpaper - White
2Modern
Palm Springs Wallpaper - White
$259
Essentials Cereal Bowl Set Of 4
2Modern
Essentials Cereal Bowl Set Of 4
$69
Standard Original Pendant Light - Grey/small: 8.9 In Diameter/non-ul Matching Color Cord
2Modern
Standard Original Pendant Light - Grey/small: 8.9 In Diameter/non-ul Matching Color Cord
$490
Gehry Left Twist Cube Blue
2Modern
Gehry Left Twist Cube Blue
$319
Sean Lavin Vance Flush Mount Led 3000k Soft White Chrome
2Modern
Sean Lavin Vance Flush Mount Led 3000k Soft White Chrome
$499

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