Clutch Company Search Scraper avatar
Clutch Company Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Clutch Company Search Scraper

Clutch Company Search Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

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

5.0 (1)

Pricing

$19.99/month + usage

1

2

1

Last modified

2 days ago

🏢 Clutch Company Search Scraper

This actor allows you to scrape service provider companies from Clutch.co by providing a search URL. It automatically handles pagination and extracts comprehensive company information including ratings, pricing, services, location, and contact details.

Features

  • URL-based Scraping: Extract companies by providing a complete Clutch search URL
  • Automatic Pagination: Automatically navigates through pages and loads more companies until reaching the end or max items limit
  • Comprehensive Company Data: Extract detailed information about each company including:
    • Company name, logo, and description
    • Contact information (phone, website, profile links)
    • Ratings and review counts
    • Pricing details (minimum project size, hourly rate)
    • Company size (employees count)
    • Location and address information
    • Services offered with percentage breakdowns
    • Premier Verified badge status
    • All projects link and count
  • Smart Deduplication: Automatically removes duplicate companies based on profile URLs

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Clutch search URL to scrape
maxItemsintegerNoMaximum number of companies to fetch (default: unlimited)
proxyConfigurationobjectNoProxy settings for the actor

How to Get Search URL

  1. Go to Clutch.co
  2. Use the search filters to find companies (by service, location, budget, etc.)
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

Example search URLs:

https://clutch.co/developers?related_services=field_pp_sl_mobile_app_dev
https://clutch.co/agencies/digital?client_budget=lt_10000
https://clutch.co/profile/simform

Output

The output is a dataset of company objects, each containing:

  • searchUrl: The original search URL used
  • id: Company ID on Clutch
  • name: Company name
  • logo: URL of the company logo
  • profileLink: Direct link to the company profile page
  • viewProfileLink: Alternative profile link
  • websiteLink: Company website link (tracked)
  • description: Company description and overview
  • premierVerified: Boolean indicating Premier Verified status
  • phone: Company phone number
  • ratingValue: Average rating score (e.g., "4.8")
  • reviewCount: Number of reviews
  • stars: Star rating display value
  • minProjectSize: Minimum project budget (e.g., "$25,000+")
  • hourlyRate: Hourly rate range (e.g., "$25 - $49 / hr")
  • employeesCount: Number of employees range (e.g., "1,000 - 9,999")
  • location: Object containing:
    • label: Location display text
    • addressCountry: Country code
    • addressLocality: City
    • addressRegion: State/Region
    • streetAddress: Street address
    • postalCode: Postal/ZIP code
  • services: Array of services offered with percentages
  • allProjectsText: Text for all projects link (e.g., "See all 79 projects")
  • allProjectsLink: URL to view all projects
  • scrapedAt: Timestamp of when the company was scraped

Example output:

[
{
"searchUrl": "https://clutch.co/developers?related_services=field_pp_sl_mobile_app_dev",
"id": "17572",
"name": "Simform",
"logo": "https://img.shgstatic.com/clutch-static-prod/image/scale/50x50/s3fs-public/logos/ea3dc39ca0b2f6b5f17abddec1f0e9a4_1370641942685399052cda0.png",
"profileLink": "https://clutch.co/profile/simform",
"viewProfileLink": "https://clutch.co/profile/simform",
"websiteLink": "https://r.clutch.co/redirect?...",
"description": "Simform is a custom software development company offering tailored software development...",
"premierVerified": true,
"phone": "3212372727",
"ratingValue": "4.8",
"reviewCount": "79",
"stars": "4.8",
"minProjectSize": "$25,000+",
"hourlyRate": "$25 - $49 / hr",
"employeesCount": "1,000 - 9,999",
"location": {
"label": "Orlando, FL",
"addressCountry": "US",
"addressLocality": "Orlando",
"addressRegion": "FL",
"streetAddress": "111 North Orange Avenue Suite 800",
"postalCode": "32801"
},
"services": [
"10% Custom Software Development",
"10% AI Development",
"10% CRM Consulting and SI",
...
],
"allProjectsText": "See all 79 projects",
"allProjectsLink": "https://clutch.co/profile/simform#reviews",
"scrapedAt": "2025-11-07T06:35:11.696Z"
},
...
]

Use Cases

  • Lead generation for B2B sales teams
  • Competitor analysis and market research
  • Vendor discovery and evaluation
  • Agency/service provider comparison
  • Market size and pricing analysis
  • Industry trend research
  • Building contact lists for outreach
  • Partner and collaboration opportunities

Notes

  • Results are saved incrementally as they are found
  • All timestamps are in ISO 8601 format
  • Phone numbers are provided without formatting
  • Website links include tracking parameters from Clutch
  • Services list shows percentage allocation of company focus
  • Premier Verified badge indicates verified company status on Clutch
  • Location data includes structured address components for easy processing

Tips for Best Results

  • Use specific filters on Clutch.co before copying the URL
  • Set a reasonable maxItems limit for large result sets
  • Enable proxy configuration if you encounter rate limiting
  • Check the search results manually first to ensure the URL is correct
  • For large datasets, consider splitting into multiple smaller scraping jobs

Start finding the right service providers on Clutch.co today!