# Clutch Scraper (`curious_coder/clutch-scraper`) Actor

Scrape clutch listings and get companies information including website, name, hourly rate, reviews, logo and many more details

- **URL**: https://apify.com/curious\_coder/clutch-scraper.md
- **Developed by:** [Curious Coder](https://apify.com/curious_coder) (community)
- **Categories:** Lead generation
- **Stats:** 951 total users, 8 monthly users, 100.0% runs succeeded, 15 bookmarks
- **User rating**: 4.09 out of 5 stars

## Pricing

$40.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Overview

[Clutch.co](https://clutch.co) is an online business directory where you can search, find and decide on a service provider in record time.

Read verified reviews from real business leaders. Browse 280,000 vetted businesses worldwide.

It has directory of 280K service providers from 1,500+ business categories.

You can filter by budget, industry, location and more. You can read authentic client reviews and portfolio examples to select a vetted vendor who can take on your project and deliver results.

**Clutch.co Scraper** is an Apify actor that allows you to extract data from Clutch.co for various purposes, including market research and competitive analysis.

This README file provides detailed information on how to use the actor, its features, input parameters, and more.

### Information scraped

| 🌐 Logo URL                   | ✅ Featured Status             | 🏢 Company Title               |
| ----------------------------- | ----------------------------- | ----------------------------- |
| 📢 Tagline                    | ⭐ Rating                      | 🧑‍🔧 Review Count             |
| 🌐 Website                    | 📂 Profile URL                | ✅ Verified                    |
| 💰 Min Project Size           | 💵 Hourly Rate                 | 👥 Employee Count              |
| 📍 Location                   | 🗨️ Review                     | 🎓 Review Person               |
| 📊 Service Focus Percentage   | 🛠️ Services                   | 🎯 Focus Areas                 |
| 🔍 Insights                   | 🔗 LinkedIn URL               | 🐦 Twitter URL                 |
| 📸 Instagram URL              | 📞 Phone                      | 📜 Summary                    |
| 🎖️ Verification Type          | 🎂 Founded On                 |

#### Features

Clutch.co Scraper supports the following features:

- Search for companies or profiles using keywords.
- Scrape lists of companies or profiles.
- Scrape reviews of companies.
- Scrape detailed company profiles.

By using this scraper, you can leverage Clutch.co's valuable client reviews and market leader data for your business insights.

### How much will it cost me to scrape clutch.co companies ?

Based on historical data our scraper costs an average of $0.19 per thousand clutch.co companies as usage credits.
You can scrape upto 257,000 clutch.co companies per month with apify starter plan

### Input options

You can scrape any company listing page by just copy pasting the URL from your browser's address bar into the scraper's **Comapny list page url**  input field

### Clutch.co data Export

The actor stores results in a dataset. You can export data in various formats such as CSV, JSON, XLS, etc.
You can scrape and access data on demand using API. For more information, Go to [clutch.co companies API integration](https://apify.com/curious_coder/clutch-scraper/api/endpoints) page.

### Scraped Clutch.co Company Profiles

Here is an example of  scraped company profile item from Clutch.co listings:

![Screenshot of clutch reviews scraping](https://pbs.twimg.com/media/F1S26u9aUAA6MiO?format=jpg\&name=4096x4096)

```json
[
  {
	"linkedinUrl": "https://www.linkedin.com/company/capitalnumbers/",
    "twitterUrl": "https://www.twitter.com/_cninfotech",
    "instagramUrl": "https://www.instagram.com/capitalnumbers_com/",
    "phone": [
      "+913367992222"
    ],
    "website": "https://www.capitalnumbers.com/?utm_source=clutch.co&utm_medium=referral",
    "logoUrl": "https://img.shgstatic.com/clutch-static-prod/image/scale/50x50/s3fs-public/logos/c9e102774b8cf81f38f050142fe36bf0.svg",
    "isFeatured": false,
    "title": "Capital Numbers",
    "tagline": "Projects & Teams for SW, AI/ML, Web & Mob",
    "rating": "4.8",
    "reviewCount": "191",
    "profileUrl": "/profile/capital-numbers",
    "isVerified": true,
    "minProjectSize": "$5,000+",
    "hourlyRate": "< $25 / hr",
    "employeeCount": "250 - 999",
    "location": "Kolkata, India",
    "review": "\"The developers feel like a part of our team.\"",
    "reviewPerson": "CEO, Stainly Sarl",
    "serviceFocusPercentage": "10%",
    "serviceFocusPercentages": [
      {
        "percentage": "10",
        "service": "Web Development"
      },
      {
        "percentage": "10",
        "service": "AI Development"
      },
      {
        "percentage": "10",
        "service": "AR/VR Development"
      },
      {
        "percentage": "10",
        "service": "Application Testing"
      },
      {
        "percentage": "10",
        "service": "BI & Big Data Consulting & SI"
      },
      {
        "percentage": "10",
        "service": "Cloud Consulting & SI"
      },
      {
        "percentage": "10",
        "service": "Custom Software Development"
      },
      {
        "percentage": "10",
        "service": "Generative AI"
      },
      {
        "percentage": "10",
        "service": "Mobile App Development"
      },
      {
        "percentage": "10",
        "service": "UX/UI Design"
      }
    ],
    "services": [],
    "focusAreas": [],
    "insights": [],
    "summary": "\n    Projects & Teams for SW, AI/ML, Web & Mob\n\t\n\t\n    \n\t    We craft award-winning software solutions across Web, Cloud, Mobile, AI, and more.\n750+ Experts. 40+ Technologies. Endless Possibilities.\nA Global Track Record: Our global clientele includes notable names like Reuters, Tipalti, Amount, Mphasis, Mintable, and many others, showcasing our capability to handle diverse and complex projects. A highlight is the award-winning CreditRich app, clinching the Startup Pitch contest at SXSW, demonstrating our innovative approach and technical proficiency.\nEngagement Models:\n\nProject-Based: Tailored solutions for defined goals.Impact: High-quality product aligned with your vision.\nDedicated Teams: Seamless integration & scalability.Impact: Extended team with flexibility & continuous support. \n\nOur Services:\n\nCustom Software Development (Bespoke, Enterprise, Automation)\nWeb Development (Websites, E-commerce, CMS)\nMobile App Development (iOS, Android, Cross-Platform)\nQA (Quality Assurance): Automated & Manual Testing\nCloud Engineering: Migration & Management\nData Engineering & Analytics: Integration, Warehousing, Visualization, Prediction\nAI/ML/GenAI: Analytics, Machine Learning, Generative AI Applications\nUI/UX Design: User Interfaces, Prototyping & Wireframing\nEmerging Tech: AR/VR, Blockchain development\n\nWe Prioritize:\n\nQuality & Security: ISO 9001 & 27001 certified, ensuring top-tier standards.\nInnovation: Delivering future-proof solutions tailored to your needs.\nYour Success: We're passionate about helping you win.\n\nChoose Capital Numbers for adaptable, high-quality digital solutions that drive growth and innovation.\nContact us at clutch@capitalnumbers.com for a same-day response, and let’s explore how we can bring your digital aspirations to life.Read more...\n    \n\n    \n        \n            \n                \n                Gold Verified\n            \n        \n\n        \n            \n\n            \n            $5,000+\n            \n        \n\n        \n            \n\n            \n            < $25 / hr\n            \n        \n\n        \n            \n            250 - 999\n        \n\n        \n            \n            Founded 2012\n        \n\n        \n        \n\n\t    \n            \n\t        \n\n\t        \n\t        \n\t        \n\t            \n\t                \n\t                \n\t                    \n\t\t\t                    \n\t                        5 Languages\n\t                    \n\t                \n\t                \n\t            \n\t        \n\n\t        \n\t        \n\t        \n\t            \n\t                \n\t                \n\t                    \n\t\t\t                    \n\t                        13 Timezones\n\t                    \n\t                \n\t                \n\t            \n\t        \n\t    \n    \n\n    \n        \n\n\n\n\n        \n            \n\n            \n                \n            \n\n            \n                \n            \n\n            \n                \n            \n\n            \n                \n            \n        \n\n\n\n    \n",
    "verificationType": "Gold Verified",
    "foundedOn": "250 - 999"
  }
```

### Integrations

You can use [Make](https://www.make.com/en/register?pc=growthhack) to integrate clutch.co scraper to any other SaaS platform by designing your own automation flows.

### Use cases

The Clutch Scraper can be used for various purposes in the context of market research, competitive analysis, lead generation, and more. Here are some specific use cases for the Clutch Scraper:

1. **Competitor Analysis:** Monitor and analyze the profiles and reviews of your competitors on Clutch.co to gain insights into their strengths and weaknesses.

2. **Market Research:** Gather data on companies operating within a specific industry or market segment to understand market trends and identify potential business opportunities.

3. **Lead Generation:** Extract contact information such as company names, addresses, and phone numbers to build a database of potential leads for your products or services.

4. **Business Development:** Identify and target companies that have positive reviews and ratings on Clutch.co as potential partners or clients.

5. **Content Creation:** Use the scraped data to create data-driven content, such as industry reports, blog posts, or case studies.

6. **Reputation Management:** Keep track of the reviews and ratings of your own company on Clutch.co to monitor your online reputation.

7. **Sales Prospecting:** Identify companies with specific characteristics or requirements that match your product or service offerings.

8. **Investment Research:** Research companies and industries to make informed investment decisions based on Clutch.co data.

9. **Marketing Campaigns:** Tailor marketing campaigns to specific industries or companies based on the information extracted from Clutch.co.

10. **Product Development:** Analyze user reviews and feedback to inform product development and improvement efforts.

11. **Market Entry Strategy:** Use data from Clutch.co to assess the competitive landscape and plan a successful market entry strategy.

12. **Brand Monitoring:** Keep tabs on how your brand is perceived by customers through their reviews and ratings on Clutch.co.

13. **Data Enrichment:** Enhance your company's database with additional information from Clutch.co, such as company descriptions and website URLs.

14. **Custom Research Projects:** Perform custom research projects that require data from Clutch.co for specific industries or regions.

These use cases demonstrate the versatility and value of the Clutch Scraper Apify Actor in extracting structured data from Clutch.co to support various business and research objectives.

### Is it legal to scrape clutch.co ?

Our scrapers are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our scrapers, when used for ethical purposes by Apify users, are safe.
However, you should be aware that your results could contain personal data. Personal data is protected by the [GDPR](https://docs.apify.com/academy/get-most-of-actors/actor-readme#:~:text=protected%20by%20the-,GDPR,-in%20the%20European) in the European Union and by other regulations around the world.
You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. You can also read our blog post on the [legality of web scraping](https://blog.apify.com/is-web-scraping-legal/)

### Your feedback

We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for this Scraper or simply found a bug, please create an issue on the actor’s [Issues](https://console.apify.com/actors/ue0DjiPkbPaZSlku6/issues) tab in Apify Console

For additional information you can email us at <heycuriouscoder@gmail.com>

Thank you for using the Clutch.co Scraper Apify Actor! Happy scraping!

# Actor input Schema

## `scrapeCompanies.url` (type: `string`):

No description

## `startPage` (type: `integer`):

Start scraping from custom page number

## `scrapeCompanyPages` (type: `boolean`):

Scraper will visit individual company pages for each items in search result page

## `useBrowser` (type: `boolean`):

This will require more resources and increases the running costs by 4 times

## `count` (type: `integer`):

Leave this field empty if you want to scrape all items.

## `proxy` (type: `object`):

The actor will use default proxy config if you don't provide a custom proxy configuration

## Actor input object example

```json
{
  "scrapeCompanies.url": "https://clutch.co/web-developers",
  "startPage": 1,
  "scrapeCompanyPages": false,
  "useBrowser": true,
  "count": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

# 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 = {
    "scrapeCompanies.url": "https://clutch.co/web-developers",
    "count": 10,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": []
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("curious_coder/clutch-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 = {
    "scrapeCompanies.url": "https://clutch.co/web-developers",
    "count": 10,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": [],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("curious_coder/clutch-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 '{
  "scrapeCompanies.url": "https://clutch.co/web-developers",
  "count": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}' |
apify call curious_coder/clutch-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,curious_coder/clutch-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/ue0DjiPkbPaZSlku6/builds/BW4z6OL9k4FI01W2C/openapi.json
