# Walmart Seller Lookup: Every Seller on a Listing

**Use case:** 

List every seller offering a Walmart item: storefront and legal names, price, stock, delivery date and return policy per offer. Reliable where rivals fail.

## Input

```json
{
  "search_mode": "sellers",
  "query": "laptop",
  "item_id": "34X621REEQZQ",
  "store_id": "1932",
  "max_results": 100
}
```

## Output

```json
{
  "sellerDisplayName": {
    "label": "Seller display name",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "availabilityStatus": {
    "label": "Availability",
    "format": "string"
  },
  "deliveryDate": {
    "label": "Delivery date",
    "format": "string"
  },
  "deliveryPrice": {
    "label": "Delivery price",
    "format": "string"
  },
  "returnPolicy": {
    "label": "Return policy",
    "format": "string"
  },
  "sellerStoreUrl": {
    "label": "Seller storefront",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Walmart API | Product, Seller, Price and Review Data](https://apify.com/johnvc/walmart-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/walmart-api) to learn more, explore other use cases, and run it yourself.