← Back to directory

Analyze Google search results for a keyword. Returns organic results, featured s...

https://api.strale.io/x402/v2/serp-analyze

Overview

Analyze Google search results for a keyword. Returns organic results, featured snippet, People Also Ask, SERP features.

Protocol x402
Price $0.16
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider strale
Source bazaar
Indexed 2026-09-06 22:14:35

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "country": { "description": "Market to analyse the SERP for, as an ISO 3166-1 alpha-2 code (SE), alpha-3 code (SWE), numeric code (752), or exact country name (Sweden). \"UK\" is accepted as an alias for GB. Unrecognised values are rejected before the search runs rather than silently ignored. Sent to Google as the gl parameter. Defaults to \"us\".", "type": "string" }, "keyword": { "required": true, "type": "string" }, "language": { "description": "Language for results, as an ISO 639-1 code (\"en\"), optionally with a region (\"pt-BR\"). Validated for shape and rejected before the search runs if malformed, rather than silently ignored. Defaults to \"en\".", "type": "string" } }, "type": "http" }

Output Schema

{ "featured_snippet": { "type": "object" }, "organic_results": { "type": "array" }, "people_also_ask": { "type": "array" }, "serp_features": { "type": "array" } }