Moc-121991 Ford Mustang Shelby Gt-500 1967 Eleanor
$169
Product data
Structured LesDiy product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the LesDiy catalog — titles, images, and prices the API returns today.
Moc-121991 Ford Mustang Shelby Gt-500 1967 Eleanor
$169
Moc-126952 Lantean Aurora-class Sci-fi Battleship
$160
1/400 Scale Ss Normandie Large Steamship Building Blocks
$305
Moc-148070 Medieval Cathedral
$198
Moc-165277 Gothic Cathedral Module 3-nef
$410
Mig29k Aircraft
$91
Moc-127310 Goa'uld Tel'tak Sci-fi Battleship Building Blocks
$110
Moc-56766 Tram St 14-2
$130
Moc-47387 At01 1/8 Scale Formula Supercar Racing Car
$152
Moc-57549 Mini Medieval House
$76
Moc-220492 Lockheed C-130j 30 Super Hercules Building Blocks
$518
Moc-29962 Gothic Cathedral Module A
$545
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": "LesDiy products",
"filters": {
"brand_ids": [
"NFkW"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="LesDiy products",
filters={"brand_ids": ["NFkW"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "LesDiy products",
filters: {
brand_ids: ["NFkW"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull LesDiy into agents, search, and commission-earning flows.
For LesDiy
Channel3 is the product graph AI shopping apps plug into. Join it once and LesDiy's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.