Channel3 Logo

PE Nation logoPE Nation product data API

Structured PE Nation product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a PE Nation-only AI shopping agent

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

Do you work at PE Nation?

Looking to drive more AI sales? Channel3 can help PE Nation 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 PE Nation products.

Find any PE Nation 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": "PE Nation products",
  "filters": {
    "brand_ids": [
      "opWS"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const products = await client.search.perform({
  query: "PE Nation products",
  filters: {
    brand_ids: ["opWS"],
  },
  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 PE Nation products

A preview of the products available through the Channel3 PE Nation product data API.

Kite 2 Tee In Oat Marle
PE Nation
Kite 2 Tee In Oat Marle
A$40
Monterey Zip Neck Sweat In Mahogany
PE Nation
Monterey Zip Neck Sweat In Mahogany
$89
Restore Seamless Legging In Black - Xs
PE Nation
Restore Seamless Legging In Black - Xs
A$79
Preset Short In Violet Crush - M
PE Nation
Preset Short In Violet Crush - M
A$45
Nation Ltd Naya Square Neck Puff Sleeve Top Xs
PE Nation
Nation Ltd Naya Square Neck Puff Sleeve Top Xs
$108
Residency Blazer In Walnut - Xs
PE Nation
Residency Blazer In Walnut - Xs
A$108
Triumph Jacket In Black & Whisper White - 2xs
PE Nation
Triumph Jacket In Black & Whisper White - 2xs
A$119
Addie Cardigan
PE Nation
Addie Cardigan
$175
Shelter Sherpa Jacket Cloud 3xl
PE Nation
Shelter Sherpa Jacket Cloud 3xl
A$199
Rosetta Cardigan
PE Nation
Rosetta Cardigan
$203
Backspin Sweat In Grey Marle - 2xs
PE Nation
Backspin Sweat In Grey Marle - 2xs
A$149
Nation Ltd Goldie Short Sleeve Boxy Crew Tee L
PE Nation
Nation Ltd Goldie Short Sleeve Boxy Crew Tee L
$59
Discovery Cotton Pant In Marine Blue - 2xs
PE Nation
Discovery Cotton Pant In Marine Blue - 2xs
A$60
Refine Scoop Tank In Whisper White - M
PE Nation
Refine Scoop Tank In Whisper White - M
A$69
Liberty Tee In Grey Marle - M
PE Nation
Liberty Tee In Grey Marle - M
A$40
Elsewhere Cap In Fossil
PE Nation
Elsewhere Cap In Fossil
A$41
Flow 3" Bike Short In Black
PE Nation
Flow 3" Bike Short In Black
$17
Retreat Knit Pant In Steel - 2xs
PE Nation
Retreat Knit Pant In Steel - 2xs
A$54
Nation Ltd - Elliot T-shirt
PE Nation
Nation Ltd - Elliot T-shirt
$98
Printemps Waffle Sweat In Whisper White - S
PE Nation
Printemps Waffle Sweat In Whisper White - S
A$70
Signature Full Length Legging In Marine Blue - M
PE Nation
Signature Full Length Legging In Marine Blue - M
A$89
Sweat In Black - Xs
PE Nation
Sweat In Black - Xs
A$70
Nation Ltd - Neda Pleated Top - Xs
PE Nation
Nation Ltd - Neda Pleated Top - Xs
$115
Formation 2.0 Tee In Whisper White - S
PE Nation
Formation 2.0 Tee In Whisper White - S
A$57

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": "PE Nation sample product",
      "brand": {
        "name": "PE Nation"
      },
      "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 PE Nation 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 PE Nation 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