# Clutch Scraper by Keyword

**Use case:** 

Scrape Clutch listings by keyword or search term — location, description and rating. Ready-to-run, structured JSON export.

## Input

```json
{
  "searchUrls": [
    "https://clutch.co/agencies/digital-marketing"
  ],
  "query": "SEO services",
  "maxItemsPerUrl": 100,
  "maxResults": 0,
  "includeDetails": false,
  "includeReviews": false,
  "excludeEmptyFields": false,
  "compact": false,
  "descriptionMaxLength": 0,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "descriptionFormat": "all"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profileLink": {
    "label": "Profile URL",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "minProjectSize": {
    "label": "Min Project Size",
    "format": "text"
  },
  "hourlyRate": {
    "label": "Hourly Rate",
    "format": "text"
  },
  "employeesCount": {
    "label": "Employees",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "numberOfProjects": {
    "label": "Number of Projects",
    "format": "number"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "dataPosition": {
    "label": "Result Position",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "array"
  },
  "officeLocations": {
    "label": "Office Locations",
    "format": "array"
  },
  "serviceLines": {
    "label": "Service Lines",
    "format": "array"
  },
  "focusAreas": {
    "label": "Focus Areas",
    "format": "array"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "clients": {
    "label": "Clients",
    "format": "array"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "timezones": {
    "label": "Timezones",
    "format": "array"
  },
  "verifiedRatingsUpdatedAt": {
    "label": "Ratings Verified",
    "format": "text"
  },
  "businessEntity": {
    "label": "Business Entity",
    "format": "object"
  },
  "creditRiskRating": {
    "label": "Credit Risk",
    "format": "object"
  },
  "connections": {
    "label": "Connections",
    "format": "array"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Clutch — B2B Agency Ratings & Reviews](https://apify.com/blackfalcondata/clutch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/clutch-scraper) to learn more, explore other use cases, and run it yourself.