Palmas Twist Front Pant - Black
$56
Product data
Structured Jets product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Jets catalog — titles, images, and prices the API returns today.
Palmas Twist Front Pant - Black
$56
Jetset V Neck One Piece - Black
$99
Jetset Pullover Kaftan - White
$81
Midnight Tropical High Leg Bikini Bottom - Black
$52
Jetset Lure Mesh Dress - Black
A$79
Jetset Shirred Top - Cream
$89
Jetset Ultra High Waist Pant - Black
A$100
Jetset Double Strap One Piece - Steel Blue
$75
Jets Panama Tie Side Bikini Bottom J3481-ocnc
$24
Isla Rib High Leg Bikini Bottom - Black
Tirari Nights Triangle Bikini Top - Black
Rio C_d U/wire Top - Black
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": "Jets products",
"filters": {
"brand_ids": [
"Oto2"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Jets products",
filters={"brand_ids": ["Oto2"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Jets products",
filters: {
brand_ids: ["Oto2"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Jets into agents, search, and commission-earning flows.
For Jets
Channel3 is the product graph AI shopping apps plug into. Join it once and Jets's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.