# GlowPulse Beauty Retailer Sale Timing

> GlowPulse Beauty Retailer Sale Timing is a paid API for AI agents from glowpulse-nine.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns upcoming sale windows, discount tiers, and loyalty program timing for major beauty retailers including Sephora, Ulta, and Olive Young

## Facts

- Endpoint: GET https://glowpulse-nine.vercel.app/api/glow/sale-timing
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glowpulse-beauty-retailer-sale-timing-89ed972e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hu8tpuz0xOudFsYELLjU9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability glowpulse-beauty-retailer-sale-timing-89ed972e
```

Example prompt: When is the next Sephora sale event, and what discount do VIB Rouge members get? I want to know if I should wait to buy my skincare now or hold off.

## When to prefer this

Use this endpoint when a user wants to time a beauty purchase to coincide with a sale event at Sephora, Ulta, Olive Young, or other K-beauty retailers. Ideal when the user is asking about loyalty-tier discounts, seasonal sale cycles, or which retailer offers the best deal for a specific product category. Not appropriate for real-time price lookups or ingredient analysis.

## Known failure modes

- Unknown or unsupported retailer name returns no data
- Sale timing data may be outdated if retailer changes annual schedule
- No guarantee of exact dates — timing windows are typical/historical estimates
- Payment failure or 402 error if USDC balance is insufficient

## How this service works

When is the next Sephora or Olive Young sale? Beauty retailer sale-timing brief — Sephora Spring/Fall Savings tiers, Ulta 21 Days of Beauty, Olive Young and K-beauty retailer cycles, loyalty-tier discounts, and best-retailer-by-category guidance.

## Output

A JSON response indicating the retailer, the next known sale event name, its typical timing window (e.g. month or season), loyalty-tier discount breakdowns, and best-retailer-by-category guidance for maximizing savings on beauty purchases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | ko | ja | de | fr | es | pt (optional)"
      },
      "region": {
       "type": "string",
       "description": "US | EU | KR | JP | global (optional)"
      },
      "retailer": {
       "type": "string",
       "description": "Sephora | Ulta | Olive Young | YesStyle | Stylevana | iHerb | all (required)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "retailer": "Sephora",
  "next_known_sale_window": {
   "event_name": "Spring Savings Event",
   "typical_timing": "April"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glowpulse-beauty-retailer-sale-timing-89ed972e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glowpulse-nine.vercel.app](https://www.zero.xyz/host/glowpulse-nine.vercel.app/llms.txt)
