# Friday Seller Tools – Walmart Search Insights Rank Gap Prioritization

> Friday Seller Tools – Walmart Search Insights Rank Gap Prioritization is a paid API for AI agents from friday-seller-tools-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Analyzes Walmart search data to identify rank gaps and prioritize which keywords or products to target for improved search visibility.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/walmart/search-insights/rank-gap-prioritization
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/friday-seller-tools-walmart-search-insights-rank-gap-prioritization-7dc7aae0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R3kY9BCfQ6H0obXB6BRBv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability friday-seller-tools-walmart-search-insights-rank-gap-prioritization-7dc7aae0 -d '<json body>'
```

Example prompt: Look at my Walmart listings for 'wireless earbuds' and tell me where I have the biggest rank gaps compared to top sellers — give me a prioritized list of keywords I should go after first to close those gaps.

## When to prefer this

Choose this endpoint when you need to specifically identify and rank-order Walmart search visibility gaps for a seller's products relative to competitors. It is purpose-built for Walmart SEO prioritization, as opposed to generic keyword research tools or Amazon/Shopify-specific optimization. Best used when a seller already has active Walmart listings and wants actionable, prioritized direction on where to invest optimization effort.

## Known failure modes

- Missing or invalid product identifiers returns a validation error
- Walmart category or keyword data not available for niche products may yield sparse results
- Job may remain in 'queued' status for extended periods under high load
- Invalid or unrecognized Walmart marketplace parameters return 400-level errors
- Payment failure via x402 protocol prevents job submission

## How this service works

Instant, low-cost Amazon, Walmart, Shopify, and eBay listing, upload-preparation, advertising, and image-brief deliverables.

## Output

Returns a job_id and status ('queued') indicating the analysis has been submitted. The completed job delivers a prioritized list of Walmart search rank gaps — keywords or search terms where the seller's products are underranking relative to competitors, ordered by opportunity or gap size to guide SEO and advertising efforts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "rows": {
   "type": "array",
   "items": {
    "type": "object",
    "title": "WalmartSearchInsightsRow",
    "required": [
     "item_id",
     "impressions_rank",
     "clicks_rank",
     "add_to_cart_rank",
     "sales_rank"
    ],
    "properties": {
     "sku": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 100
       },
       {
        "type": "null"
       }
      ],
      "title": "Sku",
      "default": null
     },
     "item_id": {
      "type": "string",
      "title": "Item Id",
      "maxLength": 100,
      "minLength": 1
     },
     "sales_rank": {
      "type": "integer",
      "title": "Sales Rank",
      "maximum": 10000000,
      "minimum": 1
     },
     "clicks_rank": {
      "type": "integer",
      "title": "Clicks Rank",
      "maximum": 10000000,
      "minimum": 1
     },
     "product_name": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 300
       },
       {
        "type": "null"
       }
      ],
      "title": "Product Name",
      "default": null
     },
     "buy_box_percent": {
      "anyOf": [
       {
        "type": "number",
        "maximum": 100,
        "minimum": 0
       },
       {
        "type": "null"
       }
      ],
      "title": "Buy Box Percent",
      "default": null
     },
     "add_to_cart_rank": {
      "type": "integer",
      "title": "Add To Cart Rank",
      "maximum": 10000000,
      "minimum": 1
     },
     "impressions_rank": {
      "type": "integer",
      "title": "Impressions Rank",
      "maximum": 10000000,
      "minimum": 1
     },
     "recommended_keywords": {
      "type": "array",
      "items": {
       "type": "string",
       "maxLength": 200,
       "minLength": 1
      },
      "title": "Recommended Keywords",
      "maxItems": 50
     },
     "transactability_percent": {
      "anyOf": [
       {
        "type": "number",
        "maximum": 100,
        "minimum": 0
       },
       {
        "type": "null"
       }
      ],
      "title": "Transactability Percent",
      "default": null
     }
    },
    "description": "One item row from a seller-supplied Walmart Search Insights report.",
    "additionalProperties": false
   },
   "title": "Rows",
   "maxItems": 2000,
   "minItems": 1
  },
  "marketplace": {
   "type": "string",
   "const": "walmart_us",
   "title": "Marketplace",
   "default": "walmart_us"
  },
  "week_start_date": {
   "type": "string",
   "title": "Week S
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "example",
  "status": "queued"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/friday-seller-tools-walmart-search-insights-rank-gap-prioritization-7dc7aae0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from friday-seller-tools-production.up.railway.app](https://www.zero.xyz/host/friday-seller-tools-production.up.railway.app/llms.txt)
