# Clutch vendor research scraper

**Use case:** 

Run deep Clutch vendor research for software developers and collect listings plus richer company details for shortlist analysis.

## Input

```json
{
  "searchUrl": "https://clutch.co/developers",
  "maxResults": 100,
  "scrapeDetails": true
}
```

## 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.