Studio Fix Fluid Broad Spectrum Spf15
Product data
M.A.C
Structured M.A.C product data for search, recommendations, and AI shopping agents.
What M.A.C can I help you find?
In the catalog
Sample M.A.C products
A live slice of the M.A.C catalog — titles, images, and prices the API returns today.
Mac Glitter
£18
Mac Studio Fix Powder Plus Foundation, Nw10
£35
Macximal Sleek Satin 8hr Full-coverage Hydrating Lipstick
$25
Mac Powder Kiss Lip + Cheek Mousse
£25
Mac 190 Foundation Brush
£22
Mac Cosmetics Amplified Lipstick (bare Bling)
$18
Powder Blush (sincere) 0.21 Oz
$25
Mac Ladies Studio Fix Complete Coverage Cushion Compact Spf 50 (with An Extra Refill) # Nc20 Makeup 773602530090
$44
Squirt Plumping Gloss Stick - Simulation
SEK 279
Mac Ladies Studio Radiance 24hr Luminous Lift Concealer 0.37 Oz Nc37 Medium Beige With Neutral Undertone Makeup 773602657216
$30
Mac Lipstick – Amplified Creme, Just Wondering
£22
One endpoint
Filter M.A.C 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": "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,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull M.A.C into agents, search, and affiliate flows.
For M.A.C
Do you work at M.A.C?
Channel3 can help M.A.C show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.