Agent-ready keyword trend intelligence for 1-5 keywords in a country
Agent-ready keyword trend intelligence for 1-5 keywords in a country. Returns normalized relative-interest data. Not Google Trends.
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
agentwholesale-5zlaioz91-despiteryan-4343s-projects.vercel.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x07851F02F4b0e85f18f5EF06a4545B713eAA39Fe",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"country": "US",
"keywords": [
"AI agents",
"x402"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"data": [
{
"changePct": 20,
"direction": "rising",
"hasMeaningfulData": true,
"interestScore": 66,
"keyword": "AI agents",
"relatedQueries": [],
"timeline": [
{
"date": "2026-09-05",
"value": 84
}
]
}
],
"meta": {
"economics": {
"retailPriceUsd": 0.01
},
"product": "keyword-trends",
"success": true,
"supplier": "dataforseo-trends"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"country": {
"pattern": "^[A-Za-z]{2}$",
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1,
"type": "array"
}
},
"required": [
"keywords",
"country"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://agentwholesale-5zlaioz91-despiteryan-4343s-projects.vercel.app/api/v1/trends" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agentwholesale-5zlaioz91-despiteryan-4343s-projects.vercel.app/api/v1/trends");
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://agentwholesale-5zlaioz91-despiteryan-4343s-projects.vercel.app/api/v1/trends")
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/14631.json, and this resource appears in /discovery/resources and /discovery/search.