Clutch.co company profile scraper avatar

Clutch.co company profile scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Clutch.co company profile scraper

Clutch.co company profile scraper

Turn Clutch.co profile URLs into structured company intelligence: ratings, reviews, pricing, team size, services, websites, and available contact details. Build prospect lists, compare vendors, and support market research with source-linked data.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Data Dino

Data Dino

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Clutch.co Company Profile Intelligence

Turn known Clutch.co company profile URLs into decision-ready B2B intelligence. This Apify actor collects the profile details, commercial signals, and client-review evidence your sales, research, and vendor-evaluation workflows need—then delivers each successful profile as a structured dataset item.

It is designed for teams that already have a shortlist of Clutch.co profiles and want a cost-conscious way to enrich that list, compare providers, validate market positioning, or build a dependable research dataset without manually opening every profile.

Why use this actor?

  • Cost-conscious enrichment — submit only the profiles you care about instead of paying to crawl an entire directory.
  • Batch-friendly performance — process multiple profile URLs in one run, with execution designed to maintain useful throughput as the workload changes.
  • Decision-ready company signals — collect ratings, review counts, pricing bands, team size, founding year, descriptions, and verification details in one record.
  • Evidence-rich reviews — preserve review titles, publication dates, ratings, comments, and reviewer roles for stronger vendor comparisons.
  • Consistent dataset output — every successful profile keeps its original URL and follows the same predictable top-level structure.
  • Apify-native workflow — schedule runs, monitor progress, and export the resulting dataset in the formats your downstream workflow already uses.

What you can collect

Each profile may include the following publicly visible information, depending on what Clutch.co exposes on that profile:

CategoryFields
Profile identityOriginal profile URL, company name, tagline/title, description
ReputationOverall rating, review count, verification status
Commercial profileMinimum project size, average hourly rate, employee range, founding year
Company linksWebsite URL when available
Verification detailsStructured verification and business-detail values found on the profile
Client evidenceReview title, publication date, rating, comments, reviewer name, and reviewer title
Additional sectionsFocus areas, services, portfolio items, and contact details when available and parseable

The actor keeps the source profile URL with every record, making it easy to trace a finding back to the originating page.

Input

Provide one or more Clutch.co company profile URLs in startUrls. The field is required and accepts Apify request-list objects.

FieldTypeRequiredDescription
startUrlsArray of objectsYesProfile URLs to collect. Each object uses the form { "url": "https://clutch.co/profile/company" }.

Example input

{
"startUrls": [
{ "url": "https://clutch.co/profile/smartsites" },
{ "url": "https://clutch.co/profile/apple" }
]
}

Use company profile URLs rather than category pages, search-result pages, or general directory URLs. For a ready-to-run example, use the included SmartSites input:

{
"startUrls": [
{ "url": "https://clutch.co/profile/smartsites" }
]
}

Output

The actor pushes one dataset item for each successfully retrieved profile. A representative result looks like this:

{
"url": "https://clutch.co/profile/smartsites",
"summary": {
"name": "SmartSites",
"title": "Think Web. Think Smart.",
"rating": 4.9,
"noOfReviews": 364,
"description": "SmartSites is a full-service digital marketing agency providing SEO, paid advertising, and conversion-focused web design services for businesses across the",
"verificationStatus": "Premier Verified",
"minProjectSize": "$1,000+",
"averageHourlyRate": "$100 - $149",
"employees": "50 - 75",
"founded": "Founded 2011"
},
"reviews": [
{
"name": "SEO & Web Dev for Hospitality & Architectural Design Firm",
"datePublished": "Oct 8, 2024",
"review": {
"rating": 5,
"comments": "They are extremely knowledgeable in what they do."
},
"reviewer": {
"name": "Anonymous",
"title": "Manager, Nunzio Marc DeSantis Architects"
}
}
],
"websiteUrl": "https://r.clutch.co/redirect?...",
"contactInfo": []
}

The example is abbreviated to keep it readable. A profile can contain multiple reviews, verification values, portfolio entries, and contact records. Missing or unavailable sections are returned as empty arrays or null values rather than being invented.

Built for practical workflows

  • Sales prospecting — identify agencies by reputation, project minimum, hourly rate, size, and review evidence.
  • Vendor shortlisting — compare providers on a consistent set of commercial and credibility signals.
  • Market research — build a structured view of selected companies, service positioning, and customer sentiment.
  • Competitive analysis — track public profile changes, ratings, review volume, and positioning over time.
  • Research operations — send the dataset to spreadsheets, warehouses, enrichment steps, or internal dashboards.

How to run

  1. Open the actor in Apify.
  2. Add one or more Clutch.co company profile URLs to startUrls.
  3. Start the run.
  4. Review the dataset or export it as JSON, CSV, Excel, or another supported format.

Important limitations

  • The actor is focused on known company profile URLs; it is not a directory-discovery or category-pagination actor.
  • Results depend on the information publicly displayed on each profile at run time.
  • Focus areas, services, portfolio entries, and contact details may be empty when the source page does not expose them in a parseable form.
  • websiteUrl may be a Clutch redirect URL rather than the company’s direct website, depending on the profile page.
  • Review and verification fields can change as Clutch.co updates its page structure or profile content.
  • A run reports failed URLs separately from successful records; validate the dataset before using it for irreversible business decisions.

Use the collected information in accordance with Clutch.co’s terms, applicable privacy requirements, and your organization’s data-use policies.