Galt Water Magic Monster And Aliens
ยฃ7
Product data
Structured John Galt product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the John Galt catalog โ titles, images, and prices the API returns today.
Galt Water Magic Monster And Aliens
ยฃ7
John Galt White Summer Thermal Shorts
$20
Pink Ginny Off-the-shoulder Short Sleeve Top
$18
John Galt Navy Beyonca Cropped Tank Top
$16
Robyn Newport Off-the-shoulder T-shirt
$23
Blue Plaid Ruffle Micro Shorts
$22
John Galt Burgundy Zip Up Hoodie
$45
White Cinched Bow Long Sleeve Top
$20
John Galt Navy Summer Thermal Shorts
$20
Strawberry Boyshorts
$15
Orange Bonnie Off-the-shoulder Short Sleeve Top
$16
Black Split Hem Tank Top
$24
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": "John Galt products",
"filters": {
"brand_ids": [
"eEkr"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="John Galt products",
filters={"brand_ids": ["eEkr"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "John Galt products",
filters: {
brand_ids: ["eEkr"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull John Galt into agents, search, and affiliate flows.
For John Galt
Channel3 can help John Galt show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.