# Walgreens Customer Reviews Extractor

**Use case:** 

Extract comprehensive customer reviews and ratings from Walgreens product pages, including user details, dates, and photos for informed product insights.

## Input

```json
{
  "url": "https://www.walgreens.com/store/c/nivea-men-maximum-hydration-nourishing-body-lotion-aloe-vera/ID=prod6177789-product",
  "results_wanted": 100,
  "max_pages": 20,
  "include_ratings_only": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "user_nickname": {
    "label": "User",
    "format": "text"
  },
  "user_location": {
    "label": "Location",
    "format": "text"
  },
  "submission_date": {
    "label": "Submitted",
    "format": "text"
  },
  "is_recommended": {
    "label": "Recommended",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "helpfulness": {
    "label": "Helpfulness",
    "format": "text"
  }
}
```

## About this Actor

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