# Web Developers Clutch.Co   B2B Service Providers & Reviews

**Use case:** 

Scrape Web Developers clutch.co - b2b service providers & reviews with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract clutch.co - b2b service providers & reviews for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "both",
  "serviceLine": "web-developers",
  "minRating": 0,
  "maxItems": 200
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "clutch_rating": {
    "label": "Clutch Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews Count",
    "format": "number"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "string"
  },
  "hourly_rate": {
    "label": "Hourly Rate",
    "format": "string"
  },
  "service_lines": {
    "label": "Service Lines",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

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