Puppy Snowman Z Flip Hard Case
โฌ15
Product data
Structured theninemall product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the theninemall catalog โ titles, images, and prices the API returns today.
Puppy Snowman Z Flip Hard Case
โฌ15
[acrylic Smart Talk] Baked Dummy Mallow
$39
Hey Tiger Hard Airpods Case
$43
[acrylic Smart Talk] Dreamland Gummy
โฌ9
My Phone Strap [red]
โฌ6
Beads Talk Puppy Candle
$41
Mini Pattern Z Flip Epoxy Bumper Case [red Silver]
$47
Puppy's Hobby Pattern Galaxy Z Flip Hard Case
$45
Vintage No Worries Z Flip Hard Case
$45
Nice Embossed Texture Pattern Card Slot Phone Case
$45
Silly Little Flower Pattern Bumper Case [mirror Silver]
โฌ17
Z Flip Hard Phone Case
$45
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": "theninemall products",
"filters": {
"brand_ids": [
"jUBr"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="theninemall products",
filters={"brand_ids": ["jUBr"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "theninemall products",
filters: {
brand_ids: ["jUBr"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull theninemall into agents, search, and affiliate flows.
For theninemall
Channel3 can help theninemall show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.