Asics Support Leggings Performance Black
$60
Product data
Structured ASICS product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the ASICS catalog โ titles, images, and prices the API returns today.
Asics Support Leggings Performance Black
$60
Gel-100 Not Out Men's Cricket Shoes
Asics Mens Graphic Full Tracksuit Medium Blue Striped
Asics Mens Graphic Tracksuit Trousers Xl Navy Blue Polyester
Asics Men's Graphic Tracksuit Top Jacket
Asics Mens Zip Neck Graphic Top Long Sleeve 2xl Grey
Asics Mens Tracksuit Top Jacket White Colourblock Polyester
Asics Waist Pouch Light
Asics Road 3.5in Short Brown
Men's Silver Singlet
A$35
Asics Hypergel Kenzen White Multi-color T8f0n-0143
$150
Asics Gelhoop V15 'white Purple' 1063a074-100
$140
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": "ASICS products",
"filters": {
"brand_ids": [
"4sLb"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="ASICS products",
filters={"brand_ids": ["4sLb"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "ASICS products",
filters: {
brand_ids: ["4sLb"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull ASICS into agents, search, and affiliate flows.
For ASICS
Channel3 can help ASICS show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.