# 402Forge Geo-SEO Relocation Keyword Database

> 402Forge Geo-SEO Relocation Keyword Database is a paid API for AI agents from geo-seo-forge.donneash.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a ranked list of relocation-intent keywords with confidence scores for a given geographic area, useful for SEO and real estate targeting.

## Facts

- Endpoint: GET https://geo-seo-forge.donneash.workers.dev/db/relocation
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/402forge-geo-seo-relocation-keyword-database-0e404be9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-jkO9IkmrhauFLN5aFriy

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 402forge-geo-seo-relocation-keyword-database-0e404be9
```

Example prompt: Pull the relocation keyword data for Buckhead, GA — I want to see what people are actually searching when they plan to move there, along with the confidence scores for each keyword.

## When to prefer this

Choose this endpoint when you need geo-specific, relocation-intent keyword data with confidence scoring for SEO, content strategy, or market research targeting people planning to move to a particular area. It is especially useful for real estate agents, moving companies, and content marketers who need niche geographic keyword intelligence rather than broad keyword volume data from general SEO tools.

## Known failure modes

- HTTP 402 returned if payment header is missing or invalid — must include x402 payment before access is granted
- Empty or unpopulated rows array if no keyword data exists for the requested location
- Low-confidence scores if the geographic area has sparse search data
- Request may fail if the location parameter is ambiguous or unsupported
- Service may return an error if the Cloudflare Worker is unavailable or rate-limited

## How this service works

Paid x402 routes only (HTTP 402 without payment). Free Election Integrity preview is not listed here: GET /v1/e/ei/card. Full doc: /openapi-full.json. Contact email for merchant ownership verification.

## Output

A JSON object containing a 'rows' array of keyword objects, each with a 'keyword' string (e.g. 'moving to Buckhead GA') and a 'confidence' score (0–1 float), plus a 'status' field indicating whether the database returned populated results.

## 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"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "area": {
       "enum": [
        "buckhead",
        "alpharetta"
       ],
       "type": "string"
      },
      "filter": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "rows": [
   {
    "keyword": "moving to Buckhead GA",
    "confidence": 0.8
   }
  ],
  "status": "populated"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/402forge-geo-seo-relocation-keyword-database-0e404be9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geo-seo-forge.donneash.workers.dev](https://www.zero.xyz/host/geo-seo-forge.donneash.workers.dev/llms.txt)
