Product data

Tools & Workshop

Structured tools & workshop product data for search, recommendations, and AI shopping agents.

What Tools & Workshop can I help you find?

In the catalog

Sample Tools & Workshop products

A live slice of the tools & workshop catalog — titles, images, and prices the API returns today.

8mm Damascus Executive

8mm Damascus Executive

$1,021

Matches - Victorian Holly - Red

Matches - Victorian Holly - Red

$9

Wood Tool Set – Lorenzi Milano

Wood Tool Set – Lorenzi Milano

€7,318

Birkenstock Boston Sl - Light Pink

Birkenstock Boston Sl - Light Pink

$190

Match For Anybody

Match For Anybody

$15

Merino Wool 4-bar Relaxed Fit V-neck Cardigan

Merino Wool 4-bar Relaxed Fit V-neck Cardigan

$1,390

Alc Keysco 77505 Slapping File Medium

Alc Keysco 77505 Slapping File Medium

$36

Zuca Sport Frame For Sport Insert Bags (gray)

Zuca Sport Frame For Sport Insert Bags (gray)

$165

Grey Animal Print Wool Mix Cardigan Look Jumper

Grey Animal Print Wool Mix Cardigan Look Jumper

£34

Dansko Sammy Women's Mule Clog

Dansko Sammy Women's Mule Clog

$109

Westward 45ff23 Oil Filter Wrench,metal

Westward 45ff23 Oil Filter Wrench,metal

$33

Carbon Steel Butcher Saw

Carbon Steel Butcher Saw

$70

One endpoint

Filter tools & workshop with a category ID

The same search used in the demo above. Pass category_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable category IDs
  • Live prices, availability, and merchant URLs
  • Affiliate-ready offers when a rate is available
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,
});

Related categories

Adjacent product-data APIs for the same shopping workflows.

FAQs

How developers pull tools & workshop into agents, search, and affiliate flows.

Build with this catalog

1,000 free searches every month. No credit card required.