Oak Ottoman From Jan Vanek, Czechoslovakia, 1940s
$558
Product data
Structured furniture product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the furniture catalog — titles, images, and prices the API returns today.
Oak Ottoman From Jan Vanek, Czechoslovakia, 1940s
$558
Italian White Silvi Vanity Table And Blue Chair From Studio Kastilia, 1970s, Set Of 2
$3,397
Herter Brothers Style Antique Victorian Burled Walnut Glass Front Bookcase, Circa 1880s
$3,995
Space Age Italian Armchair From Ken Scott, 1969
$9,454
French Walnut Flap Table, 1880
$1,330
Vintage Wicker 2 Tier Console Table
$803
Vintage Round Moon Side Table From Bradley Classic Furniture, England, 1900s
$615
Vintage Modular Bookcase In Larch Wood From Ideal Form, 1970s
$1,599
Chinese Mother Of Pearl And Brass Inlay 19th Century Chair
$2,100
Pulaski Traditional Oak Wood Curio Cabinet
$599
Maitland-smith Chinoiserie Decorated Secretary Desk Cabinet
$4,495
1950s Scandart Golden Elm Sideboard
$1,400
One endpoint
The same search used in the demo above. Pass category_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": "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,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull furniture into agents, search, and affiliate flows.