Adena Silk Square Scarf
$37
Product data
Structured AllSaints product data for search, recommendations, and AI shopping agents. Earn up to 15% on sales.
In the catalog
A live slice of the AllSaints catalog — titles, images, and prices the API returns today.
Adena Silk Square Scarf
$37
Allsaints Black Tulip Ponte Skirt
£70
Allsaints Grey Cavarly Dress
£145
Allsaints Shams Graphic Long Sleeve Check Shirt In Red – Red
£39
Allsaints Zora Lace Trim Top In Pastel Floral
£51
Allsaints Orlando Etta T-shirt In Pale Blue
£32
Allsaints Redact T‑shirt In Puce Purple
£53
Allsaints Sherpa Zip Thru Jacket In Black
£80
Allsaints Ivana Tiger Tee In Black - Black
£50
Allsaints Sylvan Sheer Stripe Shirt In Black - Black
$36
Allsaints Orlando Back Print T‑shirt In Eden Green
£33
Smallsaints Mid Pink Underground Cropped Sweatshirt And Legging Set
£17
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": "AllSaints products",
"filters": {
"brand_ids": [
"y3yk"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="AllSaints products",
filters={"brand_ids": ["y3yk"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "AllSaints products",
filters: {
brand_ids: ["y3yk"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull AllSaints into agents, search, and affiliate flows.
For AllSaints
Channel3 can help AllSaints show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.