Clutch.co Scraper - B2B Agency Leads & Data avatar

Clutch.co Scraper - B2B Agency Leads & Data

Pricing

$1.99 / 1,000 results

Go to Apify Store
Clutch.co Scraper - B2B Agency Leads & Data

Clutch.co Scraper - B2B Agency Leads & Data

Scrape Clutch.co agencies without login: name, website, rating, pricing & services. Export Clutch agency data to CSV/JSON - an unofficial Clutch API for B2B leads.

Pricing

$1.99 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

2

Monthly active users

15 hours ago

Last modified

Share


πŸ“Œ Overview

The Clutch.co Scraper turns Clutch's massive B2B directory into an analysis-ready dataset. Give it one or more category / location directory URLs (or build them from a category + location) and it returns one structured record per agency: name, website, rating, review count, minimum project size, hourly rate, team size, location and the services they focus on. Turn on profile enrichment to follow each listing to its profile page and add website, full address, founded year and social links.

Clutch sits behind Cloudflare's managed challenge β€” this actor clears it with a real Chrome browser over country-matched residential proxies, so you get the server-rendered listing data without any account, login or API key.

βœ… Paste several directory URLs and raise maxResults to assemble a large, targeted B2B lead list in a single run.


✨ Features

FeatureDescription
🎯B2B lead dataAgency name, website, location, pricing & services β€” ready for outreach.
πŸ›‘οΈCloudflare-readyReal-browser engine + residential proxies clear the managed challenge.
πŸ“¦Hundreds at scaleAuto-paginates each directory until your result cap is hit.
πŸ“ŠRatings & reviewsStar rating and review count for every provider.
πŸ’΅Pricing signalsMinimum project size, hourly rate band and team size.
πŸ”ŽProfile enrichmentOptional deep mode adds website, full address, founded year & socials.
🧭URL or builderPaste Clutch URLs directly, or build them from category + location.
πŸ“€Any formatExport to JSON, CSV, Excel, HTML or pull via API & webhooks.

🎯 Who it's for

  • Agencies & freelancers β€” find partners, white-label vendors or competitors in your niche.
  • B2B sales & lead-gen β€” build targeted lists of agencies by service and city for outreach.
  • Recruiters β€” map service providers and their team sizes across markets.
  • Market researchers β€” benchmark pricing, ratings and service mix across a category.
  • Investors & analysts β€” survey the competitive landscape of a vertical or region.

🧾 Input

FieldTypeDescription
directoryUrlsarrayClutch category/location URLs, e.g. https://clutch.co/web-developers.
categorystringOptional builder β€” a service category like digital-marketing (used if URLs are empty).
locationstringOptional builder β€” a city/country to combine with category, e.g. london.
scrapeProfilesbooleanFollow each listing to its profile for website, address, founded year & socials. Default false.
maxResultsintegerMax agencies to save (auto-paginates to reach it). 0 = unlimited. Default 200.
proxyConfigurationobjectResidential proxy (required). Pre-configured to Apify Proxy Β· RESIDENTIAL Β· US.

Example input

{
"directoryUrls": ["https://clutch.co/web-developers"],
"scrapeProfiles": false,
"maxResults": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

πŸ“¦ Output

Each agency is saved as one structured record:

{
"name": "Lounge Lizard",
"profileUrl": "https://clutch.co/profile/lounge-lizard",
"websiteUrl": "https://www.loungelizard.com/",
"rating": 4.8,
"reviewCount": 43,
"minProjectSize": "$25,000+",
"hourlyRate": "$100 - $149 / hr",
"teamSize": "50 - 249",
"foundedYear": 1998,
"location": "New York, NY",
"address": "275 Madison Ave, New York, NY 10016, US",
"serviceFocus": ["45% Web Development", "45% Web Design", "10% Branding"],
"tagline": "Lounge Lizard is a versatile web development company...",
"socialLinks": ["https://www.linkedin.com/company/lounge-lizard"],
"sourceUrl": "https://clutch.co/web-developers",
"scrapedAt": "2026-06-04T12:00:00.000Z"
}

πŸ“– Output field reference

FieldDescription
nameAgency / service-provider name
websiteUrlThe agency's own website (un-wrapped from Clutch's redirect)
rating / reviewCountClutch star rating and number of reviews
minProjectSizeMinimum project budget the agency takes
hourlyRateHourly rate band (e.g. $100 - $149 / hr)
teamSizeEmployee range (e.g. 50 - 249)
foundedYearYear founded (profile mode)
location / addressCity/region; full address in profile mode
serviceFocusService breakdown the agency lists
taglineShort company description
socialLinksLinkedIn / X / Facebook / Instagram (profile mode)
profileUrlThe agency's Clutch profile URL

βš™οΈ How it works

  1. You provide Clutch directory URLs (or a category + location).
  2. The actor opens each page in a real Chrome browser through residential proxies and clears the Cloudflare challenge.
  3. It parses the server-rendered listing into clean agency records and auto-paginates to your cap.
  4. With scrapeProfiles on, it visits each profile to enrich website, address, founded year and social links.
  5. Results stream straight to your dataset.

No login, no cookies, no API key β€” only publicly listed agency data.


❓ FAQ

Is this a Clutch.co API alternative?

Yes β€” Clutch.co has no public API, so this scraper works as an unofficial Clutch API: point it at directory URLs and get structured agency records (name, website, rating, pricing, services) back, no API key required.

How do I export Clutch.co data to CSV or JSON?

Every run writes one record per agency to a dataset you can export to JSON, CSV, Excel or HTML, or pull via API and webhooks β€” ideal for building a Clutch agency dataset for outreach.

Can I scrape Clutch.co without login?

Yes β€” the actor clears Clutch's Cloudflare challenge with a real browser over residential proxies and reads only public listing and profile data, so no account or login is needed.


πŸ”— Works great with

  • 🌐 Website Contact Scraper β€” turn each agency website into emails & phone numbers.
  • πŸ“§ Bulk Email Verifier β€” validate the contact emails before outreach.
  • 🏒 LinkedIn Company Scraper β€” enrich agencies with company-page details.

πŸ“ Changelog

2026-06-07

  • Docs: added coverage for using the scraper as a Clutch.co unofficial API, exporting Clutch agency data to CSV/JSON, and scraping Clutch.co without login.

2026-06-05

  • πŸ›‘οΈ Reliability fix: results are no longer dropped by strict output validation β€” runs now complete cleanly even at high volume (thousands of results).
  • ⚑ Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build β€” reliability/maintenance pass.