# TariffMonkee AEO Audit

> TariffMonkee AEO Audit is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.031/call, status unknown (last checked 2026-09-15).

Analyzes a URL for AI-readiness by checking schema.org structured data, crawlability signals, and llms.txt, returning a 0-100 score with actionable recommendations.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/aeo-audit
- Price: $0.031/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-aeo-audit-05820f33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O3hpsjJVJd-vuRhpO89U4

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 tariffmonkee-aeo-audit-05820f33
```

Example prompt: Can you run an AI-readiness audit on https://example.com and tell me the score plus what structured data or crawlability issues I need to fix?

## When to prefer this

Choose this endpoint when you need a fast, structured assessment of a website's AI/LLM discoverability and crawlability — specifically when you care about schema.org markup completeness, robots.txt and meta robots compliance, canonical tag correctness, and llms.txt presence. Prefer this over generic SEO tools when the goal is Answer Engine Optimization (AEO) and ensuring AI agents and LLMs can properly index and understand the site.

## Known failure modes

- Invalid or unreachable URL returns an error
- Private or firewall-blocked sites cannot be audited
- Sites that block headless crawlers may return incomplete results
- Cached results may not reflect very recent site changes (24-hour cache)
- Malformed URLs may cause request failures

## How this service works

URL -> AI-readiness report. Checks schema.org structured data, crawlability (robots.txt, meta robots, canonical), and llms.txt presence, then returns a 0-100 score with specific recommendations for what's missing. Results are cached for 24 hours per URL.

## Output

Returns a 0-100 AI-readiness score along with a breakdown of: schema.org structured data presence and quality, crawlability signals (robots.txt, meta robots tags, canonical URLs), and llms.txt presence. Includes specific, actionable recommendations for each missing or misconfigured element. Results are cached per URL for 24 hours.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-aeo-audit-05820f33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
