Channel3 Logo

ATHRA logoATHRA product data API

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

Agentic commerce demo

Try a ATHRA-only AI shopping agent

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

Do you work at ATHRA?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

C5010crv Red / Yellow Opaque Triple Stone Band Ring
ATHRA
C5010crv Red / Yellow Opaque Triple Stone Band Ring
$5
Sgr35596blv
ATHRA
Sgr35596blv
$14
4 Letter Sideways Necklace
ATHRA
4 Letter Sideways Necklace
$26
Mini Guardian Eye Pendant
ATHRA
Mini Guardian Eye Pendant
$17
Sgr35549lblv
ATHRA
Sgr35549lblv
$8
2 Name / Heart Necklace
ATHRA
2 Name / Heart Necklace
$32
Sgr35528gnv
ATHRA
Sgr35528gnv
$11
Sg14131 - Yellow
ATHRA
Sg14131 - Yellow
$30
Sg14131 - Blue
ATHRA
Sg14131 - Blue
$30
Cubic Zirconia Ridge Band Ring
ATHRA
Cubic Zirconia Ridge Band Ring
$36
Sg301429sdv
ATHRA
Sg301429sdv
$21
Be8751v Drop Earrings
ATHRA
Be8751v Drop Earrings
$16
Al345568rg
ATHRA
Al345568rg
$16
Twisted Detail Faceted Oval Drop Earrings
ATHRA
Twisted Detail Faceted Oval Drop Earrings
$9
Rhodium Over Sterling Silver Double Sided Stud Earrings With Pink Pearl And Crystal
ATHRA
Rhodium Over Sterling Silver Double Sided Stud Earrings With Pink Pearl And Crystal
$7
Sg34659 Rhodium Over Sterling Silver .925 Open Geometric Triple Strand Necklace With Extension
ATHRA
Sg34659 Rhodium Over Sterling Silver .925 Open Geometric Triple Strand Necklace With Extension
$7
Multi Color Cubic Zirconia / Glass Anklet
ATHRA
Multi Color Cubic Zirconia / Glass Anklet
$8
Dark Blue Guardian Eye Hamsa Bracelet With Tiger Eye Beads
ATHRA
Dark Blue Guardian Eye Hamsa Bracelet With Tiger Eye Beads
$9
Ss30011tt Two Tone Mesh Cuff Bracelet
ATHRA
Ss30011tt Two Tone Mesh Cuff Bracelet
$19
Sg16003 - Red
ATHRA
Sg16003 - Red
$90
Textured Sideways Initial "v" Necklace
ATHRA
Textured Sideways Initial "v" Necklace
$43
Asscher Cut Fancy Square Stud Earrings
ATHRA
Asscher Cut Fancy Square Stud Earrings
$10
Elephant Drop Huggie Earrings
ATHRA
Elephant Drop Huggie Earrings
$7
2 Names Script Necklace With Enamel Star
ATHRA
2 Names Script Necklace With Enamel Star
$37

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