Swirl Pendant Nickel Open Box
Product data
LZF
Structured LZF product data for search, recommendations, and AI shopping agents. Earn up to 9.80% on sales.
What LZF can I help you find?
In the catalog
Sample LZF products
A live slice of the LZF catalog — titles, images, and prices the API returns today.
Dune Led Suspension Light - Pale Rose/0-10v Dimmer
$3,868
Omma Wall Light - Matte Black/natural Cherry/0-10v Dimmer
$2,220
Omma Led Floor Lamp - Matte Black/natural Cherry
$3,460
Dune Led Suspension Light Ivory White 0-10v Dimmer
$4,550
Lens Super Oval Led Wall Sconce - Ivory White / Matte Black/0-10v Dimmer
$2,406

Lens Oval Led Wall Sconce - Yellow / Matte Ivory/triac Dimmer
$1,590
Black Note Triplet Pendant Light
$3,791

Lens Super Oval Led Wall Sconce - Grey / Matte Ivory/triac Dimmer
$2,197

Lens Oval Led Wall Sconce - Natural Cherry / Gold/0-10v Dimmer
$1,970
Lens Oval Led Wall Sconce - Sea Blue / Gold/triac Dimmer
$1,970
Omma Wall Light
$2,220
One endpoint
Filter LZF with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Earn up to 9.80% on LZF sales
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,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull LZF into agents, search, and commission-earning flows.
For LZF
Do you work at LZF?
Channel3 is the product graph AI shopping apps plug into. Join it once and LZF's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.