# Extract SaaS Marketing Agency Data from Clutch.co

**Use case:** 

Gather in-depth profiles of marketing agencies specializing in the SaaS industry. Use this data for market research, competitor benchmarking, or to find a suita

## Input

```json
{
  "companyUrls": [
    "https://clutch.co/profile/single-minded-marketing",
    "https://clutch.co/profile/iron-paper",
    "https://clutch.co/profile/propeller-media-works",
    "https://clutch.co/profile/metric-marketing"
  ],
  "maxItems": 8
}
```

## Output

```json
{
  "name": {
    "label": "Agency",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "minProjectSize": {
    "label": "Min Project",
    "format": "string"
  },
  "averageHourlyRate": {
    "label": "Hourly Rate",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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