# Geonimo GEO Audit

> Geonimo GEO Audit is a paid API for AI agents from www.geonimo.com, paid per call via x402, $1.99/call, status unknown (last checked 2026-09-14).

Initiates a pay-per-use AI search visibility audit for a given URL, returning a report ID and link to a detailed GEO/SEO analysis

## Facts

- Endpoint: POST https://www.geonimo.com/api/pay-per-seo-geo-audit
- Price: $1.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geonimo-geo-audit-18feeac4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qxvb6Ospb_ZFpXhK4KgYa

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 geonimo-geo-audit-18feeac4 -d '<json body>'
```

Example prompt: Run a GEO audit on https://www.mybrand.com and tell me how visible it is in AI search engines like ChatGPT, Perplexity, and Claude.

## When to prefer this

Use this endpoint when you need a one-off, on-demand AI search visibility audit for a specific page or URL, and want a detailed GEO/SEO report covering ChatGPT, Perplexity, Claude, and Google AI mentions. Prefer this over general SEO tools when the focus is generative engine optimization (GEO) and AI citation tracking rather than traditional search ranking.

## Known failure modes

- Missing or invalid URL input returns a 400 error
- Payment of $1.99 USDC not completed or rejected returns a 402 error
- URL is unreachable or returns non-200 status during audit
- Report generation times out beyond estimated window
- Duplicate audit submission for the same URL in quick succession may return a new auditId each time

## How this service works

Track and improve your brand visibility in AI search. Monitor ChatGPT, Perplexity, Claude and Google AI mentions daily. The leading GEO platform.

## Output

Returns a JSON object with a UUID audit ID, a report URL where the full analysis can be retrieved, a processing status of 'processing', and an estimated completion time of 10-20 seconds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "The URL of the page to audit"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "status": {
   "enum": [
    "processing"
   ],
   "type": "string",
   "example": "processing"
  },
  "auditId": {
   "type": "string",
   "format": "uuid"
  },
  "message": {
   "type": "string"
  },
  "reportUrl": {
   "type": "string",
   "format": "uri",
   "example": "https://geonimo.com/api/report/f47ac10b-58cc-4372-a567-0e02b2c3d479"
  },
  "estimatedTime": {
   "type": "string",
   "example": "10-20 seconds"
  }
 }
}
```

## More

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