ToolAssay

Checks how well a Shopify store's products show up when AI shopping assistants s

Checks how well a Shopify store's products show up when AI shopping assistants such as ChatGPT, Gemini, Perplexity, Grok, and Copilot search for products, and reports the store's rank and its closest competitors. Searches Shopify's real Global Catalog - the same product index AI assistants read from.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
534 msmedian answer time
$0.01listed price per call
$0.01price 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

POST https://shopify-ai-rank-checker.underscoredone.com/rank

CategoryCommerce and shopping
Provider hostshopify-ai-rank-checker.underscoredone.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 534 ms

Example input (from the provider)

{
  "body": {
    "keywords": [
      "trail running shoes",
      "waterproof hiking boots"
    ],
    "report_detail": "simple",
    "ships_to_country": "US",
    "shop_domain": "example-store.myshopify.com"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "keywords": {
              "description": "A list of 1 to 50 search phrases to check the store's rank for, such as 'trail running shoes'.",
              "type": "array"
            },
            "report_detail": {
              "description": "Choose 'simple' for a quick rank summary or 'full' for complete competitor and data quality details. Defaults to 'simple'.",
              "type": "string"
            },
            "ships_to_country": {
              "description": "A two-letter country code, such as US or DE, to see results as a shopper in that country would. Defaults to US.",
              "type": "string"
            },
            "shop_domain": {
              "description": "The store's domain to look for in the results, such as example-store.myshopify.com.",
              "type": "string"
            }
          },
          "required": [
            "shop_domain",
            "keywords"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "api_version": {
              "type": "string"
            },
            "results": {
              "items": {
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "api_version",
            "results"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON