# YellowPages Canada Vancouver Plumbers Scraper

**Use case:** 

Scrape Vancouver plumber listings directly from YellowPages.ca, including contact details, ratings, addresses, and listing URLs.

## Input

```json
{
  "searchQuery": "plumber",
  "location": "Vancouver BC",
  "maxResults": 100,
  "includeAds": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "YP Listing",
    "format": "link"
  },
  "isAd": {
    "label": "Sponsored",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YellowPages Canada Business Scraper](https://apify.com/automation-lab/yellowpages-canada-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/yellowpages-canada-scraper) to learn more, explore other use cases, and run it yourself.