Product data

Office Supplies

Structured office supplies product data for search, recommendations, and AI shopping agents.

What Office Supplies can I help you find?

In the catalog

Sample Office Supplies products

A live slice of the office supplies catalog — titles, images, and prices the API returns today.

1970s Red Plastic Perpetual Calendar

1970s Red Plastic Perpetual Calendar

$325

The Storyboard In Ocean

The Storyboard In Ocean

£89

Vintage Crystal Coq Nain Paperweight By Lalique, 1950s

Vintage Crystal Coq Nain Paperweight By Lalique, 1950s

$529

John Lewis 2.0 Reporters Notebook, Multi

John Lewis 2.0 Reporters Notebook, Multi

£4

1980s Marble And Brass Business Card Holder

1980s Marble And Brass Business Card Holder

$100

Snake Letter Opener

Snake Letter Opener

€195

Lobster Wooden Postcard

Lobster Wooden Postcard

$6

Waxed Canvas Utility Roll | Bradley Mountain

Waxed Canvas Utility Roll | Bradley Mountain

$45

Ready Index Jan-dec Tab Dividers

Ready Index Jan-dec Tab Dividers

$8

Fabric Journal

Fabric Journal

$8

Saint Tropez Portfolio In Classic

Saint Tropez Portfolio In Classic

A$760

Cozyla Calendar Plus Gen2 32-inch Uhd4k Family Calendar (white) Bundle

Cozyla Calendar Plus Gen2 32-inch Uhd4k Family Calendar (white) Bundle

$1,100

One endpoint

Filter office supplies 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": "office supplies and stationery",
  "filters": {
    "category_ids": [
      "3Dg"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="office supplies and stationery",
    filters={"category_ids": ["3Dg"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "office supplies and stationery",
  filters: {
    category_ids: ["3Dg"],
  },
  limit: 20,
});

Related categories

Adjacent product-data APIs for the same shopping workflows.

FAQs

How developers pull office supplies into agents, search, and affiliate flows.

Build with this catalog

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