# SmartCustomer Marketplace Reviews Extractor

**Use case:** 

Extract reviews from SmartCustomer marketplace category pages and compare ratings, text, authors, and business metrics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.smartcustomer.com/categories/marketplace"
    }
  ],
  "businessDomains": [
    "amazon.com"
  ],
  "maxReviews": 200,
  "maxPagesPerBusiness": 1,
  "followCategoryPages": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "businessDomain": {
    "label": "Domain"
  },
  "ratingValue": {
    "label": "Business rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "reviewTitle": {
    "label": "Review title"
  },
  "reviewRating": {
    "label": "Review rating"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "authorName": {
    "label": "Author"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "smartCustomerUrl": {
    "label": "SmartCustomer URL",
    "format": "link"
  },
  "categoryPath": {
    "label": "Category"
  },
  "recommendationRate": {
    "label": "Recommend %"
  },
  "positiveReviewsLast12Months": {
    "label": "Positive 12m %"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "businessUrl": {
    "label": "Business URL",
    "format": "link"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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