# Local Service Lead Qualifier Task for Agencies

**Use case:** 

Run a ready-to-use workflow to score local service businesses, enrich websites, and export evidence-backed leads for agency outreach.

## Input

```json
{
  "discoveryMode": "livePlaces",
  "vertical": "HVAC",
  "locations": [
    "Dallas, TX"
  ],
  "maxPlacesPerLocation": 25,
  "qualificationThreshold": 65,
  "maxQualifiedLeads": 25,
  "minimumReviewCount": 0,
  "minimumEvidenceSignals": 2,
  "excludeChains": false,
  "suppressBusinessIdentifiers": [],
  "requireContactPath": true,
  "offerType": "Local SEO and conversion audit",
  "includeWebsiteCrawl": true,
  "includeContactExtraction": true,
  "includeUpstreamContactEnrichment": false,
  "maxWebsitePages": 2,
  "websiteTimeoutSecs": 10,
  "debugRejected": false,
  "placesActorId": "compass/crawler-google-places",
  "parallelLocationDiscovery": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "candidates": []
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "categoryName": {
    "label": "Primary category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "integer"
  },
  "leadQuality": {
    "label": "Lead quality",
    "format": "string"
  },
  "confidenceScore": {
    "label": "Confidence score",
    "format": "integer"
  },
  "contactReadiness": {
    "label": "Contact readiness",
    "format": "string"
  },
  "enrichmentStatus": {
    "label": "Enrichment status",
    "format": "string"
  },
  "reasonToContact": {
    "label": "Reason to contact",
    "format": "string"
  },
  "nextBestAction": {
    "label": "Next best action",
    "format": "string"
  },
  "suggestedOffer": {
    "label": "Suggested offer",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "mapsUrl": {
    "label": "Maps URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Service Lead Qualifier](https://apify.com/rasputinkaiser/local-service-lead-qualifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rasputinkaiser/local-service-lead-qualifier) to learn more, explore other use cases, and run it yourself.