Clutch.co Scraper avatar

Clutch.co Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
Clutch.co Scraper

Clutch.co Scraper

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

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Clutch.co Company Scraper 🚀

Scrape Clutch.co company profiles, listings, reviews, services, portfolio items, and contact details using Playwright and Apify actor conventions.

Features

  • Crawls Clutch.co listing and search pages for company profile URLs.
  • Scrapes company profile data including name, logo, tagline, rating, review count, description, verification status, hourly rate, project size, employee range, founded year, and addresses.
  • Optionally collects portfolio items and company reviews.
  • Supports proxy configuration via Apify Proxy or local proxy settings.

Getting Started

  1. Install dependencies

    $npm install
  2. Configure input

    • Edit INPUT.json or provide actor input through the Apify platform.
    • Example INPUT.json:
      {
      "startUrls": [
      "https://clutch.co/web-developers/freelance"
      ],
      "endPage": 3,
      "maxItems": 200,
      "includeReviews": true,
      "excludePortfolio": false,
      "maxReviewsPerCompany": 50,
      "proxy": {
      "useApifyProxy": true
      }
      }
  3. Run locally

    $npm start
  4. Docker / Actor

    • Use the Dockerfile to build the image if needed.
    • .actor/actor.json defines Apify actor metadata and settings.

Output Fields

{
"url": "https://clutch.co/profile/smartsites",
"summary": {
"name": "SmartSites",
"logo": "https://img.shgstatic.com/clutchco-static/image/scale/60x60/s3fs-public/logos/a33a9494d9c0f41b112e8a1b4354a3e9.png",
"title": "Think Web. Think Smart. 💡",
"rating": 5,
"noOfReviews": 56,
"description": "Outsmart the competition with best-in-class digital marketing services. With over 450 ⭐⭐⭐⭐⭐ reviews online, SmartSites is America's #1 rated digital marketing agency. Call 📞 (201) 870 6000 for a free consultation! Get more traffic. Acquire more customers. Sell more stuff. SmartSites works for businesses of all sizes. SmartSites is a Google Premier Partner and Facebook Marketing Partner. Winner of dozens website design awards and four-time Inc5000 (2017-2020) fastest growing company. Let us grow your company.Read more...",
"verificationStatus": "GOLD VERIFIED",
"minProjectSize": "$1,000+",
"averageHourlyRate": "$100 - $149 / hr",
"employees": "10 - 49",
"founded": "Founded 2011",
"addresses": [
{
"title": "headquarters",
"street": "45 Eisenhower Drive",
"locality": "Paramus",
"region": "NJ",
"postalCode": "07652",
"country": "United States",
"phone": "+1.201.870.6000"
}
]
},
"focus": [
{
"title": "Client focus",
"values": [
{
"name": "Small Business (<$10M)",
"percentage": 80
},
{
"name": "Midmarket ($10M - $1B)",
"percentage": 20
}
]
}
],
"serviceProvided": [
{
"name": "Web Development",
"percent": 0.3
},
{
"name": "Custom Software Development",
"percent": 0.25
},
{
"name": "Mobile App Development",
"percent": 0.25
},
{
"name": "AI Development",
"percent": 0.2
}
],
"portfolio": [
{
"image": "https://static2.clutch.co/s3fs-public/portfolio/28eae3874f8afd9e23a14f332d86353d.jpeg?N66vx9xl9cXLR5H6.euqT_BkCwjjAYD8",
"description": "Web Design, SEO, PPC"
}
],
"verification": {
"verificationStatus": "GOLD VERIFIED",
"businessEntity": {
"name": "Melen, LLC",
"status": "Active",
"jurisdictionOfFormation": "New Jersey",
"ID": "0600372607",
"source": "New Jersey Division of Revenue & Enterprise Services",
"lastUpdated": "November 1, 2020",
"dateOfFormation": "May 15, 2011"
},
"paymentLegalFilings": {
"bankruptcy": "No",
"taxLienFilings": "0",
"judgementFilings": "0",
"collectionsCount": "0",
"source": "New Jersey Division of Revenue & Enterprise Services",
"lastUpdated": "November 1, 2020",
"fullBusinessCreditReport": "https://www.smartbusinessreports.com/search2.aspx?link=1352&fn=951794204"
}
},
"reviews": [
{
"name": " SEO & PPC Services for Outdoor Refinishing Company ",
"datePublished": "May 25, 2021",
"project": {
"name": "SEO & PPC Services for Outdoor Refinishing Company",
"category": "SEO & PPC",
"size": "$10,000 to $49,999$10,000 to $49,999",
"length": "Sep. 2020 - Jun. 2021Sep. 2020 - Jun. 2021",
"description": "SmartSites provided SEO and PPC services for an outdoor refinishing company including adding backlinks and creating new content. They planned monthly activities to raise the traffic and conversions."
},
"review": {
"rating": 5,
"quality": 5,
"schedule": 5,
"cost": 5,
"willingToRefer": 5,
"comments": "The team's work resulted in increased traffic and conversions. Thanks to SmartSites' efforts, cost per conversion (CPC) went down by 25%. They provided consistent updates and showed detailed reports about the project's status. Their timeliness and remarkable work ensured the engagement's success."
},
"reviewer": {
"title": "Owner, General Manager, Teak & Deck",
"name": "Drew Isaacman",
"industry": "Construction",
"size": "1-10 Employees",
"location": "Carlsbad, California",
"reviewType": "Online Review",
"verified": "Verified"
}
}
],
"websiteUrl": "https://www.smartsites.com/lp/digital-marketing-lp/?utm_source=clutch.co&utm_medium=referral"
}

Notes

  • Clutch.co may block non-proxied traffic. Use Apify Proxy or a reliable proxy to reduce captchas.
  • The scraper is designed for Clutch.co profile and listing pages; other page types may not be supported.

License

This project is provided as-is. Feel free to adapt it for your own Clutch.co scraping or data extraction use cases.