Global Industrial 238414cy Corner Coffee Table, Cherry Top, 29-1/2 X 29-1/2
$163
Product data
Structured Global Industrial product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Global Industrial catalog — titles, images, and prices the API returns today.
Global Industrial 238414cy Corner Coffee Table, Cherry Top, 29-1/2 X 29-1/2
$163
Global Industrial 300 Gsm Microfiber Cleaning Cloths 16 X 16 Blue 12 Cloths/
$32
Global Industrial 72 L Expanded Metal Mesh Bench W/back Rest Black
$432
8 Way Adjustable Ergonomic Multifunction Chair Leather Black
$325
Adjustable Height Plastic Folding Table 30 X 20 Charcoal
$79
Stacking Banquet Chair Vinyl 2 Seat Black Lot Of 4
$386
Global Industrial Projector Presentation Cart - Gray & Black
$277
Sloped Surface Shop Desk With Pigeonhole Compartment
$303
Global Industrial 8' Ada Outdoor Steel Picnic Table, Expanded Metal, Black (695289bk)
$1,317
60-1/4 W X 45 H Mobile Office Partition Panel Gray
$464
Global Industrial Armless Task Chair Fabric Black Mid Back
$179
Counter Height Restaurant Table Gray 48 L X 30 W X 36 H
$550
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": "Global Industrial products",
"filters": {
"brand_ids": [
"PCV0"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Global Industrial products",
filters={"brand_ids": ["PCV0"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Global Industrial products",
filters: {
brand_ids: ["PCV0"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Global Industrial into agents, search, and affiliate flows.
For Global Industrial
Channel3 can help Global Industrial show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.