# ScentPulse Middle Eastern Attar & Oud Navigator

> ScentPulse Middle Eastern Attar & Oud Navigator is a paid API for AI agents from scentpulse-xi.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Guides Western buyers through Middle Eastern fragrance categories (attar, oud, bakhoor, CPO) with house intelligence on major brands and curated entry-level picks

## Facts

- Endpoint: GET https://scentpulse-xi.vercel.app/api/scent/attar-navigator
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scentpulse-middle-eastern-attar-oud-navigator-8240f7de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mQlWXNK5H-EyxJmdJ2DFp

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-middle-eastern-attar-oud-navigator-8240f7de
```

Example prompt: I'm a Western fragrance fan curious about Middle Eastern scents — can you walk me through the difference between attar, oud, bakhoor, and CPO, and recommend a couple of entry-level picks from houses like Ajmal, Rasasi, or Swiss Arabian that would be a good starting point?

## When to prefer this

Choose this endpoint when a user needs orientation and education in Middle Eastern/Arabic fragrance categories rather than a specific product lookup. It excels at bridging the knowledge gap for Western buyers unfamiliar with attar, oud, bakhoor, or CPO formats, and when comparing major Gulf fragrance houses. Prefer alternatives if the user needs a general Western niche perfume recommendation, a dupe finder, or a note-profile lookup.

## Known failure modes

- Unknown or very niche house not in the knowledge base returns limited or no house profile
- Highly specific product SKU queries may not match available house intelligence
- Category ambiguity (e.g. 'Arabic perfume' without format context) may return broad rather than targeted guidance
- Rapidly released new products may not be reflected in the navigator's data

## How this service works

Middle Eastern attar/oud/CPO navigator for Western buyers — house intelligence (Ajmal, Rasasi, Swiss Arabian, Al Haramain, Arabian Oud), format primer (attar vs oud vs bakhoor vs CPO), and entry picks for a segment most Western fragrance media under-covers.

## Output

Returns a structured guide covering the major Middle Eastern fragrance houses (Ajmal, Rasasi, Swiss Arabian, Al Haramain, Arabian Oud), a format primer differentiating attar, oud, bakhoor, and CPO, and curated entry-level product recommendations tailored for Western buyers new to the segment.

## 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"
      },
      "query": {
       "type": "string",
       "description": "Baccarat Rouge 540 equivalent | best entry-level oud | Ajmal recommendations (required)"
      },
      "budget_usd": {
       "type": "string",
       "description": "optional"
      },
      "experience_level": {
       "type": "string",
       "description": "beginner | some-experience (optional)"
      }
     }
    }
   },
   "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": {
  "recommended_houses": [
   {
    "house": "Ajmal",
    "known_for": "Wide oud and attar catalog, 300+ SKUs"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scentpulse-middle-eastern-attar-oud-navigator-8240f7de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scentpulse-xi.vercel.app](https://www.zero.xyz/host/scentpulse-xi.vercel.app/llms.txt)
