I-club Table Lamp
$1,720
Product data
Structured LZF product data for search, recommendations, and AI shopping agents. Earn up to 9.80% on sales.
In the catalog
A live slice of the LZF catalog โ titles, images, and prices the API returns today.
I-club Table Lamp
$1,720
Swirl Pendant Nickel Open Box
Omma Led Pendant Light - Matte Black / Natural Cherry/2 Leaves/0-10v Dimmer
$5,465
I-line Led Suspension Light - Red/matte Black/0-10v Dimmer
$2,807
Black Note Triplet Floor Lamp - Natural Cherry/matte Black/rounded Tube
$4,973
Estela Led Suspension Light - Large: 59.1 In Width/pale Rose/0-10v Dimmer
$3,810
Swirl Pendant Light - Pale Rose/large: 29.5 In Diameter/matte Black
$1,970
Lzf Link Pendant Light Yellow/small: 18.1 In Diameter/matte Black
$1,190
Lzf Thesis Small Floor Lamp
$4,677
Oh! Line Led Suspension Light - Ivory White/triac Dimmer
$3,760
Poppy Pendant Light
$2,220
Omma Led Table Lamp - Matte Black/natural White
$2,650
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": "LZF products",
"filters": {
"brand_ids": [
"anu1"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="LZF products",
filters={"brand_ids": ["anu1"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "LZF products",
filters: {
brand_ids: ["anu1"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull LZF into agents, search, and affiliate flows.
For LZF
Channel3 can help LZF show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.