# Get plumber leads with verified emails in Austin, TX

**Use case:** 

Austin, TX plumber leads with verified emails, phones, websites and A-F lead scores. MX-checked deliverability, no API key. Export to CSV or Excel.

## Input

```json
{
  "category": "plumber",
  "location": "Austin, Texas",
  "maxItems": 100,
  "crawlEmails": true,
  "onlyWithWebsite": true,
  "onlyWithEmail": false,
  "verifyEmails": true,
  "onlyVerifiedEmail": false,
  "minScore": 0,
  "maxPagesPerSite": 3,
  "concurrency": 8
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "lead_grade": {
    "label": "Grade",
    "format": "text"
  },
  "lead_score": {
    "label": "Score",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "email_status": {
    "label": "Email status",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "website_platform": {
    "label": "Platform",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Business Leads Scraper - Verified Emails + Lead Scores](https://apify.com/flash_scraper/local-business-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/local-business-leads) to learn more, explore other use cases, and run it yourself.