Google Search
Up to 20 structured results for current-source research, citations, RAG, and competitor monitoring.
Search the web, crawl pages, map local businesses, and research public social data. Pay only when your agent calls—no subscription, API key, or account required.
Each endpoint returns structured JSON and enforces a hard result limit, so agents can plan spend before they call.
Up to 20 structured results for current-source research, citations, RAG, and competitor monitoring.
Crawl up to 10 public pages into clean, Markdown-oriented content for ingestion and summarization.
Find up to 10 public businesses for local lead discovery, market mapping, and vendor research.
Bounded public profile, post, reel, mention, or comment data for creator and brand research.
Search up to 10 public videos and channels for content research, creators, competitors, and trends.
// npm i @relai-fi/x402 import { createX402Client } from "@relai-fi/x402/client"; const client = createX402Client({ wallets: { evm: wallet }, preferredNetwork: "base", maxAmountAtomic: "40000" }); const response = await client.fetch( "https://api.relai.fi/relay/1787408688097/search/google", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ query: "agent payment APIs", limit: 10 }) } ); const results = await response.json();
Use a standard x402 client, set a spend cap, and call the endpoint you need. Prices are denominated in USDC and returned before payment.