Product data

Seletti

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

What Seletti can I help you find?

In the catalog

Sample Seletti products

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

Wine Glass "classic On Acid - Greca"

Wine Glass "classic On Acid - Greca"

Table Mat Diesel Living In Cork Acid Flower B

Table Mat Diesel Living In Cork Acid Flower B

Magna Graecia Caraffa Terracotta Vase (28cm X 25cm)

Magna Graecia Caraffa Terracotta Vase (28cm X 25cm)

£90

I-wares Porcelain Tea Cup Set

I-wares Porcelain Tea Cup Set

$92

The Monkey Lamp Ceiling Version - White

The Monkey Lamp Ceiling Version - White

$667

Head-design Vase

Head-design Vase

$145

Love In Bloom Vase

Love In Bloom Vase

$148

Porcelain Cups (set Of 2)

Porcelain Cups (set Of 2)

$54

Kintsugi Dessert Plate

Kintsugi Dessert Plate

Blow-studio Job Folding Chair Peace

Blow-studio Job Folding Chair Peace

$116

Pillow Tiles & Tales "pillow"

Pillow Tiles & Tales "pillow"

€90

Waist Bag Eye & Mouth

Waist Bag Eye & Mouth

€61

One endpoint

Filter Seletti 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": "Seletti products",
  "filters": {
    "brand_ids": [
      "EeFE"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Seletti products",
    filters={"brand_ids": ["EeFE"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Seletti products",
  filters: {
    brand_ids: ["EeFE"],
  },
  limit: 20,
});

FAQs

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

For Seletti

Do you work at Seletti?

Channel3 is the product graph AI shopping apps plug into. Join it once and Seletti'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.