Product data

Fedeli

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

What Fedeli can I help you find?

In the catalog

Sample Fedeli products

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

Fedeli Extreme T-shirt

Fedeli Extreme T-shirt

Fedeli Madeira Swim Shorts

Fedeli Madeira Swim Shorts

Fedeli Printed Swimming Shorts

Fedeli Printed Swimming Shorts

Fedeli Patterned Swim Shorts

Fedeli Patterned Swim Shorts

Fedeli Costume

Fedeli Costume

$138

Fedeli Cashmere Sweater

Fedeli Cashmere Sweater

$267

Camicia In Lino Con Collo Alla Francese Phil

Camicia In Lino Con Collo Alla Francese Phil

€142

Fedeli Cotton T-shirt

Fedeli Cotton T-shirt

$182

Polo Slim-fit In Cashmere Sportsman

Polo Slim-fit In Cashmere Sportsman

€209

Argentina Slim Cashmere Crewneck

Argentina Slim Cashmere Crewneck

€270

Polo Slim-fit In Spugna Di Cotone Mondial

Polo Slim-fit In Spugna Di Cotone Mondial

€108

Fedeli Plain Organic‑cotton Shirt | Pink

Fedeli Plain Organic‑cotton Shirt | Pink

£263

One endpoint

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

client = Channel3()

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

const client = new Channel3();

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

FAQs

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

For Fedeli

Do you work at Fedeli?

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