# Build a Clutch agency prospect list from category pages

**Use case:** 

Collect public Clutch listing pages into a clean agency prospect list with ratings, websites, services, and locations.

## Input

```json
{
  "categoryUrl": "https://clutch.co/it-services",
  "searchUrls": [
    "https://clutch.co/web-developers",
    "https://clutch.co/agencies/seo"
  ],
  "startUrls": [
    {
      "url": "https://clutch.co/it-services"
    }
  ],
  "location": "United States",
  "minRating": 4.5,
  "minReviews": 10,
  "verifiedOnly": false,
  "excludeSponsored": false,
  "serviceKeyword": "mobile app",
  "locationKeyword": "New York",
  "maxResults": 25,
  "maxPages": 50,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "result_position": {
    "label": "Result position",
    "format": "integer"
  },
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "star_rating": {
    "label": "Star rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review count",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "hourly_rate": {
    "label": "Hourly rate",
    "format": "string"
  },
  "min_project_size": {
    "label": "Minimum project size",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "profile_url": {
    "label": "Clutch profile URL",
    "format": "string"
  },
  "is_sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  }
}
```

## About this Actor

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