# Walmart Price Monitor for New Arrivals

**Use case:** 

Monitor Walmart new-arrival listings and collect structured prices, ratings, and product details for repeat analysis.

## Input

```json
{
  "searchQueries": [
    "wireless earbuds"
  ],
  "maxProductsPerSearch": 50,
  "maxSearchPages": 2,
  "sort": "new",
  "maxRequestRetries": 5
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "priceString": {
    "label": "Price",
    "format": "text"
  },
  "wasPrice": {
    "label": "Was",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "flag": {
    "label": "Badge",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Walmart Scraper](https://apify.com/automation-lab/walmart-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/walmart-scraper) to learn more, explore other use cases, and run it yourself.