**Google Trends SEO Keyword Data** on x402 Atlas — pay-per-call over the [x402 protocol](https://x402.org). Paid routes are billed per call in USDC on Base, Polygon, or Arbitrum, starting at $0.005; each operation states its exact price below. Request a route with no payment to receive the `402` challenge, then repeat it with an `X-PAYMENT` header — an x402 client (`x402-fetch` / `x402-axios`) performs that exchange for you. Full onboarding, quickstart, and the other APIs: https://use.x402atlas.com/docs
Price
from $0.0300
up to $0.0500 per request
Network
base
Category
finance
On-chain txns
35
Uptime
100%
Avg latency
843ms
Checks
64
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Google Trends interest by region for a keyword — search popularity by geography for geo-targeting, local SEO and market research.
Google Trends related search queries for a keyword by country — top & rising terms for SEO keyword research, query expansion and content ideas.
Google Trends related topics for a keyword by country — top & rising topics for SEO content research, trend discovery and market analysis.
Google Trends interest over time for a keyword — worldwide search popularity as a monthly series for keyword research, SEO & demand trend analysis.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://google-trends.use.x402atlas.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://google-trends.use.x402atlas.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://google-trends.use.x402atlas.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.