Product data

LesDiy

Structured LesDiy product data for search, recommendations, and AI shopping agents.

What LesDiy can I help you find?

In the catalog

Sample LesDiy products

A live slice of the LesDiy catalog — titles, images, and prices the API returns today.

Moc-121991 Ford Mustang Shelby Gt-500 1967 Eleanor

Moc-121991 Ford Mustang Shelby Gt-500 1967 Eleanor

$169

Moc-126952 Lantean Aurora-class Sci-fi Battleship

Moc-126952 Lantean Aurora-class Sci-fi Battleship

$160

1/400 Scale Ss Normandie Large Steamship Building Blocks

1/400 Scale Ss Normandie Large Steamship Building Blocks

$305

Moc-148070 Medieval Cathedral

Moc-148070 Medieval Cathedral

$198

Moc-165277 Gothic Cathedral Module 3-nef

Moc-165277 Gothic Cathedral Module 3-nef

$410

Mig29k Aircraft

Mig29k Aircraft

$91

Moc-127310 Goa'uld Tel'tak Sci-fi Battleship Building Blocks

Moc-127310 Goa'uld Tel'tak Sci-fi Battleship Building Blocks

$110

Moc-56766 Tram St 14-2

Moc-56766 Tram St 14-2

$130

Moc-47387 At01 1/8 Scale Formula Supercar Racing Car

Moc-47387 At01 1/8 Scale Formula Supercar Racing Car

$152

Moc-57549 Mini Medieval House

Moc-57549 Mini Medieval House

$76

Moc-220492 Lockheed C-130j 30 Super Hercules Building Blocks

Moc-220492 Lockheed C-130j 30 Super Hercules Building Blocks

$518

Moc-29962 Gothic Cathedral Module A

Moc-29962 Gothic Cathedral Module A

$545

One endpoint

Filter LesDiy 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
  • Commission-ready offers when a rate is available
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,
});

FAQs

How developers pull LesDiy into agents, search, and commission-earning flows.

For LesDiy

Do you work at 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.

Join the graph

Build with this catalog

1,000 free searches every month. No credit card required.