# Clutch Company Details Scraper (`piotrv1001/clutch-company-details-scraper`) Actor

The Clutch Company Details Scraper turns Clutch.co profile URLs into full company records — website, phone, rating, hourly rate, minimum project size, team size, locations, service and industryfocus — plus detailed client reviews, ideal for B2B lead qualification and agency research.

- **URL**: https://apify.com/piotrv1001/clutch-company-details-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 company profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### 🚀 Clutch Company Details Scraper

Turn Clutch.co profile links into complete company records. The **Clutch Company Details Scraper** reads a company's Clutch profile and returns its contact details, pricing, team size, locations, service and industry focus — and, when you want them, every client review with ratings, project details and the full interview text. Built for B2B lead qualification, agency and vendor research, competitor benchmarking and review analysis.

### ✨ Features

- 🏢 **Full company record**: name, website, phone, tagline and description, Clutch rating and review count, hourly rate, minimum project size, employees, founding year, headquarters address and all office locations.
- 🎯 **Positioning data**: verification level, certified services, service lines, focus areas, industries and client sizes — each with its percentage split.
- 💬 **Detailed client reviews** (optional): overall rating plus quality, schedule, cost and willing-to-refer scores, project title, services, size and length, pull quote and summary, reviewer name, position, industry, location and company size, verified flag, and the full interview (background, challenge, solution, results).
- 🔗 **Works with your lists**: paste profile URLs from any source — including the `profileLink` values from the [Clutch.co Listings Scraper](https://apify.com/piotrv1001/clutch-listings-scraper).
- 💸 **Pay for what you get**: profiles that no longer exist are free, and reviews are only charged when you switch them on.

### 🛠️ How It Works

1. **Add company profile URLs** – `https://clutch.co/profile/…`. Links to a profile's tabs or review pages are normalised automatically.
2. **Decide on reviews** – leave them off for fast, cheap company records, or switch them on and set how many you need per company.
3. **Run** – get one `company` row per profile and one `review` row per review, ready to export as JSON, CSV or Excel or to pull through the API.

### ⚙️ Input

| Field                  | Description                                 | Default     |
| ---------------------- | ------------------------------------------- | ----------- |
| `startUrls`            | Clutch company profile URLs                 | —           |
| `maxItems`             | Maximum number of companies                 | `50`        |
| `includeReviews`       | Also return client reviews as separate rows | `false`     |
| `maxReviewsPerCompany` | Newest-first review limit per company       | `50`        |
| `proxyConfiguration`   | Proxy settings                              | Apify Proxy |

```json
{
    "startUrls": [{ "url": "https://clutch.co/profile/leobit" }, { "url": "https://clutch.co/profile/20nine" }],
    "includeReviews": true,
    "maxReviewsPerCompany": 20
}
```

### 📊 Sample Output Data

Rows have a `type`: `company` for the profile and `review` for each client review.

```json
[
    {
        "type": "company",
        "url": "https://clutch.co/profile/20nine",
        "name": "20nine",
        "clutchId": "191945",
        "tagline": "Purpose First Creative Consultancy",
        "description": "20nine is a Purpose First Creative Consultancy. Our purpose is to energize positive change in brands, people and the world...",
        "website": "https://www.20nine.com",
        "phone": "610-238-0450",
        "rating": 4.9,
        "reviewCount": 18,
        "minProjectSize": "$25,000+",
        "hourlyRate": "$200 - $300 / hr",
        "employees": "10 - 49",
        "foundedYear": 2002,
        "headquarters": "Conshohocken, PA +2",
        "address": {
            "street": "730 East Elm Street",
            "locality": "Conshohocken, United States",
            "region": "PA",
            "postalCode": "19428",
            "country": "US"
        },
        "locations": ["Conshohocken, PA", "Glendale, CA", "Sedona, AZ"],
        "verification": "Clutch Premier Verified",
        "certifiedServices": ["Branding"],
        "services": [
            "Branding",
            "Marketing Strategy",
            "Advertising",
            "Graphic Design",
            "Packaging Design",
            "Video Production"
        ],
        "serviceLines": [
            { "name": "Branding", "percent": 50 },
            { "name": "Marketing Strategy", "percent": 20 }
        ],
        "focusAreas": [{ "group": "Branding Focus", "items": [{ "name": "Brand strategy", "percent": 20 }] }],
        "industries": [{ "name": "Consumer products & services", "percent": 25 }],
        "clientSizes": [{ "name": "Midmarket ($10M - $1B)", "percent": 55 }],
        "reviewPages": 2,
        "status": "ok",
        "scrapedAt": "2026-09-20T12:36:06.425Z"
    },
    {
        "type": "review",
        "companyUrl": "https://clutch.co/profile/leobit",
        "companyName": "Leobit",
        "reviewId": "487888",
        "reviewUrl": "https://clutch.co/profile/leobit#review-487888",
        "title": "Custom Software Dev for Desktop Software Development Co",
        "featured": false,
        "publishedAt": "2026-09-15",
        "rating": 5,
        "qualityRating": 5,
        "scheduleRating": 5,
        "costRating": 5,
        "willingToReferRating": 5,
        "quote": "Leobit quickly understood the performance requirements of our product.",
        "summary": "Leobit has migrated a desktop software development company's core desktop application from .NET Framework to modern .NET...",
        "services": ["Custom Software Development", "Enterprise App Modernization"],
        "focusAreas": [".NET", "ASP.NET", "C#"],
        "projectSize": "Confidential",
        "projectLength": "Oct. 2025 - Ongoing",
        "reviewerName": "Anonymous",
        "reviewerPosition": "CTO, Desktop Software Development Company",
        "reviewerIndustry": "Information technology",
        "reviewerLocation": "United Kingdom",
        "reviewerCompanySize": "11-50 Employees",
        "reviewType": "Online Review",
        "verified": true,
        "background": "Please describe your company and position.\nI am the CTO of an information technology company...",
        "challenge": "What specific goals or objectives did you hire Leobit to accomplish?...",
        "solution": "How did you find Leobit?\nReferral...",
        "results": "What were the measurable outcomes from the project...",
        "scrapedAt": "2026-09-20T12:36:06.425Z"
    }
]
```

Profiles that no longer exist return a `company` row with `status: "not_found"`.

### 💰 Pricing

Pay per result — no monthly rental.

| Event           | Price                                        |
| --------------- | -------------------------------------------- |
| Company profile | **$0.004** per company ($4 per 1,000)        |
| Client review   | **$0.001** per review, only when switched on |

100 company profiles cost $0.40; the same 100 companies with 20 reviews each cost $2.40. Profiles that are not found are free.

### ℹ️ Good to Know

- Reviews are returned newest first, as Clutch lists them; a company's pinned "featured" review is flagged with `featured: true` and returned once.
- Reviewer names appear exactly as Clutch publishes them — many reviewers choose to stay anonymous.
- Need to discover companies first? The [Clutch.co Listings Scraper](https://apify.com/piotrv1001/clutch-listings-scraper) exports agencies from any Clutch directory or search page.

Qualify agencies and vendors faster with the **Clutch Company Details Scraper** today! 🚀

# Actor input Schema

## `startUrls` (type: `array`):

Clutch company profile pages (https://clutch.co/profile/…). Links to a profile's tabs, anchors or review pages are accepted and normalised.

## `maxItems` (type: `integer`):

Stop after this many company profiles.

## `includeReviews` (type: `boolean`):

Also return each company's client reviews as separate rows: ratings, project details, reviewer and the full interview text. Charged per review.

## `maxReviewsPerCompany` (type: `integer`):

Newest-first limit per company when reviews are included.

## `proxyConfiguration` (type: `object`):

Apify Proxy (automatic) works out of the box.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://clutch.co/profile/leobit"
    },
    {
      "url": "https://clutch.co/profile/20nine"
    }
  ],
  "maxItems": 50,
  "includeReviews": false,
  "maxReviewsPerCompany": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://clutch.co/profile/leobit"
        },
        {
            "url": "https://clutch.co/profile/20nine"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/clutch-company-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        { "url": "https://clutch.co/profile/leobit" },
        { "url": "https://clutch.co/profile/20nine" },
    ],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/clutch-company-details-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://clutch.co/profile/leobit"
    },
    {
      "url": "https://clutch.co/profile/20nine"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call piotrv1001/clutch-company-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/clutch-company-details-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Qw1whIFrtSgywNHTm/builds/dpXxzZYqDhDkKBiPf/openapi.json
