# Clutch IT services listings scraper

**Use case:** 

Scrape Clutch IT services listings and export company names, ratings, review counts, locations, rates, websites, and profile URLs.

## Input

```json
{
  "searchUrl": "https://clutch.co/it-services",
  "maxResults": 50,
  "scrapeDetails": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "minProjectSize": {
    "label": "Min Project Size",
    "format": "text"
  },
  "hourlyRate": {
    "label": "Hourly Rate",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "clutchUrl": {
    "label": "Clutch URL",
    "format": "link"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

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