Product data

Born Primitive

Structured Born Primitive product data for search, recommendations, and AI shopping agents.

What Born Primitive can I help you find?

In the catalog

Sample Born Primitive products

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

All Or Nothing Short (adrenaline)

All Or Nothing Short (adrenaline)

Men's Born Primitive Bp Premium Basic Long Sleeve Hooded Training Shirt

Men's Born Primitive Bp Premium Basic Long Sleeve Hooded Training Shirt

$50

Your Go To Legging 2.0 Classic Set

Your Go To Legging 2.0 Classic Set

$89

Summit Crop Top (electric Punch) - 2x-large

Summit Crop Top (electric Punch) - 2x-large

$24

Your Go To Legging 2.0 (soft Grape)

Your Go To Legging 2.0 (soft Grape)

$42

Double Take Booty Short Set (black) - 2x-large / 2x-large

Double Take Booty Short Set (black) - 2x-large / 2x-large

$82

Traverse Short 9" (black)

Traverse Short 9" (black)

$60

Bdf Born Primitive Trucker Hat (black)

Bdf Born Primitive Trucker Hat (black)

$30

Network Short Sleeve (black) - 3x-large

Network Short Sleeve (black) - 3x-large

$65

Women's Cloud Jogger (bp Navy)

Women's Cloud Jogger (bp Navy)

$80

For The Driven Patriot Tee (heather Grey) - 3x-large

For The Driven Patriot Tee (heather Grey) - 3x-large

$32

Flex Stretchy High-rise Skinny Jean (white)

Flex Stretchy High-rise Skinny Jean (white)

$45

One endpoint

Filter Born Primitive with a brand ID

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

  • Normalized titles, images, and stable brand 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": "Born Primitive products",
  "filters": {
    "brand_ids": [
      "NUPq"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Born Primitive products",
    filters={"brand_ids": ["NUPq"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Born Primitive products",
  filters: {
    brand_ids: ["NUPq"],
  },
  limit: 20,
});

FAQs

How developers pull Born Primitive into agents, search, and affiliate flows.

For Born Primitive

Do you work at Born Primitive?

Channel3 can help Born Primitive show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

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