# AU Esoteric Trend Report

> AU Esoteric Trend Report is a paid API for AI agents from etherealgoodsco.store, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a weekly curated headline set plus deterministic keyword-frequency trend signals for the Australian esoteric and spiritual e-commerce market, delivered as JSON.

## Facts

- Endpoint: GET https://etherealgoodsco.store/data/trend-report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/au-esoteric-trend-report-cd7a4ee1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tCo_Hbvh5HHrCuxzEJ97j

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 au-esoteric-trend-report-cd7a4ee1
```

Example prompt: What are the trending topics and top keyword signals in the Australian esoteric and spiritual e-commerce market this week?

## When to prefer this

Choose this endpoint when you need a ready-made, structured weekly trend signal for the Australian esoteric or spiritual e-commerce niche without having to scrape or aggregate data yourself. It's ideal for store owners, content creators, or market researchers who want a low-cost, automated pulse on what's trending in crystals, tarot, new-age wellness, and related AU spiritual retail categories. Prefer this over general web scraping or broad e-commerce trend APIs when the target is specifically the Australian esoteric and metaphysical market.

## Known failure modes

- Payment not received or x402 flow not completed — returns 402 Payment Required
- Report not yet generated for current week — may return stale or empty data
- Service downtime on etherealgoodsco.store — returns 5xx error
- Malformed response if upstream data sources are unavailable
- Rate limiting if called excessively within a billing window

## How this service works

Weekly AU esoteric & spiritual e-commerce trend report: curated headline set plus deterministic keyword-frequency trend signals (JSON).

## Output

A JSON object containing a curated set of headlines covering Australian esoteric and spiritual e-commerce news, plus deterministic keyword-frequency trend signals indicating which topics, product categories, or search terms are rising or falling in prominence this week.

## 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",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/au-esoteric-trend-report-cd7a4ee1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from etherealgoodsco.store](https://www.zero.xyz/host/etherealgoodsco.store/llms.txt)
