# Walmart Cordless Drill Prices & Rollbacks as JSON

**Use case:** 

Live Walmart prices, was-prices, rollbacks, ratings and stock for cordless drills as clean JSON. Flat price per product, platform usage included.

## Input

```json
{
  "search": [
    "cordless drill"
  ],
  "maxResults": 40
}
```

## Output

```json
{
  "name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "wasPrice": {
    "label": "Was price",
    "format": "number"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "numberOfReviews": {
    "label": "Review count",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

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