# Clutch Reviews - Agency Client Reviews Latest Results

**Use case:** 

Latest Results of Clutch Reviews - Agency Client Reviews. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "companyUrl": "https://clutch.co/profile/toptal",
  "maxItems": 25
}
```

## Output

```json
{
  "reviewerName": {
    "label": "👤 Reviewer",
    "format": "text"
  },
  "reviewerTitle": {
    "label": "💼 Title",
    "format": "text"
  },
  "reviewerCompany": {
    "label": "🏢 Company",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "📌 Review Title",
    "format": "text"
  },
  "reviewText": {
    "label": "💬 Review",
    "format": "text"
  },
  "projectType": {
    "label": "🏷️ Project Type",
    "format": "text"
  },
  "projectSize": {
    "label": "💰 Budget",
    "format": "text"
  },
  "reviewDate": {
    "label": "📅 Date",
    "format": "text"
  },
  "companyName": {
    "label": "🏭 Agency",
    "format": "text"
  },
  "companyUrl": {
    "label": "🔗 Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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