# Walmart Best Sellers with Full Details

**Use case:** 

Walmart electronics best sellers enriched with complete product details: what sells and at what price. Demand research data in CSV or JSON.

## Input

```json
{
  "dataTypes": [
    "bestsellers"
  ],
  "searchQueries": [
    "laptop"
  ],
  "productIds": [],
  "categoryUrls": [],
  "maxResultsPerType": 40,
  "includeProductDetails": true,
  "sort": "best_match",
  "bestsellersDealsCategory": "electronics",
  "reviewsSort": "relevancy",
  "maxReviewsPerProduct": 40
}
```

## 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 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.