Utility Pants
$143
Product data
Structured Falconeri product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Falconeri catalog — titles, images, and prices the API returns today.
Utility Pants
$143
Embroidered Linen Shorts
$148
Wool Jersey Jacket
$625
Silk V-neck Blouse
$195
Cashmere V-neck Sweater With Slits
$355
Ultrasoft Cashmere Sweater With Slits
$355
Ultrasoft Cashmere Cable Knit And Rhinestone Cap
$245
Ultrafine Cashmere Long Cardigan
$358
Silkfine Cashmere Crewneck Sweater
$295
Ultrasoft Cashmere And Bouclé Mittens
$355
Cashmere And Silk Pants
$1,500
Seersucker Texture Shirt
$113
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": "Falconeri products",
"filters": {
"brand_ids": [
"bXu2"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Falconeri products",
filters={"brand_ids": ["bXu2"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Falconeri products",
filters: {
brand_ids: ["bXu2"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Falconeri into agents, search, and commission-earning flows.
For Falconeri
Channel3 is the product graph AI shopping apps plug into. Join it once and Falconeri's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.