Collusion X001 Antifit Mid Rise Jean In Rinse
Product data
Collusion
Structured Collusion product data for search, recommendations, and AI shopping agents.
What Collusion can I help you find?
In the catalog
Sample Collusion products
A live slice of the Collusion catalog — titles, images, and prices the API returns today.
Collusion Striped Sports Soccer T-shirt
$20
Collusion Strappy Square Neck Cami Top In Orange
£6
Collusion Boxy Zip Through Hoodie In Grey
£5
Collusion Faux Fur Trim Afghan Jacket In Chocolate Brown
£66
Collusion Graphic I Heart Hoodie In Blue
£5
Collusion Oversized Crew Neck Cardigan In Burgundy
£25
Collusion Raglan Shrunken T‑shirt In Contrast Polka Dot
£18
Collusion Cable Stripe Knitted Cardi In Brown And Khaki
£27
Collusion Unisex Polo Top In Black
£22
Collusion Denim Mini Kilt Skirt In Rinse Wash
$27
Collusion Embellished Gunmetal Bikini Top In Black
£20
One endpoint
Filter Collusion 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": "Collusion products",
"filters": {
"brand_ids": [
"w9KX"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Collusion products",
filters={"brand_ids": ["w9KX"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Collusion products",
filters: {
brand_ids: ["w9KX"],
},
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 Collusion into agents, search, and commission-earning flows.
For Collusion
Do you work at Collusion?
Channel3 is the product graph AI shopping apps plug into. Join it once and Collusion's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.