Eave Table Lamp
$850
Product data
Structured In Common With product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the In Common With catalog — titles, images, and prices the API returns today.
Eave Table Lamp
$850
Small Mira Surface Mount
$1,750
Pistachio Glass Disc Surface Mount With Pistachio Rim
$2,450
10" Orb Pendant
$575
Petite Fazzo Pendant
$2,250
Small Brass Gemma Sconce
$2,150
Double Puck Surface Mount
$825
Mushroom Surface Mount
$350
Arundel Low Table Lamp - Peach Shade
$850
Spot Surface Mount - Plug In - Backplate Dimmer Switch
$650
Up Down Sconce
$875
Up Down Sconce
$575
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "In Common With products",
"filters": {
"brand_ids": [
"Jj2B"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="In Common With products",
filters={"brand_ids": ["Jj2B"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "In Common With products",
filters: {
brand_ids: ["Jj2B"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull In Common With into agents, search, and affiliate flows.
For In Common With
Channel3 can help In Common With show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.