Star Wars Decor Gray Millennium Falcon Posable Desk Lamp
$80
Product data
Structured Star Wars product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Star Wars catalog — titles, images, and prices the API returns today.
Star Wars Decor Gray Millennium Falcon Posable Desk Lamp
$80
Star Wars The Black Series Gaming Greats Lord Starkiller Deluxe 6-inch Action Figure
£7
Star Wars The Mandalorian Group Circle T-shirt
$25
Star Wars Return Of The Jedi 40th Anniversary Logo Long-sleeve T-shirt
$33
Star Wars Don't Fly Solo T-shirt
$25
Star Wars Darth Vader Father Of The Year Extra Soft T-shirt
$20
Star Wars The Mandalorian Lone Hunter T-shirt
$17
Star Wars Solo: A Star Wars Story Chewie Works Girls Tank
$27
Star Wars Solo: A Star Wars Story Main Club Hoodie
$45
Star Wars Yoda Best Mom Girls Tank
$18
Star Wars Han Solo Mighty Wook Girls Tank
$17
Star Wars The Clone Wars Savage Overlay Crew Sweatshirt
$39
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 Wars products",
"filters": {
"brand_ids": [
"Tkkr"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Star Wars products",
filters={"brand_ids": ["Tkkr"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Star Wars products",
filters: {
brand_ids: ["Tkkr"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Star Wars into agents, search, and affiliate flows.
For Star Wars
Channel3 can help Star Wars show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.