Mac Cosmetics Powder Blush, Small, Saucy Miss
$17
Product data
Structured M·A·C product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the M·A·C catalog — titles, images, and prices the API returns today.
Mac Cosmetics Powder Blush, Small, Saucy Miss
$17
Cosmetics / Eye Shadow (no.humblebrag) Frost 0.05 Oz (1.5 Ml)
$17
Mac Locked Kiss Ink 24hr Lipcolour, Extra Chili
£32
Studio Fix Powder Plus Foundation (nc47)
$27
Mac Cosmetics Studio Fix Powder Plus Foundation (nc40) .52 Oz (15 Ml)
$27
Mac Cosmetics / Eye Shadow X 9: Semi-sweet Times Nine 0.20 Oz (5.85 Ml) 773602514311
$27
Mac Ladies Studio Fix Complete Coverage Cushion Compact Spf 50 (with An Extra Refill) # Nc20 Makeup 773602530090
$44
Mac Ladies Mineralize Skinfinish Natural Powder 0.35 Oz Medium Deep Makeup
$30
Mac Ladies Love Me Liquid Lipcolour 0.1 Oz # 480 Whatta Doll Makeup
$44
Mac Ladies Powder Kiss Velvet Blur Slim Lipstick 0.07 Oz # 899 Brickthrough
£28
Mac Ladies Lustreglass Lipstick 0.1 Oz # 560 Frienda Makeup
$40
Mac Lipstick - Powder Kiss Velvet Blur Slim Stick, Over The Taupe
£28
One endpoint
The same search used in the demo above. Pass brand_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": "M·A·C products",
"filters": {
"brand_ids": [
"P9X4"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="M·A·C products",
filters={"brand_ids": ["P9X4"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "M·A·C products",
filters: {
brand_ids: ["P9X4"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull M·A·C into agents, search, and commission-earning flows.
For M·A·C
Channel3 is the product graph AI shopping apps plug into. Join it once and M·A·C's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.