# Clutch.co Email Extraction for Top B2B Providers

**Use case:** 

Extract verified company emails, phone numbers, and website URLs from any Clutch.co category. B2B lead generation with Cloudflare bypass, rating filters, and 80

## Input

```json
{
  "categories": [
    "https://clutch.co/web-developers/php"
  ],
  "location": "",
  "categoryUrls": "",
  "maxPagesPerCategory": 0,
  "minRating": 0,
  "excludeFeatured": false,
  "scrapeEmails": true,
  "pageTimeout": 60000,
  "proxyTier": "standard",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "category": {
    "label": "Category Name"
  },
  "categoryUrl": {
    "label": "Category URL"
  },
  "currentPageUrl": {
    "label": "Page URL"
  },
  "emails": {
    "label": "Emails"
  },
  "name": {
    "label": "Company Name"
  },
  "phone": {
    "label": "Phone"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "streetAddress": {
    "label": "Street Address"
  },
  "website": {
    "label": "Website"
  }
}
```

## About this Actor

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