Victoria's Secret Pink Blue Romper Size Xxl
Product data
Victoria's Secret
Structured Victoria's Secret product data for search, recommendations, and AI shopping agents.
What Victoria's Secret can I help you find?
In the catalog
Sample Victoria's Secret products
A live slice of the Victoria's Secret catalog — titles, images, and prices the API returns today.
Victoria's Secret Pink 100% Cotton Gray Casual Pants Size L
100% Cotton Oversized Tee, White Bombshell
Victoria Secret Ladies Set Heavenly 3pc Gift Set Fragrances
Ladies Angels Only Edp Spray 1.7 Oz Fragrances
Victoria Secret Ladies Dream Angel Edp Rollerball 0.23 Oz Fragrances
Victoria Secret Ladies First Love Edp Rollerball 0.23 Oz Fragrances
Victoria's Secret Animal Print Gray Brown Casual Skirt Size L
$15
Lace Cap-sleeve Corset Top
Cotton Shadow Stripe Tank & Pants Set
Cotton Foldover Legging
Cotton Shadow Stripe Cropped Tank & Shorts Set, Bombshell Pink
One endpoint
Filter Victoria's Secret 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": "Victoria's Secret products",
"filters": {
"brand_ids": [
"KPiJ"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Victoria's Secret products",
filters={"brand_ids": ["KPiJ"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Victoria's Secret products",
filters: {
brand_ids: ["KPiJ"],
},
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 Victoria's Secret into agents, search, and commission-earning flows.
For Victoria's Secret
Do you work at Victoria's Secret?
Channel3 is the product graph AI shopping apps plug into. Join it once and Victoria's Secret's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.