Ojai Vanity Desk - White Oak Wood
Product data
Furniture
Structured furniture product data for search, recommendations, and AI shopping agents.
What Furniture can I help you find?
In the catalog
Sample Furniture products
A live slice of the furniture catalog — titles, images, and prices the API returns today.
Soft Crib Sheet – Shell
Shoreditch Dining Chair, Linara Dark Fig - Pale Oak Legs
Anada Two Seat Bistro Set
Breathable Mesh 2-in-1 Mini Crib White Greenguard Gold Certified
Folk Pouf - Tall
Elio Armchair Red Velvet
Gaia Coffee Table, Natural
Dover Bathroom Shelf W/ Towel Rods
Hay Mags Soft 2+ Seater Sofa Combination 3 - Tartaglia Green White 989/high Arms/left
Bolia Hayden Sofa - Linea Grey Brown/3 Seater/oiled Oak
Dk3 Ten Oval Extension Leaf
One endpoint
Filter furniture with a category ID
The same search used in the demo above. Pass category_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable category IDs
- Live prices, availability, and merchant URLs
- Affiliate-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "furniture and furnishings",
"filters": {
"category_ids": [
"4y4"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="furniture and furnishings",
filters={"category_ids": ["4y4"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "furniture and furnishings",
filters: {
category_ids: ["4y4"],
},
limit: 20,
});Related categories
Adjacent product-data APIs for the same shopping workflows.
Top furniture brands
Brand-specific catalogs available through the same API.
FAQs
How developers pull furniture into agents, search, and affiliate flows.