# Scrape Toronto home-service contractors

**Use case:** 

Get a list of Toronto home-service pros from HomeStars — company name, phone, website & rating. Export to CSV or Sheets for GTM & outreach.

## Input

```json
{
  "mode": "profiles_only",
  "city": "toronto",
  "cities": [],
  "professions": [],
  "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.