How often keywords are asked inside AI assistants (ChatGPT, Perplexity & co) — AI search v
How often keywords are asked inside AI assistants (ChatGPT, Perplexity & co) — AI search volume with 12-month history, up to 1000 keywords
50000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-08
updated
Provider
agent.connskill.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"keywords": [
"best crm software",
"project management tool"
],
"language_code": "en",
"location_code": 2840
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"items": [
{
"aiSearchVolume": 87,
"keyword": "best crm software",
"monthly": [
{
"aiSearchVolume": 87,
"month": 7,
"year": 2026
}
]
}
],
"status": "delivered"
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"keywords": {
"description": "Keywords to look up",
"items": {
"type": "string"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
},
"language_code": {
"default": "en",
"type": "string"
},
"location_code": {
"default": 2840,
"description": "2840 = United States, 2276 = Germany",
"type": "integer"
}
},
"required": [
"keywords"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"items": [
{
"aiSearchVolume": 87,
"keyword": "best crm software",
"monthly": [
{
"aiSearchVolume": 87,
"month": 7,
"year": 2026
}
]
}
],
"status": "delivered"
}
}
}
}
}
}
}Use it
curl
curl "https://agent.connskill.com/v1/ai-search-volume" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agent.connskill.com/v1/ai-search-volume");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agent.connskill.com/v1/ai-search-volume")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6882.json, and this resource appears in /discovery/resources and /discovery/search.