Google Trends interest over the last 12 months for up to 5 keywords — weekly relative-inte
Google Trends interest over the last 12 months for up to 5 keywords — weekly relative-interest timeline plus each term’s average
30000 (raw units)
price
7
calls / 30d
2
unique payers
2026-09-09
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
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"keywords": [
"bitcoin",
"ethereum"
],
"location_code": 2840
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"items": [
{
"averageInterest": 36,
"keyword": "bitcoin",
"timeline": [
{
"interest": 27,
"weekOf": "2026-07-19"
}
]
}
],
"status": "delivered"
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"keywords": {
"description": "Up to 5 keywords to compare",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1,
"type": "array"
},
"location_code": {
"default": 2840,
"description": "2840 = United States, 2276 = Germany",
"type": "integer"
}
},
"required": [
"keywords"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"items": [
{
"averageInterest": 36,
"keyword": "bitcoin",
"timeline": [
{
"interest": 27,
"weekOf": "2026-07-19"
}
]
}
],
"status": "delivered"
}
}
}
}
}
}
}Use it
curl
curl "https://agent.connskill.com/v1/google-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://agent.connskill.com/v1/google-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://agent.connskill.com/v1/google-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/6868.json, and this resource appears in /discovery/resources and /discovery/search.