# Scrape Cybersecurity Firms & Rates - Clutch

**Use case:** 

Export cybersecurity firms from Clutch with agency, rating, reviews, hourly rate, min project, team size and location. Export to JSON, CSV or Excel.

## Input

```json
{
  "directories": [
    "it-services/cybersecurity"
  ],
  "maxItems": 100,
  "includeProfileDetails": false,
  "includeReviews": false,
  "enrichContacts": false,
  "minRating": "",
  "verifiedOnly": false,
  "organicOnly": true,
  "withWebsiteOnly": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "debugMode": false,
  "headful": true
}
```

## Output

```json
{
  "name": {
    "label": "Agency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "verification": {
    "label": "Verification",
    "format": "text"
  },
  "hourlyRate": {
    "label": "Hourly rate",
    "format": "text"
  },
  "minProjectSize": {
    "label": "Min project",
    "format": "text"
  },
  "employees": {
    "label": "Team size",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "primaryService": {
    "label": "Top service",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Clutch profile",
    "format": "link"
  }
}
```

## About this Actor

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