# Walmart Clearance Deals - Cheapest Rollbacks First

**Use case:** 

Pull Walmart clearance and rollback deals sorted by lowest price, with current prices, discounts, and ratings. Export clean rows to CSV or JSON.

## Input

```json
{
  "searchQueries": [
    "laptop"
  ],
  "productIds": [],
  "categoryUrls": [],
  "dataTypes": [
    "deals"
  ],
  "maxResultsPerType": 60,
  "includeProductDetails": false,
  "sort": "price_low"
}
```

## Output

```json
{
  "name": {
    "label": "📛 Name",
    "format": "string"
  },
  "brand": {
    "label": "™ Brand",
    "format": "string"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "original_price": {
    "label": "🏷 List price",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "review_count": {
    "label": "🗳 Reviews",
    "format": "integer"
  },
  "seller_name": {
    "label": "🏪 Seller",
    "format": "string"
  }
}
```

## About this Actor

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