# ScentPulse Fragrance Discontinuation Watch

> ScentPulse Fragrance Discontinuation Watch is a paid API for AI agents from scentpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Monitors fragrance discontinuation risk using retailer stock-out signals, forum chatter, and secondary-market price trends, with act-now guidance and succession picks.

## Facts

- Endpoint: GET https://scentpulse.theaslangroupllc.com/api/scent/discontinued-watch
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scentpulse-fragrance-discontinuation-watch-c245d179
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fMY1R6eob8Qg7U9nb9tbn

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 scentpulse-fragrance-discontinuation-watch-c245d179
```

Example prompt: Can you check if Thierry Mugler Angel Eau de Parfum is at risk of being discontinued? I want to know the stock-out signals, secondary-market price trends, and whether I should buy backup bottles now — plus any recommended successor fragrances if it's truly fading out.

## When to prefer this

Use this endpoint when a user suspects a beloved fragrance may be getting discontinued and wants early warning signals before an official announcement — especially useful since brands rarely announce discontinuations publicly. Prefer this over general fragrance lookup endpoints when the intent is specifically about availability risk, stockpile decisions, or finding a successor scent.

## Known failure modes

- Unknown or very niche fragrance name returns no signal data
- Fragrance name ambiguity (same name, different houses) may return incorrect results
- Insufficient secondary-market data for newly launched fragrances
- Signals may lag real-world events by days or weeks
- Brand typos or misspellings result in no-match errors

## How this service works

Fragrance discontinuation watch — signal-based status (retailer stock-outs, forum chatter, secondary-market price trends) since brands rarely officially announce discontinuations, plus act-now guidance and succession picks if a fragrance is truly fading out.

## Output

Returns a discontinuation risk status for the queried fragrance, backed by signals such as retailer stock-out patterns, fragrance forum chatter, and secondary-market price trend data. Includes an act-now recommendation (e.g., whether to stockpile) and ranked succession/alternative fragrance picks if the scent appears to be genuinely fading from the market.

## 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 | de | fr | es | ar | ja | ko | zh | pt"
      },
      "brand": {
       "type": "string",
       "description": "Cartier | Dior (optional)"
      },
      "fragrance": {
       "type": "string",
       "description": "Must de Cartier | Fahrenheit Absolute (required — fragrance to check)"
      }
     }
    }
   },
   "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": {
  "fragrance": "Must de Cartier",
  "discontinuation_status": "stock tightening signals"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scentpulse-fragrance-discontinuation-watch-c245d179/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scentpulse.theaslangroupllc.com](https://www.zero.xyz/host/scentpulse.theaslangroupllc.com/llms.txt)
