Acne Studios Cotton T-shirt
Product data
Acne Studios
Structured Acne Studios product data for search, recommendations, and AI shopping agents.
What Acne Studios can I help you find?
In the catalog
Sample Acne Studios products
A live slice of the Acne Studios catalog — titles, images, and prices the API returns today.
Face Logo T-shirt
Acne Studios Sweater
Acne Studios Tie-dye Ivory Kelecta Sweater Size M
Canada Wool Scarf
Corduroy Jacket
Ruffled One-shoulder Satin Dress In Pink
Embroidered Logo T-shirt
Jeans A Gamba Dritta Effetto Consumato
€570
Pullover In Cashmere Con Logo Applicato Kluna
€325
Acne Studios Short Sleeve Polo
$84
Acne Studios Skinny Jeans – Blue, 18.5" Rise
$33
One endpoint
Filter Acne Studios 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": "Acne Studios products",
"filters": {
"brand_ids": [
"oJ5W"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Acne Studios products",
filters={"brand_ids": ["oJ5W"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Acne Studios products",
filters: {
brand_ids: ["oJ5W"],
},
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 Acne Studios into agents, search, and commission-earning flows.
For Acne Studios
Do you work at Acne Studios?
Channel3 is the product graph AI shopping apps plug into. Join it once and Acne Studios's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.