Search volume, CPC and competition for one keyword set across up to 30 locations
Search volume, CPC and competition for one keyword set across up to 30 locations in a single call — one payment instead of one per location
Answeringour last check, 2026-09-25
1 of 1checks answered this week
1001 msmedian answer time
$0.45listed price per call
$0.45price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent.connskill.com/v1/keyword-metrics-multi
| Category | Search and research |
|---|---|
| Provider host | agent.connskill.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.45 | 1001 ms |
Example input (from the provider)
{
"body": {
"keywords": [
"roof replacement",
"new roof cost"
],
"language_code": "en",
"location_codes": [
1015254,
1021048,
1013462
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"keywords": {
"description": "Keywords to look up (same set for every location)",
"items": {
"type": "string"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
},
"language_code": {
"default": "de",
"type": "string"
},
"location_codes": {
"description": "DataForSEO location codes, 1-30. Price is 0.15 USDC per location.",
"items": {
"type": "integer"
},
"maxItems": 30,
"minItems": 1,
"type": "array"
}
},
"required": [
"keywords",
"location_codes"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"failed": [],
"locations": [
{
"items": [
{
"competition": 62,
"cpc": 4.1,
"keyword": "roof replacement",
"searchVolume": 320
}
],
"location_code": 1015254
}
],
"status": "delivered"
}
}
}
}
}