Keywords
Classic keyword data for a seed term: monthly search volume, CPC, competition, and related ideas. Flat per call.
Overview
A classic-SEO data tool. Your agent gets monthly search volume, CPC, competition, and (when it asks for ideas) related keywords for a seed term. This one doesn’t query the AI models, so it’s billed a flat per-call rate, not per model.
Example
Ask your agent in plain English and it calls the tool for you:
# you say
What’s the search volume and competition for “ai blog tool”, and some related keywords?The tool returns structured JSON to your agent (you never see this directly):
{ "keyword": "ai blog tool", "volume": 4400, "cpc": 3.12, "competitionLevel": "MEDIUM", "ideas": [{ "keyword": "ai blog generator", "volume": 8100 }], "billing": { "cost": { "usd": "0.20" } } }
Your agent reads that JSON and answers you in plain English. That reply is written by your own AI; the JSON is just what it reasons over:
# your AI replies “ai blog tool” gets ~4,400 searches/month at a $3.12 CPC with medium competition. A bigger opening is “ai blog generator” at 8,100/month, nearly double the volume and worth targeting too.
Full input and output schema: POST /v1/keywords. Pass an optional models list to narrow which models run (see per-model pricing).