Analyze Google search results for a keyword. Returns organic results, featured snippet, People Also Ask, SERP features.
GET https://api.strale.io/x402/serp-analyzeListed in 3 directories: bazaar, x402-list, x402-new. First seen 5 Sept 2026.
Call this service
The endpoint answers an unpaid request with an HTTP 402 and a payment challenge. @x402/fetch signs it, pays in USDC, and retries — you get the result back in one call.
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const pay = wrapFetchWithPayment(fetch, account);
const res = await pay("https://api.strale.io/x402/serp-analyze", {
method: "GET",
});
console.log(await res.json());More from api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…
Perform a Google search and return structured results. Returns title, URL, snippet, position for each result.
Get keyword suggestions from Google Autocomplete. Returns suggestions, questions, comparisons, long-tail keywords.
OCR on any image via Claude vision. Works on screenshots, photos of documents, handwritten notes. Returns text with confidence.
Check domain and handle availability for a startup name. Checks .com/.io/.ai/.co/.dev domains, Twitter, GitHub, npm, PyPI.
Check email deliverability for a domain: SPF, DKIM, DMARC, MX records, blacklist status. Returns 0-100 score.
Uptime and compliance: x402-list.com (CC BY 4.0). Safety scores: x402.direct. Call and payer counts: x402.new. AMNT indexes this endpoint and does not host, operate or vouch for it.
