Clutch.co Reviews Scraper avatar

Clutch.co Reviews Scraper

Pricing

Pay per usage

Go to Apify Store
Clutch.co Reviews Scraper

Clutch.co Reviews Scraper

Extract Clutch.co reviews, ratings & agency profiles at scale. Scrape client feedback, competitive intelligence, and market data. Perfect for B2B research, lead generation, and competitive analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Extract client reviews from Clutch.co profile pages in a clean, structured dataset. Collect review content, ratings, review dates, reviewer names, and profile-level rating context with configurable pagination. Ideal for market research, agency benchmarking, and reputation monitoring.

Features

  • Profile URL scraping — Run on one or many Clutch profile URLs in a single job
  • Fast paginated collection — Pull review pages through lightweight requests instead of browser rendering
  • Structured review output — Get normalized review fields for analysis workflows
  • Clean dataset records — Empty and null values are removed from output items

Use Cases

Competitor Intelligence

Track how competitors are reviewed by their clients over time. Compare average ratings, review language, and project feedback trends.

Agency Vetting

Build a shortlist of service providers using review quality signals before outreach or procurement decisions.

Reputation Monitoring

Monitor newly published reviews and changes in sentiment for a target profile or group of profiles.

Sales Research

Use review text to understand customer pain points, common deliverables, and preferred engagement models.


Input Parameters

ParameterTypeRequiredDefaultDescription
urlsArrayNo["https://clutch.co/profile/innowise#reviews"]Profile URLs to scrape
results_wantedIntegerNo20Maximum reviews to return
max_pagesIntegerNo3Maximum review pages to open per profile
sort_byStringNo"relevance_desc"Review order (relevance_desc, date_desc, rating_desc, rating_asc)
proxyConfigurationObjectNo{ "useApifyProxy": true }Proxy settings for reliability

Output Data

Each dataset item contains:

FieldTypeDescription
profileUrlStringClutch profile URL
profileNameStringCompany name from profile
profileWebsiteStringCompany website URL
profileImageStringProfile image URL
profileDescriptionStringProfile summary text
profileLocationStringProfile location
aggregateRatingValueNumberOverall profile rating
aggregateReviewCountIntegerTotal review count shown on profile
reviewPageIntegerPage number where review was found
reviewSortByStringReview sorting mode used
reviewIdStringReview identifier or canonical URL
reviewTitleStringReview title
reviewTextStringReview content
reviewDateStringReview published date
reviewRatingNumberReview rating value
reviewBestRatingNumberMaximum rating scale value
reviewWorstRatingNumberMinimum rating scale value
reviewerNameStringReviewer name
reviewerRoleStringReviewer role/title
reviewerIndustryStringReviewer company industry
reviewerLocationStringReviewer location
reviewerCompanySizeStringReviewer company size
reviewerVerifiedBooleanWhether Clutch marks reviewer as verified
reviewTypeStringReview submission type (for example, online review)
reviewServicesArrayServices listed for this review
reviewProjectSizeStringProject budget band
reviewProjectLengthStringProject duration
reviewQualityRatingNumberDetailed quality score
reviewScheduleRatingNumberDetailed schedule score
reviewCostRatingNumberDetailed cost/value score
reviewWillingToReferRatingNumberDetailed willingness-to-refer score
reviewBackgroundStringBackground section content
reviewChallengeStringChallenge section content
reviewSolutionStringSolution section content
reviewResultsStringResults and feedback section content
reviewUrlStringShare URL of the individual review
totalReviewsOnProfileNumberTotal review count visible on profile pagination
reviewPositionOnPageIntegerReview order on that page
fetchedAtStringExtraction timestamp

Usage Examples

Single Profile URL

{
"urls": ["https://clutch.co/profile/innowise#reviews"],
"results_wanted": 20,
"max_pages": 3
}

Multiple Profiles

{
"urls": [
"https://clutch.co/profile/innowise",
"https://clutch.co/profile/pattern-1#reviews"
],
"results_wanted": 80,
"max_pages": 5,
"sort_by": "date_desc"
}

Sample Output

{
"profileUrl": "https://clutch.co/profile/innowise",
"profileName": "Innowise",
"profileWebsite": "https://innowise.com",
"profileLocation": "Warszawa, Poland",
"aggregateRatingValue": 4.9,
"aggregateReviewCount": 72,
"reviewPage": 1,
"reviewSortBy": "relevance_desc",
"reviewTitle": "Backend development for healthcare platform",
"reviewText": "Innowise set up a secure system to manage sensitive data and automated workflows to reduce manual tasks.",
"reviewDate": "2026-01-14",
"reviewRating": 5,
"reviewerName": "CTO",
"reviewPositionOnPage": 1,
"fetchedAt": "2026-04-29T12:45:11.942Z"
}

Tips for Best Results

Use Canonical Profile URLs

  • Prefer profile URLs in the format https://clutch.co/profile/<slug>
  • #reviews is optional; it is handled automatically

Start Small, Then Scale

  • Use results_wanted: 20 for quick validation
  • Increase max_pages only when needed for larger runs

Keep Inputs Focused

  • Provide direct profile URLs in urls for the best reliability

Improve Reliability

  • Use proxy configuration for long runs or large URL lists
  • Split very large batches into multiple runs

Integrations

Connect your dataset with:

  • Google Sheets — Build quick reporting dashboards
  • Airtable — Create searchable review databases
  • Slack — Send notifications when runs finish
  • Zapier — Trigger downstream automations
  • Make — Build multi-step data pipelines
  • Webhooks — Deliver run completion events to your apps

Export Formats

  • JSON — Application and API workflows
  • CSV — Spreadsheet and BI workflows
  • Excel — Business reporting
  • XML — Legacy integrations

Frequently Asked Questions

Can I scrape multiple profile URLs at once?

Yes. Pass multiple URLs in urls and the actor will process each profile.

Why are some fields missing in some rows?

Some reviews do not expose every attribute. Empty/null fields are removed from output by design.

Can I control review order?

Yes. Use sort_by with supported values: relevance_desc, date_desc, rating_desc, rating_asc.

How many reviews can I collect in one run?

As many as available within your results_wanted and max_pages limits.


Support

For issues or feature requests, use the Apify Console actor issue section.

Resources


This actor is designed for legitimate data collection and research purposes. Users are responsible for complying with applicable laws, platform terms, and data protection requirements in their jurisdiction.