# Keyword Research API with Google Autocomplete & Intent Classification

> Keyword Research API with Google Autocomplete & Intent Classification is a paid API for AI agents from keyword-research.api.klymax402.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15, last successful call 2026-07-24).

Researches a seed keyword using Google autocomplete suggestions, related queries, and intent classification

## Facts

- Endpoint: GET https://keyword-research.api.klymax402.com/api/keywords
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-24
- Success rate: 100% of calls made through Zero
- Activations on Zero: 21
- Tags: x402
- Canonical page: https://www.zero.xyz/c/keyword-research-api-with-google-autocomplete-intent-classification-d4c37903
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_po16lZoQxsiNMcR-ssjcN

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 keyword-research-api-with-google-autocomplete-intent-classification-d4c37903
```

Example prompt: Can you research the keyword 'best crm software' for me — I want Google autocomplete suggestions, related queries, and what the search intent is behind it?

## When to prefer this

Choose this endpoint when you need Google-sourced autocomplete suggestions and intent classification for a seed keyword in a single call. Prefer this over manual scraping or generic NLP keyword tools when you need real-world search behavior signals combined with intent classification for SEO, content planning, or PPC research.

## Known failure modes

- Missing required 'query' parameter returns a 400 or validation error
- Empty or very short query may return sparse or no suggestions
- Google autocomplete throttling may reduce result quality for high-frequency calls
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Queries in non-English languages may yield inconsistent intent classification

## How this service works

Research keywords with Google autocomplete suggestions, related queries, and intent classification (POST variant)

## Output

Returns a set of Google autocomplete-derived keyword suggestions, related search queries, and an intent classification (e.g. informational, commercial, navigational, transactional) for the given seed keyword or phrase.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "query"
     ],
     "properties": {
      "query": {
       "type": "string",
       "description": "The seed keyword or phrase to research (e.g. 'bitcoin trading', 'best crm software')"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/keyword-research-api-with-google-autocomplete-intent-classification-d4c37903/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from keyword-research.api.klymax402.com](https://www.zero.xyz/host/keyword-research.api.klymax402.com/llms.txt)
