# Scrape Canadian Painter leads from HomeStars

**Use case:** 

Extract a B2B lead list of Canadian painter businesses from HomeStars - name, phone, website & rating. Export-ready for outreach, CRM & analysis.

## Input

```json
{
  "mode": "profiles_only",
  "cities": [],
  "professions": [
    "painter-pros"
  ],
  "maxListings": 10,
  "maxProfilesPerListing": 0,
  "maxPagesPerListing": 0,
  "maxConcurrency": 3,
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CA"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "ratingOutOfFive": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HomeStars Scraper — Canadian Contractor Leads & Data](https://apify.com/scrapersdelight/homestars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/homestars-scraper) to learn more, explore other use cases, and run it yourself.