Stone Cold Fox X Revolve Hannah Shirt Dress In White
$198
Product data
Structured Strong Hold product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Strong Hold catalog — titles, images, and prices the API returns today.
Stone Cold Fox X Revolve Hannah Shirt Dress In White
$198
Stone Cold Fox X Revolve Bryce Top In Wine Red
$35
Stone Cold Fox X Revolve Alice Mini Dress
$167
Stone Cold Fox X Revolve Grace Mini Slip Dress In Ivory
$234
Stone Cold Fox X Revolve Allayia Floral Shorts
$110
Stone Cold Fox X Revolve Faye Smocked Short
$123
Stone Cold Fox X Revolve Beth Embroidered Top In Sand
£132
X Revolve Vanessa Pant
$75
Stone Cold Fox X Revolve Tanya Blazer Dress In Ivory Jacquard
$112
Stone Cold Fox Linen Midi Length Dress
$29
Stone Cold Fox Linen Long Dress
$52
Stone Cold Fox Linen Mini Dress
$15
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": "Strong Hold products",
"filters": {
"brand_ids": [
"ykSw"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Strong Hold products",
filters={"brand_ids": ["ykSw"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Strong Hold products",
filters: {
brand_ids: ["ykSw"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Strong Hold into agents, search, and affiliate flows.
For Strong Hold
Channel3 can help Strong Hold show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.