Workstead Signal Solo Ø7"x D9" X H8" - Brushed Nickel
$1,785
Product data
Structured Workstead product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Workstead catalog — titles, images, and prices the API returns today.
Workstead Signal Solo Ø7"x D9" X H8" - Brushed Nickel
$1,785
Park Flush Mount Wall Light - Black Enamel
$2,450
Lodge Pendant - Oak/large
$3,450
Workstead Shaded Vault Sconce
$1,175
Industrial Chandelier - Black
$3,725
Cannon Sconce - Natural Oak
$895
Signal Globe - Hewn Brass/no Pull Chain
$2,995
Bole Sconce In Color - Tomato/plug & Cord With Integrated Dimmer - Black Cord
$2,195
Bole Pendant Iv - 24"/natural Burlap/matte Black Enamel
$6,450
Tower Pendant I - Hewn Brass/painted White Oak/fixed Rod
$2,825
Pendolo Floor Lamp - Medium - Natural Linen/hewn Brass/black Cord
$2,925
Hieroglyph Pendant Xii - Natural Oak/blackened Brass
$7,250
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": "Workstead products",
"filters": {
"brand_ids": [
"r95E"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Workstead products",
filters={"brand_ids": ["r95E"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Workstead products",
filters: {
brand_ids: ["r95E"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Workstead into agents, search, and commission-earning flows.
For Workstead
Channel3 is the product graph AI shopping apps plug into. Join it once and Workstead's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.