{
  "openapi": "3.0.1",
  "info": {
    "title": "Walmart Seller Analyzer | Sales & Revenue | $5/1K",
    "description": "Walmart Seller Analyzer estimates competitor sales, revenue, profit, and product opportunities. Run bulk Walmart seller and product research with no login or cookies. Pay per result from $5/1K products. Export Walmart data to CSV, JSON, Excel, API, or webhooks.",
    "version": "0.2",
    "x-build-id": "0JASfPNWUCIiWfzPg"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/apivault_labs~walmart-seller-revenue-product-opportunity-analyzer/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-apivault_labs-walmart-seller-revenue-product-opportunity-analyzer",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/apivault_labs~walmart-seller-revenue-product-opportunity-analyzer/runs": {
      "post": {
        "operationId": "runs-sync-apivault_labs-walmart-seller-revenue-product-opportunity-analyzer",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/apivault_labs~walmart-seller-revenue-product-opportunity-analyzer/run-sync": {
      "post": {
        "operationId": "run-sync-apivault_labs-walmart-seller-revenue-product-opportunity-analyzer",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "Analysis mode",
            "enum": [
              "seller",
              "product",
              "niche"
            ],
            "type": "string",
            "description": "Choose seller portfolio analysis, individual product analysis, or keyword-based niche research.",
            "default": "niche"
          },
          "sellerUrls": {
            "title": "Walmart seller storefront URLs",
            "type": "array",
            "description": "Public Walmart seller storefront URLs used in seller mode.",
            "items": {
              "type": "string"
            }
          },
          "productUrls": {
            "title": "Walmart product URLs",
            "type": "array",
            "description": "Public Walmart product URLs used in product mode.",
            "items": {
              "type": "string"
            }
          },
          "productIds": {
            "title": "Walmart item IDs",
            "type": "array",
            "description": "Numeric Walmart US item IDs used in product mode.",
            "items": {
              "type": "string"
            }
          },
          "searchQueries": {
            "title": "Keywords / niches",
            "type": "array",
            "description": "Product keywords searched on Walmart in niche mode.",
            "items": {
              "type": "string"
            }
          },
          "maxProductsPerSeller": {
            "title": "Products per seller",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Maximum number of unique seller products included in one report.",
            "default": 25
          },
          "maxResultsPerQuery": {
            "title": "Results per keyword",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Maximum number of unique Walmart search products returned for each keyword.",
            "default": 40
          },
          "includeProductDetails": {
            "title": "Enhanced product analysis",
            "type": "boolean",
            "description": "Add UPC, seller, offer, price, fulfillment, and additional market intelligence when available.",
            "default": true
          },
          "maxDetailedProducts": {
            "title": "Products to enrich",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Maximum number of products enriched with additional market intelligence per seller or query.",
            "default": 20
          },
          "postalCode": {
            "title": "US ZIP code",
            "type": "string",
            "description": "Requested location context. Compare it with locationText in the output because Walmart may retain a different public-session location.",
            "default": "95829"
          },
          "storeId": {
            "title": "Walmart store ID (optional)",
            "type": "string",
            "description": "Requested Walmart store context recorded alongside the observed location."
          },
          "costOfGoodsPercent": {
            "title": "Cost of goods, %",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Estimated product acquisition cost as a percentage of selling price.",
            "default": 30
          },
          "shippingCostPerOrderUsd": {
            "title": "Seller shipping per order",
            "minimum": 0,
            "type": "number",
            "description": "Average seller-paid shipping cost per order in USD.",
            "default": 0
          },
          "wfsFeePerOrderUsd": {
            "title": "WFS fee per order",
            "minimum": 0,
            "type": "number",
            "description": "Estimated Walmart Fulfillment Services cost per order in USD.",
            "default": 0
          },
          "advertisingRatePercent": {
            "title": "Advertising cost, %",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Estimated advertising spend as a percentage of product revenue.",
            "default": 0
          },
          "refundRatePercent": {
            "title": "Refund allowance, %",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Estimated refunds and returns allowance as a percentage of revenue.",
            "default": 2
          },
          "maxConcurrency": {
            "title": "Processing concurrency",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Controls parallel processing. The default provides a reliable speed/cost balance.",
            "default": 4
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify Residential Proxy is recommended for reliable Walmart access.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}