Clutch.co Scraper — Companies, Reviews & Contacts | 2$/1k avatar

Clutch.co Scraper — Companies, Reviews & Contacts | 2$/1k

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Clutch.co Scraper — Companies, Reviews & Contacts | 2$/1k

Clutch.co Scraper — Companies, Reviews & Contacts | 2$/1k

Extract company profiles, reviews, emails & phones from Clutch.co. Get 40+ fields: ratings, budgets, services, locations, social links. Filter by location, budget & industry. No browser — fast HTTP. Perfect for B2B lead gen & market research.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ilya

Ilya

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Clutch.co Scraper — Companies, Reviews, Emails & Phones

Extract company profiles, customer reviews, email addresses, and phone numbers from Clutch.co — the leading B2B ratings and reviews platform with 300,000+ companies.

Build lead lists, competitive intelligence reports, and market research datasets with a single click.

Two pricing options

This Actor is available in two versions — choose the one that fits your usage:

VersionPriceBest forLink
Pay per result$2 per 1,000 resultsOne-time scrapes, small datasets, testingClutch Scraper
Monthly subscription$20/month (unlimited results)Regular scraping, large datasets, ongoing projectsClutch Scraper Monthly

Both versions have the same features and output format — the only difference is how you pay.

Why this scraper?

FeatureThis ActorOther scrapers
Full company profiles40+ fields10-15 fields
Customer reviews with Q&ABackground, Challenge, Solution, ResultsTitle + rating only
Sub-ratingsQuality, Schedule, Cost, Willing to ReferOverall rating only
Email extraction from websitesScans homepage + /contact + /aboutNot available
Phone extraction from websitestel: links, Schema.org, context-basedNot available
All Clutch filters built-inLocation, budget, hourly rate, size, industry, verifiedURL-only filtering
Quality scoringComputed 0-100 score per companyNot available
Search by keywordsLive search API integrationMost require URLs
Social media linksLinkedIn, Twitter, Facebook, InstagramPartial or none
Verification dataPremier Verified status, entity infoBasic badge only
No headless browser neededPure HTTP + HTML parsing (fast & cheap)Many use Playwright

What data do you get?

Company Profile (40+ fields)

  • Basic: name, Clutch URL, website, logo, description, tagline
  • Metrics: rating (0-5), review count, quality score (0-100)
  • Business: hourly rate, min project size, employees, year founded
  • Location: multiple office addresses with city, country, phone
  • Services: full list with percentage breakdown
  • Social media: LinkedIn, Twitter, Facebook, Instagram URLs
  • Verification: Premier Verified / Verified status, legal entity data
  • Portfolio: project images, descriptions, links
  • Contact enrichment: emails and phone numbers from company website

Customer Review (20+ fields)

  • Ratings: overall + Quality, Schedule, Cost, Willing to Refer
  • Content: title, quote, full feedback text
  • Q&A sections: Background, Challenge, Solution, Results
  • Reviewer: name, position, industry, location, company size
  • Project: services provided, budget range, duration
  • Meta: date, verified badge, featured badge

How to use

1. Scrape a category (most common)

Get all software development companies:

{
"mode": "catalog",
"startUrls": [{ "url": "https://clutch.co/developers" }],
"scrapeProfiles": true,
"scrapeReviews": true,
"maxReviewsPerCompany": 10,
"maxItems": 100
}

2. Scrape specific companies

Get full profiles for known companies:

{
"mode": "profile",
"startUrls": [
{ "url": "https://clutch.co/profile/simform" },
{ "url": "https://clutch.co/profile/goji-labs" }
],
"scrapeReviews": true,
"extractContacts": true
}

3. Search by keywords

Find companies by keyword:

{
"mode": "search",
"keywords": ["mobile app development", "AI consulting"],
"maxItems": 50,
"scrapeProfiles": true
}

4. Use filters (location, budget, size)

Get verified US companies with $50K+ budgets:

{
"mode": "catalog",
"startUrls": [{ "url": "https://clutch.co/developers" }],
"filterLocation": "United States",
"filterBudget": "50000",
"filterVerifiedOnly": true,
"sortBy": "ClutchRank",
"scrapeProfiles": true,
"maxItems": 200
}

5. Extract emails and phones

Enrich company data with contact information from their websites:

{
"mode": "catalog",
"startUrls": [{ "url": "https://clutch.co/web-developers" }],
"scrapeProfiles": true,
"extractContacts": true,
"maxItems": 50
}

Example output

{
"id": 17572,
"name": "Simform",
"slug": "simform",
"url": "https://clutch.co/profile/simform",
"website_url": "https://www.simform.com",
"logo_url": "https://img.shgstatic.com/...",
"rating": 4.8,
"review_count": 83,
"verification_status": "Premier Verified",
"min_project_size": "$25,000+",
"hourly_rate": "$25 - $49",
"employees": "1,000 - 9,999",
"founded": 2010,
"description": "Simform is a leading software development company...",
"tagline": "Your Trusted Digital Engineering Partner",
"addresses": [
{
"city": "Orlando",
"region": "FL",
"country": "United States",
"country_code": "US",
"phone": "+1 (321) 237-2727"
}
],
"services": [
{ "name": "AI Development", "percentage": null },
{ "name": "Custom Software Development", "percentage": null },
{ "name": "Mobile App Development", "percentage": null },
{ "name": "Cloud Consulting & SI", "percentage": null }
],
"social_media": {
"linkedin": "https://www.linkedin.com/company/simform/",
"twitter": "https://twitter.com/simform",
"facebook": "https://www.facebook.com/simform",
"instagram": "https://www.instagram.com/_simform/"
},
"emails": ["info@simform.com"],
"phones": ["+13212372727"],
"quality_score": 88.8,
"is_sponsor": true,
"reviews": [
{
"id": 442581,
"title": "Custom Software Dev for Scientific Research Company",
"date": "Nov 7, 2022",
"overall_rating": 5.0,
"quality_rating": 4.5,
"schedule_rating": 4.5,
"cost_rating": 5.0,
"willing_to_refer": 4.5,
"quote": "We really appreciate the level of expertise...",
"reviewer": {
"name": null,
"position": "CTO, Estima Scientific",
"industry": "IT Services",
"company_size": "1-10 Employees"
},
"qa": {
"background": "I am the CTO of Estima Scientific...",
"challenge": "We are performing extensive R&D...",
"solution": null,
"results": "The team has been able to develop new mobile software..."
},
"is_verified": false,
"is_featured": false
}
],
"scraped_at": "2026-03-15T02:21:02.612000"
}

Supported Clutch.co categories

Works with any Clutch.co category URL, including:

  • /developers — Software Development Companies
  • /web-developers — Web Development Companies
  • /it-services — IT Services Companies
  • /agencies/digital-marketing — Digital Marketing Agencies
  • /agencies/seo — SEO Companies
  • /agencies/ppc — PPC Agencies
  • /web-designers — Web Design Companies
  • /app-developers — Mobile App Developers
  • /agencies/social-media-marketing — Social Media Marketing
  • /agencies/content-marketing — Content Marketing
  • Any other category on clutch.co

Input parameters

ParameterTypeDefaultDescription
modestringcatalogcatalog, profile, search, or url (auto-detect)
startUrlsarrayClutch.co category or profile URLs
keywordsarraySearch keywords (for search mode)
maxPagesinteger0Max catalog pages (0 = all, ~50 companies per page)
maxItemsinteger0Max companies to scrape (0 = unlimited)
scrapeProfilesbooleantrueVisit each company page for full data
scrapeReviewsbooleanfalseExtract customer reviews
maxReviewsPerCompanyinteger10Max reviews per company (0 = all)
extractContactsbooleanfalseExtract emails & phones from company websites
filterLocationstringFilter by location (e.g. United States)
filterBudgetstringMin budget: 5000, 10000, 25000, 50000, 100000
filterHourlyRatestringHourly rate: 25, 50, 100, 150, 200, 300
filterEmployeesstringCompany size: 10 - 49, 50 - 249, 250 - 999
filterVerifiedOnlybooleanfalseOnly verified companies
sortBystringrelevance_descSort: ClutchRank, NumberOfReviews, ReviewRating
proxyConfigurationobjectApify Proxy settings (residential recommended)
concurrencyinteger3Parallel requests (1-5)
requestDelaynumber1.5Delay between requests in seconds

Tips for best results

  • Use residential proxies for large runs (1000+ companies). Datacenter proxies may get blocked by Cloudflare.
  • Start small — test with maxItems: 10 before running large scrapes.
  • Enable scrapeProfiles for full data. Without it, you only get basic catalog fields (name, rating, location).
  • Set requestDelay: 2.0 or higher to avoid rate limiting (Clutch allows ~50 requests per minute).
  • Use filters to narrow results instead of scraping entire categories — faster and cheaper.

Integrations

Connect Clutch.co data to your tools:

  • Google Sheets — auto-export companies to spreadsheets
  • Zapier / Make — trigger workflows when new data is scraped
  • Slack — get notifications when scraping completes
  • CRM (HubSpot, Salesforce) — import leads directly
  • API — access results programmatically via Apify API

Cost estimation

This Actor uses no browser — only fast HTTP requests. Approximate costs on Apify platform:

ScenarioCompaniesTimeApify cost
Catalog only (no profiles)500~2 min~$0.01
With full profiles500~30 min~$0.10
With profiles + reviews500~60 min~$0.20
With profiles + reviews + contacts500~90 min~$0.30

Costs depend on proxy type and platform plan. Residential proxies add proxy traffic costs.

Support

Having issues or need a custom feature?

  • Email: afrcanec@gmail.com
  • Open an issue on this Actor's page
  • Response time: typically within 24 hours