# Walmart Search With Live Deals - Lowest Prices

**Use case:** 

Run a Walmart keyword search next to current clearance deals, sorted by lowest price, with ratings and stock. Export clean rows to CSV or JSON.

## Input

```json
{
  "dataTypes": [
    "search",
    "deals"
  ],
  "searchQueries": [
    "headphones"
  ],
  "productIds": [],
  "categoryUrls": [],
  "maxResultsPerType": 40,
  "includeProductDetails": false,
  "sort": "price_low",
  "reviewsSort": "relevancy",
  "maxReviewsPerProduct": 40
}
```

## Output

```json
{
  "row_type": {
    "label": "🏷 Row type",
    "format": "string"
  },
  "name": {
    "label": "📛 Name",
    "format": "string"
  },
  "brand": {
    "label": "™ Brand",
    "format": "string"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "review_count": {
    "label": "🗳 Reviews",
    "format": "integer"
  },
  "availability": {
    "label": "📦 Availability",
    "format": "string"
  }
}
```

## About this Actor

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