# Monitor Musician's Friend product reviews and ratings

**Use case:** 

Schedule recurring Musician's Friend review exports to monitor launches, sentiment, rating changes, and customer feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.musiciansfriend.com/guitars/fender-american-ultra-stratocaster-maple-fingerboard-electric-guitar/l69991000005000"
    }
  ],
  "productIds": [],
  "maxReviewsPerProduct": 50,
  "sort": "Newest",
  "locale": "en_US"
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "productPageId": {
    "label": "Page ID",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "body": {
    "label": "Review",
    "format": "string"
  },
  "nickname": {
    "label": "Reviewer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "helpfulVotes": {
    "label": "Helpful votes",
    "format": "integer"
  },
  "verifiedBuyer": {
    "label": "Verified buyer",
    "format": "boolean"
  },
  "pros": {
    "label": "Pros",
    "format": "array"
  },
  "bestUses": {
    "label": "Best uses",
    "format": "array"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "averageRating": {
    "label": "Average rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Musician's Friend Product Reviews Scraper](https://apify.com/automation-lab/musicians-friend-product-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/musicians-friend-product-reviews-scraper) to learn more, explore other use cases, and run it yourself.