# Scrape Top NYC Web Development Agencies on Clutch

**Use case:** 

Identify leading web development agencies in New York City by scraping their detailed Clutch profiles. Gain competitive intelligence and build a targeted lead l

## Input

```json
{
  "companyUrls": [
    "https://clutch.co/profile/designli",
    "https://clutch.co/profile/intellectsoft",
    "https://clutch.co/profile/softserve"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Agency",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "minProjectSize": {
    "label": "Min Project",
    "format": "string"
  },
  "averageHourlyRate": {
    "label": "Hourly Rate",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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