Ray-ban Wayfarer Rb2140 129431
€117
Product data
Structured Ray-Ban product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Ray-Ban catalog — titles, images, and prices the API returns today.
Ray-ban Wayfarer Rb2140 129431
€117
Ray-ban Jim Rx3694v 3094 Rose Gold Eyeglasses For Men And Women
€109
Ray-ban Junior Ry1642 3996
€73
Jack Rb3565 9277b1
€117
Ray-ban Wayfarer Way Rb2241 Black/green
$234
Ray-ban X A$ap Rocky Mega Clubmaster 53'
£242
Ray-ban Justin Green Sunglasses – Matte Opal Grey
$160
Ray-ban A$ap Rocky Wayfarer Puffer Ultra Black Sunglasses – Polished Yellow
$202
Ray-ban Rb2223 Blue Gradient Grey Sunglasses – Polished Opal Blue Havana
$207
Ray-ban Rb4468 Liteforce Dark Grey Sunglasses – Matte Sand Grey
$215
Ray-ban Idan Bio-based Grey Sunglasses – Polished Silver
$160
Ray-ban Rb3778 Dark Grey Sunglasses – Polished Black
$178
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": "Ray-Ban products",
"filters": {
"brand_ids": [
"wTCV"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Ray-Ban products",
filters={"brand_ids": ["wTCV"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Ray-Ban products",
filters: {
brand_ids: ["wTCV"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Ray-Ban into agents, search, and affiliate flows.
For Ray-Ban
Channel3 can help Ray-Ban show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.