Solimar White Upholstered Swivel Chair
$3,599
Product data
Structured Artistica Home product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Artistica Home catalog — titles, images, and prices the API returns today.
Solimar White Upholstered Swivel Chair
$3,599
Solimar White Oak 78" Tv Stand
$5,749
Genevieve Masami Upholstered Swivel Chair With Pillow
$3,449
Benton Polished Amber And Champagne Round Spot Table
$979
Metal Designs Silver Leaf Ellipse Slim Etagere
$2,449
Per Se Round Cocktail Table - Argento
$1,280
Claret Rectangular Cocktail Table - St. Laurent
$2,249
Contango White Square Cocktail - Ivory
$2,879
Holden Etagere - Argento
$2,979
Elation White Square Cocktail Table - White
$3,533
Marcel Inverno Arctic White Round To Oval Extendable Dining Table
$3,729
Per Se Round End Table - Argento
$934
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": "Artistica Home products",
"filters": {
"brand_ids": [
"nT3q"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Artistica Home products",
filters={"brand_ids": ["nT3q"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Artistica Home products",
filters: {
brand_ids: ["nT3q"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Artistica Home into agents, search, and commission-earning flows.
For Artistica Home
Channel3 is the product graph AI shopping apps plug into. Join it once and Artistica Home's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.