Product data

Wilson

Structured Wilson product data for search, recommendations, and AI shopping agents.

What Wilson can I help you find?

In the catalog

Sample Wilson products

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

Nba Drv Pro Basketball

Nba Drv Pro Basketball

Burn 100uls V6.0 Ecom

Burn 100uls V6.0 Ecom

£140

Augusta Putter

Augusta Putter

$60

Optx Avp Game Volleyball

Optx Avp Game Volleyball

$100

A700 Pedroia Fit 32.5 Baseball Catcher’s Mitt

A700 Pedroia Fit 32.5 Baseball Catcher’s Mitt

$105

Woven Tech Seersucker Tennis Popover

Woven Tech Seersucker Tennis Popover

$118

Emoji Dampener Box 50 Pack

Emoji Dampener Box 50 Pack

$170

Chiefs Stand Bag

Chiefs Stand Bag

$260

12.25" Leadoff Collection Fp50ss A2000 Series Fastpitch Glove

12.25" Leadoff Collection Fp50ss A2000 Series Fastpitch Glove

$330

Tripod Tightening Handle

Tripod Tightening Handle

$40

Evolution Backpack

Evolution Backpack

$70

Gst Ncaa Football

Gst Ncaa Football

$120

One endpoint

Filter Wilson 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
  • Affiliate-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": "Wilson products",
  "filters": {
    "brand_ids": [
      "meTO"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Wilson products",
  filters: {
    brand_ids: ["meTO"],
  },
  limit: 20,
});

FAQs

How developers pull Wilson into agents, search, and affiliate flows.

For Wilson

Do you work at Wilson?

Channel3 can help Wilson show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

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