Clutch.co Scraper - Agency Leads, Ratings & Pricing
Pricing
from $5.00 / 1,000 scraped companies
Clutch.co Scraper - Agency Leads, Ratings & Pricing
Scrape Clutch.co listing pages into B2B agency records: names, profiles, websites, ratings, review counts, hourly rates, project sizes, team sizes, locations, services, verified and sponsored flags. Supports multi-URL runs, filters, pagination, and MCP-ready summaries.
Pricing
from $5.00 / 1,000 scraped companies
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
Clutch.co Scraper
Scrape Clutch.co category and directory pages into clean B2B company records for agency lead generation, vendor research, CRM enrichment, and AI-agent workflows.
This actor is for Clutch listing pages such as /it-services, /web-developers, /agencies/digital-marketing, or filtered category URLs copied from your browser. It returns one row per company card.
What It Extracts
| Field | Example |
|---|---|
company_name | Saritasa |
profile_url | https://clutch.co/profile/saritasa |
website | https://saritasa.com |
tagline | We Build Software That Powers Growth |
star_rating | 4.9 |
review_count | 142 |
min_project_size | $10,000+ |
hourly_rate | $50 - $99 / hr |
employees | 50 - 249 |
location | Newport Beach, CA |
services | ["Custom Software Development", "Web Development"] |
is_verified | true |
is_sponsored | false |
result_position | 1 |
page_number | 1 |
source_url | https://clutch.co/it-services?page=1 |
Optional fields are omitted when Clutch does not show them.
Common Uses
- Build prospect lists of software agencies, IT providers, SEO firms, app developers, web developers, and marketing agencies.
- Enrich CRM records with Clutch profile URLs, websites, ratings, review counts, pricing ranges, team size, and service tags.
- Compare agency markets by location, hourly rate, project size, and specialization.
- Monitor competitors in a Clutch category over time.
- Feed structured vendor data into Claude, ChatGPT, Make, Zapier, Airtable, HubSpot, or custom MCP workflows.
Input Examples
Scrape the default IT services directory:
{"categoryUrl": "https://clutch.co/it-services","maxResults": 50}
Scrape several categories in one run:
{"searchUrls": ["https://clutch.co/web-developers","https://clutch.co/agencies/seo"],"maxResults": 100}
Find highly reviewed agencies:
{"categoryUrl": "https://clutch.co/agencies/digital-marketing","minRating": 4.5,"minReviews": 10,"excludeSponsored": true,"maxResults": 100}
Filter by service and displayed location:
{"categoryUrl": "https://clutch.co/app-developers","serviceKeyword": "mobile app","locationKeyword": "New York","maxResults": 50}
Input Reference
| Field | Type | Description |
|---|---|---|
categoryUrl | string | One Clutch listing/category URL or path. Defaults to https://clutch.co/it-services. |
searchUrls | string[] | Multiple Clutch listing URLs. Use this for batch category runs. |
startUrls | array | Backwards-compatible request-list input. Accepts strings or { "url": "..." } objects. |
location | string | Adds Clutch's geolocation query parameter server-side. |
minRating | number | Keep only companies at or above this star rating. |
minReviews | integer | Keep only companies with at least this many reviews. |
verifiedOnly | boolean | Return only companies with a Clutch verified badge. |
excludeSponsored | boolean | Drop sponsored/featured placements. |
serviceKeyword | string | Case-insensitive filter against displayed service tags. |
locationKeyword | string | Case-insensitive filter against displayed location text. |
maxResults | integer | Hard cap on returned companies and billing. Default 50, max 5000. |
maxPages | integer | Safety cap for pagination per URL. Usually leave blank. |
maxConcurrency | integer | Parallel browser pages. Default 2; keep low for reliability. |
Pricing
This actor uses pay-per-event pricing:
| Event | Price |
|---|---|
| Actor start | $0.00005 per GB |
| Company scraped | $0.005 per company |
Cost is bounded by maxResults. A 100-company run costs about $0.50 plus the tiny actor-start event.
Output And Summary
The primary output is the dataset. The actor also writes:
RUN_SUMMARY- totals, input URLs, charged event counts, estimated cost, request stats, and stop reason.OUTPUT- same summary for MCP/API consumers that expect an output record.DEBUG_CARD_HTML- first rendered company card HTML when available, useful for selector maintenance.
Reliability Notes
Clutch uses Cloudflare. This actor uses a fingerprinted Playwright browser, low default concurrency, retries, and session retirement on block signals. It does not expose proxy configuration because prior validation showed proxy IPs reduce reliability on this target.
If every request is blocked, the run fails honestly with a clear status message instead of returning an empty success. If filters match nothing, the run succeeds with 0 dataset rows and a no-matching-results summary.
Limitations
- This actor scrapes Clutch directory/listing cards, not full profile-review histories.
- Website URLs are decoded from Clutch redirect links when visible on the listing card.
- Clutch may hide some fields on specific categories, regions, sponsored placements, or responsive layouts.
MCP / Agent Use
Use this actor when an AI agent needs structured Clutch vendor data from a category URL. The input schema is written for routing: listing/category URLs go here; individual company review analysis should use a profile-review scraper.
Legal
This actor extracts publicly available information from Clutch.co. Use it in compliance with Clutch.co's Terms of Service and applicable data-protection laws. You are responsible for lawful processing, storage, and use of the data you collect.