# ScentPulse Middle Eastern Attar & Oud Navigator

> ScentPulse Middle Eastern Attar & Oud Navigator 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-14).

Provides house intelligence, format primers, and entry-level picks for Middle Eastern fragrance categories (attar, oud, bakhoor, CPO) from brands like Ajmal, Rasasi, Swiss Arabian, Al Haramain, and Arabian Oud, tailored for Western buyers.

## Facts

- Endpoint: GET https://scentpulse.theaslangroupllc.com/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-bf3a7319
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LMvpqIchLeP3L8Trd2rw6

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-bf3a7319
```

Example prompt: I'm a Western fragrance enthusiast who's curious about Middle Eastern perfumery — can you walk me through the main formats like attar, oud, and CPO, and recommend a few beginner-friendly picks from houses like Ajmal, Rasasi, or Swiss Arabian?

## When to prefer this

Use this endpoint when a user wants to explore or understand Middle Eastern fragrance categories and brands, especially as a beginner or Western buyer with limited exposure to attar, oud, bakhoor, or CPO formats. Prefer this over generic fragrance search endpoints when the query specifically involves Arabian/Middle Eastern houses or format-specific education.

## Known failure modes

- Invalid or unrecognized format/category parameter returns a 400 error
- Overly niche house not in the database returns empty recommendations
- Payment failure (x402) blocks access before response is delivered
- Rate limit exceeded returns 429 with retry guidance

## 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

A structured guide covering key Middle Eastern fragrance houses (Ajmal, Rasasi, Swiss Arabian, Al Haramain, Arabian Oud), explanations of format differences (attar vs oud vs bakhoor vs CPO), and curated entry-level recommendations suited to Western buyers unfamiliar with the category.

## 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-bf3a7319/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)
