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.

9/11 25 Years Crop Tee

9/11 25 Years Crop Tee

Born Primitive Performance Shorts - Women's

Born Primitive Performance Shorts - Women's

$7

Born Primitive Men's Tactical Reaper Short Sleeve Casual Shirt

Born Primitive Men's Tactical Reaper Short Sleeve Casual Shirt

$32

Your Go To Booty Short Set (regal/white)

Your Go To Booty Short Set (regal/white)

$77

Maverick Short 9" (desert Tan)

Maverick Short 9" (desert Tan)

$49

Flex Stretchy Athletic Fit Jean (light Fade Wash)

Flex Stretchy Athletic Fit Jean (light Fade Wash)

$90

Women's Cloud Short (heather Oatmeal)

Women's Cloud Short (heather Oatmeal)

$50

All Or Nothing Short (bp Navy) - 2x-large

All Or Nothing Short (bp Navy) - 2x-large

$45

American Defender Short 3.0 (navy)

American Defender Short 3.0 (navy)

$30

Quiver Grid Fleece Full Zip Thermal Bottom (black)

Quiver Grid Fleece Full Zip Thermal Bottom (black)

$79

Women's Endurance Short (paloma)

Women's Endurance Short (paloma)

$45

Versatile Short 5" (stone)

Versatile Short 5" (stone)

$35

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
  • Commission-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 commission-earning flows.

For Born Primitive

Do you work at Born Primitive?

Channel3 is the product graph AI shopping apps plug into. Join it once and Born Primitive's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.

Join the graph

Build with this catalog

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