Channel3 Logo

361 Degrees logo361 Degrees product data API

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

Agentic commerce demo

Try a 361 Degrees-only AI shopping agent

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

Do you work at 361 Degrees?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Men's 361-phoenix: Black/dark Moss - 14
361 Degrees
Men's 361-phoenix: Black/dark Moss - 14
$150
Chaussure De Basket-ball Pour Hommes Ag4 Se Hpv Blanc/lavande
Chaussure De Basket-ball Pour Hommes Ag4 Se Hpv Blanc/lavande
€142
Men's Joker 2 "joker" - 14
361 Degrees
Men's Joker 2 "joker" - 14
$130
361 Degrees Rainblock 5.0 Sport Shoes Black Blue
361 Degrees
361 Degrees Rainblock 5.0 Sport Shoes Black Blue
$69
Women's 361-kairos 3: Melon Green/bright Yellow
361 Degrees
Women's 361-kairos 3: Melon Green/bright Yellow
$130
Men's 361-centauri 3: Sustained Grey/neon Orange - 14
361 Degrees
Men's 361-centauri 3: Sustained Grey/neon Orange - 14
$130
Men's 361-kairos 3: Estate Blue/orange Peel
361 Degrees
Men's 361-kairos 3: Estate Blue/orange Peel
$130
Nikola Jokić - Basketball: Purple - 7
361 Degrees
Nikola Jokić - Basketball: Purple - 7
$60
361 Degrees Fly Burn 2.5 'white Pink'
361 Degrees
361 Degrees Fly Burn 2.5 'white Pink'
$111
361 Degrees Biospeed Cqt 'white Neon Orange' 672322236-1
361 Degrees
361 Degrees Biospeed Cqt 'white Neon Orange' 672322236-1
$75
Women's 361-lynx: Deep Ocean/absinthe Green
361 Degrees
Women's 361-lynx: Deep Ocean/absinthe Green
$150
361 Degrees Big3 3.0 Pro 'spongebob Squarepants' 672311106f-1
361 Degrees
361 Degrees Big3 3.0 Pro 'spongebob Squarepants' 672311106f-1
$112
361 Degrees Aaron Gordon X Zen 3 'flame'
361 Degrees
361 Degrees Aaron Gordon X Zen 3 'flame'
$110
361 Degrees Big3 5.0 Pro 'ignite On Impact' 672421110-4
361 Degrees
361 Degrees Big3 5.0 Pro 'ignite On Impact' 672421110-4
$66
361 Degrees Dvd1 Se 'lemon Yellow'
361 Degrees
361 Degrees Dvd1 Se 'lemon Yellow'
$62
361 Degrees Big3 Future Mr. Krabs
361 Degrees
361 Degrees Big3 Future Mr. Krabs
$95
361 Degrees Saint Seiya Dragon Shiryu 'blue Gold'
361 Degrees
361 Degrees Saint Seiya Dragon Shiryu 'blue Gold'
$244
361 Degrees Skate Up 'white Light Blue'
361 Degrees
361 Degrees Skate Up 'white Light Blue'
$72
361 Degrees Fly Burn 2.5 'orange Red' 672332207-6
361 Degrees
361 Degrees Fly Burn 2.5 'orange Red' 672332207-6
$153
361 Degrees Burning Force Iso 'speed Of Light' 572331103-1
361 Degrees
361 Degrees Burning Force Iso 'speed Of Light' 572331103-1
$73
361 Degrees X Aaron Gordon Qu!ck Foam Basketball Shoes 'black Purple Blue' 572031114-3
361 Degrees
361 Degrees X Aaron Gordon Qu!ck Foam Basketball Shoes 'black Purple Blue' 572031114-3
$83
361 Degrees Burning Force Iso 'white Silver'
361 Degrees
361 Degrees Burning Force Iso 'white Silver'
$86
361 Degrees Ag1 Pro Aaron Gordon 'hangzhou Asian Games - Liangzhu' 672131103f-1
361 Degrees
361 Degrees Ag1 Pro Aaron Gordon 'hangzhou Asian Games - Liangzhu' 672131103f-1
$105
361 Degrees Hourglass 'obsidian Black'
361 Degrees
361 Degrees Hourglass 'obsidian Black'
$76

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