Channel3 Logo

Viz Media logoViz Media product data API

Structured Viz Media product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Viz Media-only AI shopping agent

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

Do you work at Viz Media?

Looking to drive more AI sales? Channel3 can help Viz Media 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 Viz Media products.

Find any Viz Media 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": "Viz Media products",
  "filters": {
    "brand_ids": [
      "WvIA"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const products = await client.search.perform({
  query: "Viz Media products",
  filters: {
    brand_ids: ["WvIA"],
  },
  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 Viz Media products

A preview of the products available through the Channel3 Viz Media product data API.

Rwby Volume 1 [blu-ray]
Viz Media
Rwby Volume 1 [blu-ray]
$16
Blood Lad: Complete Series [dvd]
Viz Media
Blood Lad: Complete Series [dvd]
$25
Jujutsu Kaisen: Part 1 (limited Edition) [blu-ray]
Viz Media
Jujutsu Kaisen: Part 1 (limited Edition) [blu-ray]
$35
Boruto - Naruto Next Generations: Kawaki Goes Undercover [blu-ray]
Viz Media
Boruto - Naruto Next Generations: Kawaki Goes Undercover [blu-ray]
$20
Hunter X Hunter:the Last Mission (blu-ray + Dvd) [blu-ray]
Viz Media
Hunter X Hunter:the Last Mission (blu-ray + Dvd) [blu-ray]
$15
Yashahime: Princess Half-demon - Season 2 Part 2 [blu-ray]
Viz Media
Yashahime: Princess Half-demon - Season 2 Part 2 [blu-ray]
$17
Shippuden Movie: The Bonds [blu-ray]
Viz Media
Shippuden Movie: The Bonds [blu-ray]
$18
Sailor Moon S: Season 3 Part 1: Limited Edition (blu-ray Limited Edition) [blu-ray]
Viz Media
Sailor Moon S: Season 3 Part 1: Limited Edition (blu-ray Limited Edition) [blu-ray]
$30
Pokemon Elements Vol. 9 [dvd]
Viz Media
Pokemon Elements Vol. 9 [dvd]
$10
Pokemon Diamond & Pearl Galactic Battles Volume 5 [dvd]
Viz Media
Pokemon Diamond & Pearl Galactic Battles Volume 5 [dvd]
$9
Inuyasha: Set 6 (box Set) [blu-ray]
Viz Media
Inuyasha: Set 6 (box Set) [blu-ray]
$30
Sailor Moon Crystal Set 1 Standard (blu-ray + Dvd) [blu-ray]
Viz Media
Sailor Moon Crystal Set 1 Standard (blu-ray + Dvd) [blu-ray]
$49
Pokemon: Indigo League - Season 1 Standard Edition [blu-ray]
Viz Media
Pokemon: Indigo League - Season 1 Standard Edition [blu-ray]
$31
Castlevania Nocturne The Complete First Season [blu-ray]
Viz Media
Castlevania Nocturne The Complete First Season [blu-ray]
$25
Naruto Uncut Box Set 9 (dvd Uncut) [dvd]
Viz Media
Naruto Uncut Box Set 9 (dvd Uncut) [dvd]
$19
Rwby Volume 4 [blu-ray]
Viz Media
Rwby Volume 4 [blu-ray]
$25
Anonymous Noise, Vol. 13
Viz Media
Anonymous Noise, Vol. 13
£6
Naruto Shippuden Uncut Set 26 (dvd Uncut) [dvd]
Viz Media
Naruto Shippuden Uncut Set 26 (dvd Uncut) [dvd]
$24
Inuyasha Season 6 Deluxe Edition (dvd Deluxe Edition) [dvd]
Viz Media
Inuyasha Season 6 Deluxe Edition (dvd Deluxe Edition) [dvd]
$20
Naruto Uncut Box Set 14 [dvd]
Viz Media
Naruto Uncut Box Set 14 [dvd]
$21
Sailor Moon R: Season 2 Part 2 [dvd]
Viz Media
Sailor Moon R: Season 2 Part 2 [dvd]
$24
Pokémon: Advanced Challenge - The Complete Collection (box Set) [dvd]
Viz Media
Pokémon: Advanced Challenge - The Complete Collection (box Set) [dvd]
$20
Sailor Moon S: The Complete Third Season (box Set) [blu-ray]
Viz Media
Sailor Moon S: The Complete Third Season (box Set) [blu-ray]
$35
K Return Of Kings (blu-ray + Dvd) [blu-ray]
Viz Media
K Return Of Kings (blu-ray + Dvd) [blu-ray]
$43

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": "Viz Media sample product",
      "brand": {
        "name": "Viz Media"
      },
      "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 Viz Media 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 Viz Media 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