# 1-Star Walmart Reviews - Complaint Mining

**Use case:** 

Only 1-star Walmart reviews: real complaint texts with dates and verified flags. Find product defects and support pain points fast, CSV/JSON export.

## Input

```json
{
  "productIds": [
    "18533160127"
  ],
  "maxReviewsPerProduct": 100,
  "sort": "relevancy",
  "rating": "1",
  "verifiedOnly": false
}
```

## Output

```json
{
  "author": {
    "label": "👤 Author",
    "format": "string"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "title": {
    "label": "📛 Title",
    "format": "string"
  },
  "text": {
    "label": "📝 Text",
    "format": "string"
  },
  "date": {
    "label": "📅 Date",
    "format": "string"
  },
  "verified_purchase": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "helpful_count": {
    "label": "👍 Helpful",
    "format": "integer"
  }
}
```

## About this Actor

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