Star Trek To The Death Adult T-shirt Sand
$20
Product data
Structured Star Trek product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Star Trek catalog — titles, images, and prices the API returns today.
Star Trek To The Death Adult T-shirt Sand
$20
Toddler Boys' Star Trek Tos Episode 61 T-shirt Black
$19
Boys' Star Trek Space Group T-shirt Black
$19
Women's - Star Wars - Mandalorian Jersey Lightweight French Terry Wide Neck Long Sleeve Graphic Shirt
$40
Star Trek First Contact Loose T-shirt
$25
Women's Star Trek Space The Final Frontier Loose T-shirt Navy
$19
Star Trek Dark Villain Adult T-shirt Charcoal
$20
Diamond Comic Star Trek Tng Ensign Bajoran Ro Laren Figure Red
$30
Boys' Star Trek Press A To Transport T-shirt Charcoal
$19
Boys' Star Trek Galaxy Glow T-shirt Black
$19
Star Trek Strange New Worlds Crew Pike Spock Uhura Ortegas Adult T-shirt Black
$22
Boy's Star Wars Christmas Gingerbread Characters T-shirt
$16
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": "Star Trek products",
"filters": {
"brand_ids": [
"xkVY"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Star Trek products",
filters={"brand_ids": ["xkVY"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Star Trek products",
filters: {
brand_ids: ["xkVY"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Star Trek into agents, search, and commission-earning flows.
For Star Trek
Channel3 is the product graph AI shopping apps plug into. Join it once and Star Trek's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.