Full Color Pvc Mat, 16" X 28", University Of Georgia
$40
Product data
Structured Team Sports America product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Team Sports America catalog โ titles, images, and prices the API returns today.
Full Color Pvc Mat, 16" X 28", University Of Georgia
$40
Nfl Cincinnati Bengals Garden Flag 12x18 Double Sided, Officially Licensed Sports Flags For Outside, Indoor And Outdoor Flags For Football Fans
$25
Coir Mat, 16"x28", University Of Kentucky
$37
Grill Apron, Black, Miami Dolphins
$41
Stainless Steel Tumbler, 20oz, New England Patriots
Appalachian State University Sassafras Switch Mat
Wallet, Tri-fold, Pittsburgh Penguins, 2017 Logo
University Of Kansas, Coir Mat 1c
Western Carolina University, Bi-fold Wallet, Black
University Of Virginia, Cross Body Wallet, Black
Evergreen Enterprises Iowa State Cyclones 2 Pack 4" Ceramic Led Christmas Tree Set Multicolor
$35
Team Sports America Nfl Vintage Garden Statue
$44
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Team Sports America products",
"filters": {
"brand_ids": [
"lRkE"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Team Sports America products",
filters={"brand_ids": ["lRkE"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Team Sports America products",
filters: {
brand_ids: ["lRkE"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Team Sports America into agents, search, and affiliate flows.
For Team Sports America
Channel3 can help Team Sports America show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.