Adult Plano West Senior High School Steel Gray T-shirt
$35
Product data
Structured Pel Athletic product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Pel Athletic catalog — titles, images, and prices the API returns today.
Adult Plano West Senior High School Steel Gray T-shirt
$35
Pel Athletic Men's Grandville High School Maroon Pullover Hoodie
$40
Pel Athletic Adult Paradise Honors High School Steel Gray T-shirt
$35
Pel Athletic Adult Central Dauphin East High Black T-shirt
$30
Pel Athletic Men's Long Reach High School Purple T-shirt
$25
Parkland High School Grey Crewneck Sweatshirt
$11
Adult Lebanon Trail High School Pullover Hoodie
$50
Pel Athletic Men's Miamisburg High School Blue Performance T-shirt
$30
Adult Vista Ridge High School Logo Black Perfect T-shirt
$30
Pel Athletic Adult Vista Ridge High School Steel Gray T-shirt
$35
Pel Athletic Men's Midland Senior High School Purple T-shirt
$25
Pel Athletic Adult Brunswick Senior High School Royal T-shirt
$30
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": "Pel Athletic products",
"filters": {
"brand_ids": [
"vrCc"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Pel Athletic products",
filters={"brand_ids": ["vrCc"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Pel Athletic products",
filters: {
brand_ids: ["vrCc"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Pel Athletic into agents, search, and commission-earning flows.
For Pel Athletic
Channel3 is the product graph AI shopping apps plug into. Join it once and Pel Athletic's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.