Clutch.co Scraper - Agency Leads, Ratings & Pricing avatar

Clutch.co Scraper - Agency Leads, Ratings & Pricing

Pricing

from $5.00 / 1,000 scraped companies

Go to Apify Store
Clutch.co Scraper - Agency Leads, Ratings & Pricing

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

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

2 days ago

Last modified

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

FieldExample
company_nameSaritasa
profile_urlhttps://clutch.co/profile/saritasa
websitehttps://saritasa.com
taglineWe Build Software That Powers Growth
star_rating4.9
review_count142
min_project_size$10,000+
hourly_rate$50 - $99 / hr
employees50 - 249
locationNewport Beach, CA
services["Custom Software Development", "Web Development"]
is_verifiedtrue
is_sponsoredfalse
result_position1
page_number1
source_urlhttps://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

FieldTypeDescription
categoryUrlstringOne Clutch listing/category URL or path. Defaults to https://clutch.co/it-services.
searchUrlsstring[]Multiple Clutch listing URLs. Use this for batch category runs.
startUrlsarrayBackwards-compatible request-list input. Accepts strings or { "url": "..." } objects.
locationstringAdds Clutch's geolocation query parameter server-side.
minRatingnumberKeep only companies at or above this star rating.
minReviewsintegerKeep only companies with at least this many reviews.
verifiedOnlybooleanReturn only companies with a Clutch verified badge.
excludeSponsoredbooleanDrop sponsored/featured placements.
serviceKeywordstringCase-insensitive filter against displayed service tags.
locationKeywordstringCase-insensitive filter against displayed location text.
maxResultsintegerHard cap on returned companies and billing. Default 50, max 5000.
maxPagesintegerSafety cap for pagination per URL. Usually leave blank.
maxConcurrencyintegerParallel browser pages. Default 2; keep low for reliability.

Pricing

This actor uses pay-per-event pricing:

EventPrice
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.

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.