Rock Valley 59-inch Round Dining Room Set
$1,263
Product data
Structured International Furniture Direct product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the International Furniture Direct catalog โ titles, images, and prices the API returns today.
Rock Valley 59-inch Round Dining Room Set
$1,263
Loft Brown Living Room Set (black Faux Leather)
$2,188
Pueblo Living Room Set (camel)
$1,834
Samba Modular Sectional (ivory Faux Leather)
$1,913
Zandria Occasional Table Set
$999
Toscana Occasional Table Set (blue And Brown)
$934
Natural Stone Dining Room Set
$1,780
Loft Brown 2-pc. Home Office Set
$1,786
Stone Kitchen Island
$1,539
Dutton Distressed Brown 2-drawer Pier
$811
Desire Brown Mirror
$432
Santa Rosa Panel Bed
$922
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": "International Furniture Direct products",
"filters": {
"brand_ids": [
"EsvM"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="International Furniture Direct products",
filters={"brand_ids": ["EsvM"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "International Furniture Direct products",
filters: {
brand_ids: ["EsvM"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull International Furniture Direct into agents, search, and affiliate flows.
For International Furniture Direct
Channel3 can help International Furniture Direct show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.