Channel3 Logo

John Fellows logoJohn Fellows product data API

Structured John Fellows product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a John Fellows-only AI shopping agent

This demo uses a constant John Fellows filter and tells the assistant it represents John Fellows only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at John Fellows?

Looking to drive more AI sales? Channel3 can help John Fellows surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to John Fellows products.

Find any John Fellows product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "John Fellows products",
  "filters": {
    "brand_ids": [
      "bF3F"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="John Fellows products",
    filters={"brand_ids": ["bF3F"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "John Fellows products",
  filters: {
    brand_ids: ["bF3F"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample John Fellows products

A preview of the products available through the Channel3 John Fellows product data API.

Fellowes Victory Lx 2-leg Electric Steel Table Base With Memory Height Settings, 47-1/2”h X 36”w X 24”d, Black
John Fellows
Fellowes Victory Lx 2-leg Electric Steel Table Base With Memory Height Settings, 47-1/2”h X 36”w X 24”d, Black
$799
Fellowes Array Af1 3-in-1 360° Filter, 16-1/8”h X 13”w X 13”d
John Fellows
Fellowes Array Af1 3-in-1 360° Filter, 16-1/8”h X 13”w X 13”d
$581
Fellowes Punched Id Card/clip Glossy Laminating Pouches - Laminating Pouch/sheet Size: 3.88"x 5 Mil Thickness - Glossy -
John Fellows
Fellowes Punched Id Card/clip Glossy Laminating Pouches - Laminating Pouch/sheet Size: 3.88"x 5 Mil Thickness - Glossy -
$17
Fellowes Muro Magnetic Fully Framed Rectangle Wall-mount Markerboard Porcelain 96 X 48 White Silver Metal Frame
John Fellows
Fellowes Muro Magnetic Fully Framed Rectangle Wall-mount Markerboard Porcelain 96 X 48 White Silver Metal Frame
$1,201
Fellowes Keyboard Palm Support With Microban Protection
John Fellows
Fellowes Keyboard Palm Support With Microban Protection
$42
Fellowes Powershred 92cs 18 Sheet Cross-cut Shredder
John Fellows
Fellowes Powershred 92cs 18 Sheet Cross-cut Shredder
$309
Fellowes Evolve3 Fms Triple Fixed Motion Slider Monitor Arm Holds Up To 32.9" Wide Monitors 15.4 Lb Capacity Silver
John Fellows
Fellowes Evolve3 Fms Triple Fixed Motion Slider Monitor Arm Holds Up To 32.9" Wide Monitors 15.4 Lb Capacity Silver
$880
Fellowes 48\"w Rectangle Laminate Worksurface Desktop, Phantom Charcoal
John Fellows
Fellowes 48\"w Rectangle Laminate Worksurface Desktop, Phantom Charcoal
$191
Fellowes Array Ar1 Uvc Air Purifier Replacement Pre-filters Pack Of 2
John Fellows
Fellowes Array Ar1 Uvc Air Purifier Replacement Pre-filters Pack Of 2
$49
Rectangle Laminate Worksurface Desktop, 48"w X 24"d, Neo Walnut
John Fellows
Rectangle Laminate Worksurface Desktop, 48"w X 24"d, Neo Walnut
$184
Asymmetric Sofa
John Fellows
Asymmetric Sofa
$17,080
Wood Frame Lounge Chair
John Fellows
Wood Frame Lounge Chair
$11,980
Rail Lounge Chair
John Fellows
Rail Lounge Chair
$7,750
Asymmetric Grand Sofa
John Fellows
Asymmetric Grand Sofa
$18,150
Fellowes Aeramax Se Replacement Combo Pre-filter/h14 True Hepa/carbon Filter
John Fellows
Fellowes Aeramax Se Replacement Combo Pre-filter/h14 True Hepa/carbon Filter
$135
Rail Sofa
John Fellows
Rail Sofa
$16,480
Wood Frame Sofa
John Fellows
Wood Frame Sofa
$31,610
Petal Chair Metal Base
John Fellows
Petal Chair Metal Base
$2,180
Wood Frame Lounge Chair
John Fellows
Wood Frame Lounge Chair
$10,680
Slat Bench
John Fellows
Slat Bench
$6,660
Rail Sofa
John Fellows
Rail Sofa
$17,780
Museum Bench
John Fellows
Museum Bench
$6,140
Petal Chair Metal Base
John Fellows
Petal Chair Metal Base
$2,260
Wood Frame Lounge Chair
John Fellows
Wood Frame Lounge Chair
$11,170

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "John Fellows sample product",
      "brand": {
        "name": "John Fellows"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find John Fellows product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with John Fellows product data

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

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3