Channel3 Logo

Liu Jo logoLiu Jo product data API

Structured Liu Jo product data for developers building search, recommendations, and AI shopping agents.

4,589 products
Sample prices £8–£209

Agentic commerce demo

Try a Liu Jo-only AI shopping agent

This demo uses a constant Liu Jo filter and tells the assistant it represents Liu Jo only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at Liu Jo?

Looking to drive more AI sales? Channel3 can help Liu Jo surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Liu Jo products.

Find any Liu Jo product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "Liu Jo products",
  "filters": {
    "brand_ids": [
      "hYZ9"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="Liu Jo products",
    filters={"brand_ids": ["hYZ9"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "Liu Jo products",
  filters: {
    brand_ids: ["hYZ9"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample Liu Jo products

A preview of the products available through the Channel3 Liu Jo product data API.

Liu Jo Womens 3/4 Sleeve Blouse Top Uk 16 Large Beige Geometric
Liu Jo
Liu Jo Womens 3/4 Sleeve Blouse Top Uk 16 Large Beige Geometric
£14
Liu Jo Cargo Pants
Liu Jo
Liu Jo Cargo Pants
€54
Liu-jo Cardigan Rosa E Beige
Liu Jo
Liu-jo Cardigan Rosa E Beige
€63
Liu-jo T-shirt Bianca Shopping
Liu Jo
Liu-jo T-shirt Bianca Shopping
€51
Liu Jo Shorts Marroni 38
Liu Jo
Liu Jo Shorts Marroni 38
€64
Liu-jo Pullover Nero Oversize Xs
Liu Jo
Liu-jo Pullover Nero Oversize Xs
€60
Liu Jo Pantalone Bianco - 38
Liu Jo
Liu Jo Pantalone Bianco - 38
€71
Liu Jo Cardigan In Maglia Lurex Xs
Liu Jo
Liu Jo Cardigan In Maglia Lurex Xs
€50
High-rise Chinos Colour Wool White
Liu Jo
High-rise Chinos Colour Wool White
€125
T-shirt With Print
Liu Jo
T-shirt With Print
£63
Shirt With Bow
Liu Jo
Shirt With Bow
€199
Jo - Gift Set With Vanity Case
Liu Jo
Jo - Gift Set With Vanity Case
£25
Liu Jo Tlj1081 Silver Watch
Liu Jo
Liu Jo Tlj1081 Silver Watch
£103
Stola Logata
Liu Jo
Stola Logata
€31
Liu Jo Womens Distressed Slim Jeans W27 L28 Blue Cotton
Liu Jo
Liu Jo Womens Distressed Slim Jeans W27 L28 Blue Cotton
£8
Maglia Con Dettaglio
Liu Jo
Maglia Con Dettaglio
$90
Liu Jo Puff-sleeve Mini Dress
Liu Jo
Liu Jo Puff-sleeve Mini Dress
€118
Bomber In Eco Pelliccia
Liu Jo
Bomber In Eco Pelliccia
$181
Tulip Bouquet Corset - Off-white - L
Liu Jo
Tulip Bouquet Corset - Off-white - L
$104
Liu Jo Women Black Wool Faux Leather Trim Pullover Jumper L
Liu Jo
Liu Jo Women Black Wool Faux Leather Trim Pullover Jumper L
£23
Bomber Con Tasche
Liu Jo
Bomber Con Tasche
€174
Sailor Jeans Vintage Wash Us 2 Uk 6
Liu Jo
Sailor Jeans Vintage Wash Us 2 Uk 6
$70
Cappotto Con Scollo A Imbuto
Liu Jo
Cappotto Con Scollo A Imbuto
€174
Pantaloni In Pizzo
Liu Jo
Pantaloni In Pizzo
$209

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "Liu Jo sample product",
      "brand": {
        "name": "Liu Jo"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find Liu Jo product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with Liu Jo product data

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

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3