# Cloud Consulting Firms from Clutch.co

**Use case:** 

Retrieve data on cloud consulting firms listed on Clutch.co, including name, website, rating, pricing, and services for B2B leads.

## Input

```json
{
  "directoryUrls": [
    "https://clutch.co/it-services/cloud-computing"
  ],
  "category": "",
  "location": "",
  "sort": "",
  "scrapeProfiles": false,
  "maxResults": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Agency",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "minProjectSize": {
    "label": "Min Project",
    "format": "text"
  },
  "hourlyRate": {
    "label": "Hourly Rate",
    "format": "text"
  },
  "teamSize": {
    "label": "Team Size",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "serviceFocus": {
    "label": "Services",
    "format": "array"
  },
  "profileUrl": {
    "label": "Clutch Profile",
    "format": "link"
  }
}
```

## About this Actor

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