8mm Damascus Executive
$1,021
Product data
Structured tools & workshop product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the tools & workshop catalog — titles, images, and prices the API returns today.
8mm Damascus Executive
$1,021
Matches - Victorian Holly - Red
$9
Wood Tool Set – Lorenzi Milano
€7,318
Birkenstock Boston Sl - Light Pink
$190
Match For Anybody
$15
Merino Wool 4-bar Relaxed Fit V-neck Cardigan
$1,390
Alc Keysco 77505 Slapping File Medium
$36
Zuca Sport Frame For Sport Insert Bags (gray)
$165
Grey Animal Print Wool Mix Cardigan Look Jumper
£34
Dansko Sammy Women's Mule Clog
$109
Westward 45ff23 Oil Filter Wrench,metal
$33
Carbon Steel Butcher Saw
$70
One endpoint
The same search used in the demo above. Pass category_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": "hand tools, power tools, and workshop equipment",
"filters": {
"category_ids": [
"NZm"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="hand tools, power tools, and workshop equipment",
filters={"category_ids": ["NZm"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "hand tools, power tools, and workshop equipment",
filters: {
category_ids: ["NZm"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull tools & workshop into agents, search, and affiliate flows.