# Walmart Product Review Extractor

**Use case:** 

Collect up to 50 Walmart product reviews, including ratings and reviewer details. Perfect for analysis and tracking customer sentiment.

## Input

```json
{
  "productUrl": "https://www.walmart.com/reviews/product/18023573301?entryPoint=viewAllReviewsBottom",
  "productId": "18023573301",
  "sort": "relevancy",
  "results_wanted": 50,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "text"
  },
  "reviewSubmissionTime": {
    "label": "Date",
    "format": "text"
  },
  "recommended": {
    "label": "Recommended",
    "format": "boolean"
  },
  "userNickname": {
    "label": "Reviewer",
    "format": "text"
  },
  "userLocation": {
    "label": "Location",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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