← Back to marketplace

Google Trends SEO Keyword Data

external

**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

by X402atlas4 endpoints100% uptime843ms avg

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

Base URL

https://google-trends.use.x402atlas.com

Endpoints (4)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/interest-by-region
base$0.0300

Google Trends interest by region for a keyword — search popularity by geography for geo-targeting, local SEO and market research.

POST/related-queries
base$0.0300

Google Trends related search queries for a keyword by country — top & rising terms for SEO keyword research, query expansion and content ideas.

POST/related-topics
base$0.0300

Google Trends related topics for a keyword by country — top & rising topics for SEO content research, trend discovery and market analysis.

POST/trend
base$0.0500

Google Trends interest over time for a keyword — worldwide search popularity as a monthly series for keyword research, SEO & demand trend analysis.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.