# SpyFu getAlsoRanksForKeywords

> SpyFu getAlsoRanksForKeywords is a paid API for AI agents from spyfu.x402.paysponge.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns related keywords that also rank alongside a given set of keywords in organic search results

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/keyword_api/v2/related/getAlsoRanksForKeywords
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-c9564821
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h1Ex-b5d5OSGZso9mI6QZ

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 spyfu-c9564821
```

Example prompt: What other keywords also rank alongside 'content marketing strategy' and 'SEO tips for beginners' in organic search? I want to discover co-ranking keyword clusters for my SEO campaign.

## When to prefer this

Use this endpoint when you need to discover keyword clusters and related terms that co-rank alongside your seed keywords in organic search — ideal for expanding keyword lists, finding topical clusters, or understanding keyword associations in SEO strategy. Prefer this over general keyword suggestion tools when you specifically want to identify which keywords appear together in organic rankings rather than just semantically similar terms.

## Known failure modes

- Missing required keywords input returns 400 error
- Invalid or empty keyword list returns empty results
- Payment failure returns 402 Payment Required
- Rate limiting may return 429 Too Many Requests
- Unknown or very niche keywords may return no co-ranking results

## How this service works

GET /apis/keyword_api/v2/related/getAlsoRanksForKeywords

## Output

A list of keywords that also rank in organic search results alongside the provided seed keywords, enabling discovery of related keyword clusters and associations useful for SEO research and content planning.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spyfu-c9564821/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spyfu.x402.paysponge.com](https://www.zero.xyz/host/spyfu.x402.paysponge.com/llms.txt)
