# Export Clutch Software Development Companies

**Use case:** 

Export Clutch software development company listings with names, Clutch profile URLs, ratings, reviews, locations, service focus, and pricing signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://clutch.co/developers"
    }
  ],
  "maxResults": 25,
  "maxPagesPerUrl": 1,
  "includeProfileDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "profileUrl": {
    "label": "Clutch profile",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "minProjectSize": {
    "label": "Min project",
    "format": "string"
  },
  "hourlyRate": {
    "label": "Hourly rate",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "searchUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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