# Keywords For Site (agent.connskill.com)

> Keywords For Site (agent.connskill.com) is a paid API for AI agents from agent.connskill.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns keyword opportunities a website should target, derived from its content using Google Ads data

## Facts

- Endpoint: POST https://agent.connskill.com/v1/keywords-for-site
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/keywords-for-site-agent-connskill-com-36950d68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-x6lRD1YzmHx2akbaye-F

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 keywords-for-site-agent-connskill-com-36950d68 -d '<json body>'
```

Example prompt: What keywords should shopify-tools.com be targeting? Give me up to 30 suggestions based on the site's content, in English for the US market.

## When to prefer this

Use this endpoint when you need to discover keyword targets for an existing website based on its actual content — ideal for SEO audits, competitive research, and content strategy planning. Prefer this over a seed-keyword suggestion endpoint when you want the domain's own content to drive keyword discovery rather than a manually specified seed term. Best suited for domains with sufficient existing content that Google Ads has indexed.

## Known failure modes

- Invalid or unreachable domain returns empty results or an error
- Unsupported language_code or location_code causes no results or an API error
- Limit exceeding 100 is rejected or clamped
- Low-content or brand-new sites may return few or no keyword suggestions
- Payment failure (x402 protocol) prevents the call from completing

## How this service works

Keywords a website SHOULD target, derived from its content (Google Ads data)

## Output

A list of keyword opportunities (up to the requested limit, max 100) that the target domain should be targeting, derived from its existing content and Google Ads data — typically including keyword terms, estimated search volume, and CPC data for the specified language and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "target"
 ],
 "properties": {
  "limit": {
   "type": "number",
   "description": "max 100, defaults to 20"
  },
  "target": {
   "type": "string",
   "description": "Domain, e.g. example.com. Also accepted as \"domain\" or \"url\"."
  },
  "language_code": {
   "type": "string",
   "description": "ISO language code, defaults to de"
  },
  "location_code": {
   "type": "number",
   "description": "Location code (2276 = Germany, 2840 = United States)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Keywords a website SHOULD target, derived from its content (Google Ads data)"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/keywords-for-site-agent-connskill-com-36950d68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
