Keywords batch

Check search volume, CPC, and competition for two to 50 seed keywords in one call.

Overview

Your agent can check a list of two to 50 keywords in one provider request. One batch costs 9 Cite42 credits when any term has positive volume, or 3 credits when none does.

Example

Ask your agent in plain English and it calls the tool for you:

# you say
Check monthly search volume for “ai visibility tracking” and “ai sentiment tracking”.

The tool returns structured JSON to your agent (you never see this directly):

{
  "results": [
    { "keyword": "ai visibility tracking", "volume": 480 },
    { "keyword": "ai sentiment tracking", "status": "no_data" }
  ],
  "cite42Credits": { "charged": 9 }
}

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
One keyword has about 480 monthly searches; the other has no available volume.

Full input and output schema: POST /v1/keywords/batch. For AI-model tools, pass an optional models list to narrow which models run (see per-model pricing).