Honor Signet Ring - 8
Product data
RETROUVAI
Structured RETROUVAI product data for search, recommendations, and AI shopping agents.
What RETROUVAI can I help you find?
In the catalog
Sample RETROUVAI products
A live slice of the RETROUVAI catalog — titles, images, and prices the API returns today.
Honor Signet Ring - 6
2.51ct Oval Pink Tourmaline Diamond Heirloom Bezel Ring – Retrouvai
$14,390
Talisman Grandfather Clover Pendant - Rhodochrosite
$13,500
Petite Flora Pendant With Hand Carved Double Green Opal
$6,340
Large Anchor Band With Engraving
$9,260
Grandfather Fantasy Signet - Wise Owl
$5,940
0.50ct Diamond Five Stone Medium Modern Love Band - 6.5/18k
$4,940
0.50ct Diamond Five Stone Medium Modern Love Band - 5/14k
$3,890
Swan Fantasy Signet Ring With Diamonds
$7,050
Compass Ring With Green Turquoise And Lotus Garnet
$6,930
Retrouvaí Emerald Pleated Ring
One endpoint
Filter RETROUVAI 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": "RETROUVAI products",
"filters": {
"brand_ids": [
"iXnI"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="RETROUVAI products",
filters={"brand_ids": ["iXnI"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "RETROUVAI products",
filters: {
brand_ids: ["iXnI"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull RETROUVAI into agents, search, and commission-earning flows.
For RETROUVAI
Do you work at RETROUVAI?
Channel3 is the product graph AI shopping apps plug into. Join it once and RETROUVAI's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.