Clutchco Scraper avatar

Clutchco Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Clutchco Scraper

Clutchco Scraper

Clutch.co Scraper pulls company listings and profile data from any Clutch.co category or region, so you can research vendors, compare rates, and build B2B lead lists without clicking through pages manually.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Clutchco Scraper Banner

Clutch.co Scraper

Scrape company listings and profiles from Clutch.co. Get ratings, review counts, hourly rates, project size ranges, employee counts, and service breakdowns for any category or region.

What it does

Give it a Clutch.co listing URL (like clutch.co/developers/reactjs/uk/england/london) or a company profile URL. It pulls every company on the page, then keeps paginating until it hits your item limit. No setup beyond the URL.

Listing pages return one record per company. Profile pages (/profile/company-name) return a deeper record that also includes portfolio items and average project size.

Input

FieldTypeDescription
startUrlsstring listOne or more Clutch.co listing or profile URLs
maxItemsintegerMaximum companies to return (default: 50, max: 1000)
requestTimeoutSecsintegerPer-request timeout in seconds (default: 30)

Example input

{
"startUrls": [
"https://clutch.co/developers/reactjs/uk/england/london",
"https://clutch.co/agencies/seo"
],
"maxItems": 100
}

Output

Each company is saved as one record in the dataset.

Example output (listing page)

{
"name": "Infinum",
"clutchId": "40190",
"rankPosition": 3,
"profileUrl": "https://clutch.co/profile/infinum",
"logoUrl": "https://img.shgstatic.com/clutch-static-prod/image/s3fs-public/logos/2694e4ada802ba2c0b818178b65bca38.png",
"clutchRating": 4.8,
"reviewCount": 55,
"verifiedBadge": "Premier Verified",
"location": "London, England",
"minProjectSize": "$50,000+",
"hourlyRate": "$150 - $199",
"employees": "250 - 999",
"services": ["20% Web Development", "20% Custom Software Development", "20% Mobile App Development"],
"companyBio": "Infinum is a global custom software development company specializing in enterprise-grade web, mobile, and integrated digital platforms.",
"pageType": "listing",
"sourceUrl": "https://clutch.co/developers/reactjs/uk/england/london",
"scrapedAt": "2026-04-28T10:00:00+00:00",
"error": null
}

Example output (profile page)

{
"name": "Infinum",
"profileUrl": "https://clutch.co/profile/infinum",
"clutchRating": 4.8,
"reviewCount": 55,
"verifiedBadge": "Premier Verified",
"location": "London, England",
"minProjectSize": "$50,000+",
"avgProjectSize": "$200,000 - $999,999",
"hourlyRate": "$150 - $199",
"employees": "250 - 999",
"services": ["Mobile App Development", "Web Development", "UX/UI Design"],
"companyBio": "Infinum is a global custom software development company...",
"portfolio": [
{"portfolioTitle": "E-commerce Platform Rebuild", "portfolioImageUrl": "https://..."}
],
"pageType": "profile",
"sourceUrl": "https://clutch.co/profile/infinum",
"scrapedAt": "2026-04-28T10:00:00+00:00",
"error": null
}

How to use

  1. Open the actor on Apify and click Try for free
  2. Paste one or more Clutch.co URLs into Start URLs
  3. Set Max items (default 50)
  4. Click Start and download results when done

Use cases

  • Build a vendor shortlist without clicking through dozens of Clutch pages manually
  • Track a competitor's rating and review count over time
  • Pull IT service company data for B2B outreach
  • Research going rates and project minimums for a specific region or specialty

Notes

  • Clutch.co shows roughly 83 companies per listing page. Pagination is automatic.
  • Profile pages return a richer record with portfolio items and average project size.
  • Set maxItems to keep run time and cost predictable. Large categories can have thousands of listings.
  • If a URL fails, the actor logs an error and moves on without stopping the rest of the run.