# Walmart Category Listings and Clearance Deals

**Use case:** 

Browse a Walmart category next to current clearance deals in one run, sorted by lowest price, with ratings and stock. Export rows to CSV or JSON.

## Input

```json
{
  "dataTypes": [
    "category",
    "deals"
  ],
  "searchQueries": [
    "laptop"
  ],
  "productIds": [],
  "categoryUrls": [
    "/browse/home/4044"
  ],
  "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.