# Generate B2B Leads for Commercial Cleaning

**Use case:** 

Generate qualified B2B leads with verified decision-maker emails and fit scores. Export to CSV, Excel, or JSON.

## Input

```json
{
  "website": "https://www.jan-pro.com",
  "icpNotes": "Commercial cleaning and facilities service. Buyers = office managers and facilities teams at mid-size offices and clinics. Exclude residential and franchises.",
  "target": 25,
  "enrichEmails": true,
  "region": "US",
  "dryRun": false
}
```

## Output

```json
{
  "agency_name": {
    "label": "Company",
    "format": "text"
  },
  "root_domain": {
    "label": "Domain",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contact_name": {
    "label": "Contact",
    "format": "text"
  },
  "contact_title": {
    "label": "Title",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "email_verified": {
    "label": "Verified",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "fit_score": {
    "label": "Fit",
    "format": "text"
  },
  "qualify_reason": {
    "label": "Why",
    "format": "text"
  },
  "contact_route": {
    "label": "Contact route",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🎯 Lead Generation: Website to Qualified B2B Leads + Emails](https://apify.com/vulnv/leadgen-pipeline) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vulnv/leadgen-pipeline) to learn more, explore other use cases, and run it yourself.