ToolAssay

Analyze Google search results for a keyword

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

Answeringour last check, 2026-09-24
1 of 1checks answered this week
974 msmedian answer time
$0.162listed price per call
$0.162price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategorySearch and research
Provider hostapi.strale.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days75 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.162 974 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "example_country",
    "keyword": "example_keyword",
    "language": "example_language"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "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": {
              "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"
            }
          },
          "required": [
            "keyword"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON