# AgentServices SEO Keyword Intelligence

> AgentServices SEO Keyword Intelligence is a paid API for AI agents from agentservices.to, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns SEO keyword intelligence data — such as search volume, competition, and related terms — for a given keyword

## Facts

- Endpoint: GET https://agentservices.to/v1/seo/keywords
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-seo-keyword-intelligence-fbf9cea4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4vxrwx01-FRRlo1o7u66n

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 agentservices-seo-keyword-intelligence-fbf9cea4
```

Example prompt: Can you pull up the SEO keyword data for 'best cold brew coffee maker' — I want to see the search volume and competition level before I write a blog post targeting it?

## When to prefer this

Choose this endpoint when an AI agent needs programmatic, per-keyword SEO metrics on demand and can pay per call via x402 micropayments on Base. It is well-suited for agents automating content strategy, ad campaign planning, or affiliate site research where per-query billing is preferable to a monthly SEO tool subscription.

## Known failure modes

- Missing required 'keyword' parameter returns a 400 or validation error
- Keyword with no data returns empty or null metrics
- Payment failure via x402 results in 402 Payment Required response
- Rate limiting or quota exhaustion returns 429 Too Many Requests
- Very long or malformed keyword strings may return errors

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

Returns SEO keyword intelligence for the queried term, expected to include metrics such as monthly search volume, keyword difficulty or competition score, CPC estimates, and potentially related or suggested keywords useful for content and marketing strategy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "keyword"
 ],
 "properties": {
  "keyword": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-seo-keyword-intelligence-fbf9cea4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
