VOOZH about

URL: https://apify.com/inatanli/clutch-scraper

⇱ Clutch.co Scraper ($0.99 per 1k results) Β· Apify


πŸ‘ Clutch.co Scraper ($0.99 per 1k results) avatar

Clutch.co Scraper ($0.99 per 1k results)

Pricing

$0.99 / 1,000 results

Go to Apify Store

Clutch.co Scraper ($0.99 per 1k results)

$0.99 per 1,000 results. Extract comprehensive B2B lead data, ratings, and detailed service breakdowns from any Clutch.co directory page.

Pricing

$0.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Ina Li

Ina Li

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

Clutch.co Directory Scraper

Extract structured agency listings from any Clutch.co directory page. Paste a directory URL, set how many pages to scrape, and download the results in JSON, CSV, Excel, or HTML.

What does Clutch.co Directory Scraper do?

Clutch.co Directory Scraper extracts agency listings from any Clutch.co directory page β€” covering categories like PPC, SEO, web development, UI/UX, staff augmentation, and hundreds more β€” and exports them into JSON, CSV, Excel, or HTML. You can then use this data in your own research projects, lead generation pipelines, market reports, and applications.

πŸ”— Scrape any Clutch.co directory URL (e.g. /agencies/ppc, /web-developers, /it-services/staff-augmentation)
πŸ“„ Paginate through multiple pages of results (up to 80 agencies per page)
🧾 Extract full agency details: name, ratings, services, location, contact info, and review insights
πŸ“€ Export data in multiple formats: JSON, CSV, Excel, or HTML
πŸ”Œ Connect to any AI chatbot or workflow using the Apify API, MCP server, webhooks, and SDKs (Python & Node.js)

What data can you get from Clutch.co?

🏒 Agency name⭐ Star ratingπŸ’¬ Review count
βœ… Verification statusπŸ’΅ Hourly rateπŸ“‹ Min project size
πŸ‘₯ Employee countπŸ“ LocationπŸ“ž Telephone
🏠 Full addressπŸ›  Services breakdownπŸ“ AI-generated description
πŸ” Review insights🌐 Website domainπŸ”— Clutch profile URL

Why scrape Clutch.co?

πŸ•΅οΈ Research agencies across any service category β€” PPC, SEO, development, design, and more
πŸ“ˆ Monitor the competitive landscape and track new entrants in a niche
πŸ’Έ Benchmark pricing, hourly rates, and minimum project sizes across the market
πŸ—‚ Build a curated database of vetted agencies for outreach or comparison
🀺 Track competitor agencies and their Clutch ratings over time
πŸ“© Feed an automated lead generation or agency discovery pipeline

How to use Clutch.co Directory Scraper

Clutch.co Directory Scraper is built for an easy start, even if you've never scraped before:

  1. Create a free Apify account using your email.
  2. Open Clutch.co Directory Scraper.
  3. Paste a Clutch.co directory URL and set the number of pages to scrape.
  4. Enable Apify Residential Proxies in the Proxy configuration section (pre-filled by default).
  5. Click Start and wait for the data to be extracted.
  6. Download your data in JSON, CSV, Excel, HTML, or XML.

Proxy requirement

Clutch.co is protected by Cloudflare, which blocks requests from datacenter IP addresses. Residential proxies are required when running this Actor on the Apify platform.

The proxy configuration is pre-filled with Apify Residential Proxies. You can also supply your own proxy URLs under the Proxy section. Apify Residential Proxies are billed by data transferred (~$12.50/GB). A typical run scraping 3 pages costs less than $0.02.

Input parameters

The input of this scraper should be JSON containing the following fields:

directory_url (String, required) β€” The URL of a Clutch.co directory listing page. Must start with https://clutch.co/. Any directory path works, including nested verticals.

end_page (Number, optional, default: 1) β€” The last page of results to scrape. Scraping always starts at page 1. Each page contains up to 80 agencies. Set this to 5 to scrape pages 1–5 (up to 400 agencies).

proxyConfiguration (Object, optional) β€” Proxy settings. Pre-filled with Apify Residential Proxies. Required to bypass Cloudflare when running on the Apify platform.

Clutch.co Directory Scraper input example

{
"directory_url":"https://clutch.co/agencies/ppc",
"end_page":5,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

This scrapes up to 5 pages (β‰ˆ 400 agencies) from the PPC directory.

Any Clutch directory path works:

  • https://clutch.co/agencies/ppc
  • https://clutch.co/agencies/seo
  • https://clutch.co/agencies/digital-strategy
  • https://clutch.co/agencies/ui-ux
  • https://clutch.co/it-services/staff-augmentation
  • https://clutch.co/web-developers
  • https://clutch.co/real-estate/commercial-financing/merger-acquisition

During the run

During the run, the Actor outputs a log message for each page showing the current page out of the total requested, how many new agencies were found, how many were duplicates, and the running total of unique records scraped so far.

If the Actor receives invalid input (e.g. a URL that doesn't start with https://clutch.co/), it stops immediately with a failure state and a clear explanation of what went wrong.

If a page returns no agency cards before end_page is reached, the Actor stops pagination early and finishes cleanly rather than continuing to fetch empty pages.

Scraped Clutch.co agency listings

The structure of each item in Clutch.co listings looks like this:

{
"provider_id":"34374",
"position":3,
"page_position":3,
"is_featured":false,
"company_name":"Taktical Digital",
"logo_url":"https://img.shgstatic.com/clutch-static-prod/image/scale/50x50/s3fs-public/logos/41a0b5738c88986dd2128d9d0ae7c148.png",
"profile_url":"/profile/taktical-digital",
"website_url":"taktical.co",
"rating":4.7,
"review_count":52,
"verified_status":"Premier Verified",
"min_project_size":"Undisclosed",
"hourly_rate":"$50 - $99 / hr",
"employee_count":"10 - 49",
"location":"New York, NY",
"telephone":"8558258422",
"address":{
"street":"241 West 37th Street, Suite 802",
"locality":"New York",
"region":"NY",
"country":"US",
"postal_code":"10018"
},
"services":[
{"name":"Search Engine Optimization","percentage":30},
{"name":"Social Media Marketing","percentage":30},
{"name":"Content Marketing","percentage":10},
{"name":"Conversion Optimization","percentage":10},
{"name":"Pay Per Click","percentage":10}
],
"description":"Taktical Digital is a comprehensive digital marketing agency specializing in Search Optimization and SEO services. The company excels in enhancing online visibility and website ranking, with 100% of reviewers noting significant improvements in organic search performance and digital visibility enhancement.",
"insights":{
"review_mention_tag":"Proactive",
"industries_summary":"Experience in 21 industries",
"cost_rating":null,
"responsiveness":"Very responsive",
"review_snippets":[
{
"review_title":"SEO for Small Business Loans Platform",
"rating":4.0,
"date":"Nov 12, 2019",
"snippet":"At that point, they were great and supportive, coming up with incremental adjustments to make to the site. There's always a flow of ideas and an overall sense of proactivity while collaborating with them."
}
]
}
}

Integrations

You can connect Clutch.co Directory Scraper with almost any cloud service or web app. Apify offers integrations with Make, Zapier, Slack, Google Sheets, Google Drive, GitHub, and more, plus webhooks to trigger actions whenever a run finishes.

Using the Apify API

The Apify API gives you programmatic access to run the Actor, schedule it, and fetch results. Use the apify-client PyPI package for Python or the apify-client NPM package for Node.js.

Using an MCP server

With the Apify API you can use this Actor through an MCP server and connect it to clients like Claude Desktop, or build your own. Read more about setting up Apify Actors with MCP.

Note

This scraper only collects data that agencies have chosen to publish publicly on their Clutch directory listings. It does not extract any data behind a login wall. The scraper is rate-limited to 20 requests per minute with a single worker to be polite to Clutch's servers and stay within the spirit of their crawl policies.

You might also like

Clutch.co Scraper

scrapeai/clutch-co-scraper

Unofficial Clutch.co API. Scrape company profiles, listings, and reviews from Clutch.co at scale.

Clutch Profile Scraper

getdataforme/clutch-profile-scraper

The Clutch Profile Scraper extracts detailed company profiles from Clutch.co, including services, reviews, and ratings, for market research and competitive analysis....

Clutch.co Scraper - B2B Agency Leads & Data

logiover/clutch-co-scraper

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.

Clutch.co Scraper

automation-lab/clutch-scraper

Extract B2B service provider data from Clutch.co. Get company names, ratings, reviews, locations, hourly rates, project sizes, and service details. Export as JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

72

1.0

Clutch.co B2B Agency Scraper

crawlerbros/clutch-scraper

Extract agency profiles, ratings, reviews, and verified client data from Clutch.co. Get ratings, pricing, services, location, and reviews for B2B service providers.

14

Clutch Company Search Scraper

powerai/clutch-company-search-scraper

Scrape service provider companies from Clutch.co with automatic pagination and comprehensive company data extraction.

Clutch.co Agency Scraper β€” B2B Leads with Emails

samstorm/clutch-agency-scraper

Scrape agency listings from Clutch.co by service category. Get company details, ratings, hourly rates, and verified contact emails. The only Clutch scraper with built-in email enrichment and verification.

76

Clutch.co Listings Scraper

piotrv1001/clutch-listings-scraper

The Clutch.co Listings Scraper extracts paginated business data from Clutch.co URLs, capturing company titles, logos, hourly rates, reviews, ratings, and offered servicesβ€”ideal for market research and competitor analysis.

355

1.0

Advanced Clutch.co Scrapper

scrapeverse/advanced-clutch-co-scrapper

Get most detailed response from this Advanced Clutch.co Scrapper. That automates data extraction process for Clutch.co company data. Just add urls of clutch.co company profile pages and get insightful structured data right away.

245

4.0

Clutch Categories Spider

getdataforme/clutch-categories-spider

The Clutch Categories Spider efficiently extracts detailed company data from Clutch.co, including ratings and reviews, for market analysis and competitive intelligence....