# NameIntel GEO/AI Findability Score

> NameIntel GEO/AI Findability Score is a paid API for AI agents from api.nameintel.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Scores how findable a brand name is in geographic and AI-driven search contexts, given target TLDs, platforms, and trademark classes

## Facts

- Endpoint: POST https://api.nameintel.io/api/v1/check/geo
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nameintel-geo-ai-findability-score-320ce156
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uKyHaV7kGdOisbFp_z5yg

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 nameintel-geo-ai-findability-score-320ce156 -d '<json body>'
```

Example prompt: Can you check the GEO and AI findability score for the brand name 'Lumara' — we're targeting .com and .io domains, focusing on the Shopify and Instagram platforms, and operating in Nice class 35 (advertising and business services)?

## When to prefer this

Use this endpoint when you need to evaluate how well a brand name will perform specifically in geo-targeted and AI-powered search environments, as opposed to raw domain availability or trademark conflict checks. Ideal when building a brand name scoring pipeline that includes AI discoverability as a signal alongside domain and social availability.

## Known failure modes

- Name too long (exceeds 100 characters) — validation error
- Empty name field — returns 400 bad request
- Invalid TLD format — may return error or ignore unrecognized TLDs
- Unrecognized platform identifiers — may produce incomplete scoring
- Payment not provided or insufficient — 402 Payment Required
- Rate limiting or quota exceeded — 429 Too Many Requests

## How this service works

GEO / AI findability score

## Output

Returns a GEO/AI findability score for the given brand name, indicating how discoverable and rankable the name is across specified TLDs, platforms, and trademark classes in geographic and AI-driven search contexts

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "maxLength": 100,
   "minLength": 1
  },
  "tlds": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "platforms": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "niceClasses": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nameintel-geo-ai-findability-score-320ce156/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.nameintel.io](https://www.zero.xyz/host/api.nameintel.io/llms.txt)
