# SmartSites Clutch reviews extractor

**Use case:** 

Extract verified SmartSites reviews from Clutch, including reviewer context, services, project costs, ratings, and full feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://clutch.co/profile/smartsites"
    }
  ],
  "maxReviews": 50,
  "verifiedOnly": true,
  "minRating": 0,
  "maxPagesPerProfile": 5
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider",
    "format": "string"
  },
  "providerUrl": {
    "label": "Provider URL",
    "format": "string"
  },
  "providerOverallRating": {
    "label": "Provider rating",
    "format": "number"
  },
  "providerReviewCount": {
    "label": "Provider reviews",
    "format": "number"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  },
  "title": {
    "label": "Review title",
    "format": "string"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "projectBudget": {
    "label": "Project budget",
    "format": "string"
  },
  "projectTimeline": {
    "label": "Project timeline",
    "format": "string"
  },
  "overallRating": {
    "label": "Overall rating",
    "format": "number"
  },
  "qualityRating": {
    "label": "Quality",
    "format": "number"
  },
  "scheduleRating": {
    "label": "Schedule",
    "format": "number"
  },
  "costRating": {
    "label": "Cost",
    "format": "number"
  },
  "willingnessToReferRating": {
    "label": "Willing to refer",
    "format": "number"
  },
  "quote": {
    "label": "Review quote",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "reviewerRole": {
    "label": "Reviewer role",
    "format": "string"
  },
  "reviewerCompany": {
    "label": "Reviewer company",
    "format": "string"
  },
  "reviewerPosition": {
    "label": "Reviewer position",
    "format": "string"
  },
  "reviewerVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "reviewerIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "reviewerLocation": {
    "label": "Location",
    "format": "string"
  },
  "reviewerCompanySize": {
    "label": "Company size",
    "format": "string"
  },
  "reviewType": {
    "label": "Review type",
    "format": "string"
  },
  "projectSummary": {
    "label": "Project summary",
    "format": "string"
  },
  "resultsSummary": {
    "label": "Results summary",
    "format": "string"
  },
  "interviewNote": {
    "label": "Interview note",
    "format": "string"
  },
  "background": {
    "label": "Background answers",
    "format": "string"
  },
  "challenge": {
    "label": "Challenge answers",
    "format": "string"
  },
  "solution": {
    "label": "Solution answers",
    "format": "string"
  },
  "resultsAndFeedback": {
    "label": "Results and feedback",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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