Boy's Lost Gods Christmas Naughty Nice Undecided T-shirt
$16
Product data
Structured Lost Gods product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Lost Gods catalog — titles, images, and prices the API returns today.
Boy's Lost Gods Christmas Naughty Nice Undecided T-shirt
$16
Mens Lost Gods Philadelphia Athletics Division Sweatshirt
$32
Women's Lost Gods Shamrock Smile Racerback Tank Top
$21
Men's Lost Gods Distressed Mountain Cloud T-shirt
$18
Boy's Lost Gods Never Give Up Performance Tee
$17
Juniors Womens Lost Gods Ugly Christmas Jolly Santa Claus T-shirt
$18
Stay Cool T-shirt
$16
Christmas Cat Present T-shirt
$16
Jamaica Track And Field T-shirt
$16
Women S Lost Gods Cat Stare Racerback Tank Top Pink Heather Small
Junior's Laissez Les Bon Temps Rouler Oversized T-shirt
$20
Juniors' & Women's July 4th American Lobster Artwork Short Sleeve T-shirt
$23
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": "Lost Gods products",
"filters": {
"brand_ids": [
"Q3jd"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Lost Gods products",
filters={"brand_ids": ["Q3jd"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Lost Gods products",
filters: {
brand_ids: ["Q3jd"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Lost Gods into agents, search, and commission-earning flows.
For Lost Gods
Channel3 is the product graph AI shopping apps plug into. Join it once and Lost Gods's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.