# Clutch.co Agency Profiles Data Extractor

**Use case:** 

Extract detailed agency profiles, client reviews, and ratings from Clutch.co. Gain insights from company data, ratings, and service offerings.

## Input

```json
{
  "startUrl": "https://clutch.co/agencies/ui-ux",
  "results_wanted": 50,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Agency Name",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "min_budget": {
    "label": "Min Budget",
    "format": "text"
  },
  "hourly_rate": {
    "label": "Hourly Rate",
    "format": "text"
  },
  "company_size": {
    "label": "Company Size",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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