Clip-it 8gb Usb Flash Drive - 3 Pack
$26
Product data
Structured Verbatim product data for search, recommendations, and AI shopping agents. Earn up to 11.84% on sales.
In the catalog
A live slice of the Verbatim catalog — titles, images, and prices the API returns today.
Clip-it 8gb Usb Flash Drive - 3 Pack
$26
Store 'n' Go Usb Drive
$23
Monitors 14" Widescreen Ips Panel 1920 Pixels X 1080 Pixels Aluminum 49591
$420
Silent Blue Led Wireless Mouse
$21
512gb Vi3000 Ssd
$49
Verbatim Vi550 S3 M2 Ssd 512gb
$71
32gb Store 'n' Go V3 Usb 3.2 Gen1 Flash Drive 10pk
$135
Tempered Glass Screen Protector
$44
Istore 'n' Go Dual Usb Flash Drive
$41
Verbatim Dvd+r Media, Double Layer 8.5 Gb, 2.4x Branded, 20 Pack On Spindle
$44
Verbatim Silent Wireless Optical Usb Mouse
$15
Verbatim External Slimline Usb-a/c Cd/dvd Writer, Black
$48
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": "Verbatim products",
"filters": {
"brand_ids": [
"9m4c"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Verbatim products",
filters={"brand_ids": ["9m4c"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Verbatim products",
filters: {
brand_ids: ["9m4c"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Verbatim into agents, search, and affiliate flows.
For Verbatim
Channel3 can help Verbatim show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.