Channel3 Logo

Star Trek logoStar Trek product data API

Structured Star Trek product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Star Trek-only AI shopping agent

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

Do you work at Star Trek?

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

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

client = Channel3()

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

const client = new Channel3();

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

A preview of the products available through the Channel3 Star Trek product data API.

Eaglemoss Star Trek The Official Starships Collection #8: Uss Enterprise E Ship Replica Toy, Multicolor
Eaglemoss
Eaglemoss Star Trek The Official Starships Collection #8: Uss Enterprise E Ship Replica Toy, Multicolor
$28
Star Trek Lower Decks Badgey Logic-y
Star Trek
Star Trek Lower Decks Badgey Logic-y
$10
Lego Minecraft The Crafting Table Set 21265
Star Trek
Lego Minecraft The Crafting Table Set 21265
€54
Star Trek: Light Version Playing Cards
theory11
Star Trek: Light Version Playing Cards
£18
Star Trek Spock Mini Tubbz Rubber Duck Collectible
Numskull Games
Star Trek Spock Mini Tubbz Rubber Duck Collectible
£14
Star Trek Command Uniform T Shirt, Gold
Star Trek
Star Trek Command Uniform T Shirt, Gold
£18
Star Trek Tng Season 5 Episode 8 T Shirt, Black
Star Trek
Star Trek Tng Season 5 Episode 8 T Shirt, Black
£18
Star Trek The First Enterprise Unisex Hoodie, Black
Star Trek
Star Trek The First Enterprise Unisex Hoodie, Black
£36
Star Trek Discovery Discovery Crest T Shirt, Charcoal
Star Trek
Star Trek Discovery Discovery Crest T Shirt, Charcoal
£18
Star Trek Trek Dogs Hoodie, Black
Star Trek
Star Trek Trek Dogs Hoodie, Black
£36
Star Trek Classic T Shirt, Black
Star Trek
Star Trek Classic T Shirt, Black
£18
Star Trek Stardate 2245 Sweatshirt, Navy
Star Trek
Star Trek Stardate 2245 Sweatshirt, Navy
£35
Star Trek Facepalm T-shirt, Black
Star Trek
Star Trek Facepalm T-shirt, Black
£18
Star Trek Discovery Black Alert Long Sleeve T-shirt, Black
Star Trek
Star Trek Discovery Black Alert Long Sleeve T-shirt, Black
£20
Star Trek Starfleets Finest Sweatshirt, Black
Star Trek
Star Trek Starfleets Finest Sweatshirt, Black
£35
Star Trek Seven Of Nine Hoodie, Navy
Star Trek
Star Trek Seven Of Nine Hoodie, Navy
£36
Star Trek Darkness Command Logo T Shirt, Black
Star Trek
Star Trek Darkness Command Logo T Shirt, Black
£24
Star Trek The Tritanium T Shirt, Black
Star Trek
Star Trek The Tritanium T Shirt, Black
£18
Star Trek Enterprise Outline Hoodie, Black
Star Trek
Star Trek Enterprise Outline Hoodie, Black
£36
Star Trek Tng Worf T Shirt, Black
Star Trek
Star Trek Tng Worf T Shirt, Black
£18
Star Trek Live Long And Prosper Mens Black Short Sleeved T-shirt
Star Trek
Star Trek Live Long And Prosper Mens Black Short Sleeved T-shirt
£19
Star Trek Stargazer Athletic Hoddie, Athletic Heather
Star Trek
Star Trek Stargazer Athletic Hoddie, Athletic Heather
£36
St Original Shore Leave T Shirt, Slate
Star Trek
St Original Shore Leave T Shirt, Slate
£18
Star Trek Feline Galaxy Hoodie, Black
Star Trek
Star Trek Feline Galaxy Hoodie, Black
£48

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