Annie Hair Brush Set
$11
Product data
Structured beauty & personal care product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the beauty & personal care catalog — titles, images, and prices the API returns today.
Annie Hair Brush Set
$11
Pixie Woo Hair Therapy Detangling Leave-in Conditioner
$26
Stingerino - Fiammato
$345
Institut Esthederm Bronz Repair Face Cream Moderate Sun, 50ml
£40
Off-white Style 69 Eyeglasses Red/clear Lens
£7
Algae Peptide Regenerative Moisturizer
$98
Clarinsmen Shave And Beard Oil, 30ml
£27
Tyler | Guy Fox
$78
Roller Ball Cologne | Red Label
$36
L'occitane X Pink City Prints Shea Butter Travel Collection Bodycare Gift Set
£25
Hot & Hotter 360 Degree Rechargeable Self Cutter, 1 Count, Grey
$23
Radiansome 100 Microfluidizer Cream
$90
One endpoint
The same search used in the demo above. Pass category_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "beauty and personal care products",
"filters": {
"category_ids": [
"r7g"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="beauty and personal care products",
filters={"category_ids": ["r7g"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "beauty and personal care products",
filters: {
category_ids: ["r7g"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull beauty & personal care into agents, search, and affiliate flows.