SERP/Keyword-Reports (Google, organic) als JSON + Markdown
SERP/Keyword-Reports (Google, organic) als JSON + Markdown. Tiers: basic Top-20 ($0.03), deep Top-100 ($0.50).
30000 (raw units)
price
2
calls / 30d
2
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": "30000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "500000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"keyword": "electric bikes",
"language_code": "de",
"location_code": 2276
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"costUsd": 0.004,
"report": {
"featureTypes": [
"ai_overview",
"people_also_ask"
],
"features": {
"ai_overview": [
{
"text": "Electric bikes range from …"
}
],
"people_also_ask": [
{
"items": [
{
"title": "How far can an e-bike go?"
}
]
}
]
},
"items": [
{
"description": "Our tested picks …",
"rank": 1,
"title": "Best electric bikes 2026",
"url": "https://example.com/e-bikes"
}
],
"keyword": "electric bikes",
"totalResults": 41300000
},
"status": "delivered"
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"keyword": {
"description": "Search keyword",
"minLength": 1,
"type": "string"
},
"language_code": {
"default": "de",
"type": "string"
},
"location_code": {
"default": 2276,
"description": "DataForSEO location (2276 = Germany)",
"type": "integer"
}
},
"required": [
"keyword"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"costUsd": 0.004,
"report": {
"featureTypes": [
"ai_overview",
"people_also_ask"
],
"features": {
"ai_overview": [
{
"text": "Electric bikes range from …"
}
],
"people_also_ask": [
{
"items": [
{
"title": "How far can an e-bike go?"
}
]
}
]
},
"items": [
{
"description": "Our tested picks …",
"rank": 1,
"title": "Best electric bikes 2026",
"url": "https://example.com/e-bikes"
}
],
"keyword": "electric bikes",
"totalResults": 41300000
},
"status": "delivered"
}
}
}
}
}
}
}Use it
curl
curl "https://agent.connskill.com/v1/serp-report" # -> 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/serp-report");
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/serp-report")
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/6873.json, and this resource appears in /discovery/resources and /discovery/search.