Product data

Li-Ning

Structured Li-Ning product data for search, recommendations, and AI shopping agents.

What Li-Ning can I help you find?

In the catalog

Sample Li-Ning products

A live slice of the Li-Ning catalog — titles, images, and prices the API returns today.

Wade All City 13 'ice Chips' Men's Basketball Shoes

Wade All City 13 'ice Chips' Men's Basketball Shoes

(wmns) Li-ning Wade Essence 2 Ace "black Beige"

(wmns) Li-ning Wade Essence 2 Ace "black Beige"

$111

(wmns) Li-ning Wade Essence 2.3 Lite Abcs044-1

(wmns) Li-ning Wade Essence 2.3 Lite Abcs044-1

$1

Li‑ning Counterflow X Dunhuang Museum ‘white’ Agcq217‑3

Li‑ning Counterflow X Dunhuang Museum ‘white’ Agcq217‑3

$1

(wmns) Li‑ning Hanjia Mid 'white' Agbp102-3

(wmns) Li‑ning Hanjia Mid 'white' Agbp102-3

$102

Li‑ning No Boundry Basketball Mid Agbp067‑1

Li‑ning No Boundry Basketball Mid Agbp067‑1

$67

Li‑ning Super Light Xix ‘standard White Black’ Arbs001-51

Li‑ning Super Light Xix ‘standard White Black’ Arbs001-51

$1

(wmns) Li-ning Super Light Xix 'blue Yellow Pink'

(wmns) Li-ning Super Light Xix 'blue Yellow Pink'

$90

Li‑ning Badfive Plant Graphic Hoodie 'grey' Awds657-6

Li‑ning Badfive Plant Graphic Hoodie 'grey' Awds657-6

$1

(wmns) Li-ning 937 Mix Hi Winterized 'white' Agbp074-1

(wmns) Li-ning 937 Mix Hi Winterized 'white' Agbp074-1

$74

Li‑ning Vulc Lite ‘black White’ Agbp019‑3

Li‑ning Vulc Lite ‘black White’ Agbp019‑3

$19

Li-ning Wave V1 Cherry Blossom Series Agcs181-1

Li-ning Wave V1 Cherry Blossom Series Agcs181-1

$142

One endpoint

Filter Li-Ning 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": "Li-Ning products",
  "filters": {
    "brand_ids": [
      "BsND"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Li-Ning products",
    filters={"brand_ids": ["BsND"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Li-Ning products",
  filters: {
    brand_ids: ["BsND"],
  },
  limit: 20,
});

FAQs

How developers pull Li-Ning into agents, search, and commission-earning flows.

For Li-Ning

Do you work at Li-Ning?

Channel3 is the product graph AI shopping apps plug into. Join it once and Li-Ning's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.

Join the graph

Build with this catalog

1,000 free searches every month. No credit card required.