Google Trends search interest for up to 5 terms
Google Trends search interest for up to 5 terms: a relative 0-100 popularity series over time, with per-keyword average and latest value. For content timing, seasonality and demand research. Optional location (default worldwide), timeframe (7d/30d/90d/12m/5y, default 12m) and type (web/news/youtube). found=false when no data.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
458 msmedian answer time
$0.03listed price per call
$0.03price 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://seo.openverbs.com/v1/trends
| Category | Search and research |
|---|---|
| Provider host | seo.openverbs.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 458 ms |
Example input (from the provider)
{
"body": {
"keywords": [
"example"
],
"location": "example",
"timeframe": "7d"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"keywords": {
"description": "1-5 terms to compare, e.g. [\"running shoes\", \"trail running shoes\"].",
"items": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"maxItems": 5,
"minItems": 1,
"type": "array"
},
"location": {
"description": "Market name, e.g. \"United States\". Omit for worldwide interest.",
"maxLength": 120,
"minLength": 2,
"type": "string"
},
"timeframe": {
"description": "Time window: 7d, 30d, 90d, 12m or 5y (default 12m).",
"enum": [
"7d",
"30d",
"90d",
"12m",
"5y"
],
"type": "string"
},
"type": {
"description": "Google property: web, news or youtube (default web).",
"enum": [
"web",
"news",
"youtube"
],
"type": "string"
}
},
"required": [
"keywords"
],
"type": "object"
},
"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"
}
},
"required": [
"input"
],
"type": "object"
}