Elle 50 Floral Embossed Uv-blocking Blackout 3-fold Manual Dual-purpose Umbrella
$45
Product data
Structured Pour Elle product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Pour Elle catalog — titles, images, and prices the API returns today.
Elle 50 Floral Embossed Uv-blocking Blackout 3-fold Manual Dual-purpose Umbrella
$45
Cross Cubic Rose Gold Ring
€21
Twist Rail Chain Bracelet (elbrbb023)
€25
Silver French Classic Stick Drop Earrings (elspee350)
$50
14k Heart-full Ring Gold-plated Earrings [rose Gold] (elgpee477)
€23
14k Ballroom Round Stone Huggie Hoop Earrings (elgpee549)
$40
Gold-plated Cubic Zirconia Triple Point Long Necklace (elbrnn139)
$39
Elle 55 Uv-blocking Blackout 3-fold Fully Automatic Umbrella
€17
Studded Point Free Size Fashion Ring (elbrwr066)
$39
14k Round Drop Leverback Earrings (elgpee191)
€21
Rose Gold Plated Layered Ring Set [blue] (elbrwr072)
$40
14k Heart Cubic Gold Filled Earrings (elgpee469)
$35
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": "Pour Elle products",
"filters": {
"brand_ids": [
"XH3D"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Pour Elle products",
filters={"brand_ids": ["XH3D"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Pour Elle products",
filters: {
brand_ids: ["XH3D"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Pour Elle into agents, search, and affiliate flows.
For Pour Elle
Channel3 can help Pour Elle show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.