# Vancouver Local Leads for Home Services

**Use case:** 

Get detailed leads from Google's Local Services Ads for Vancouver. This task captures essential information such as business names, phone numbers, ratings, reviews, service areas, and industry badges for plumbers, electricians, HVAC experts, roofers, landscapers, pest control, and junk removal services. Receive up to 500 actionable leads in a clean dataset.

## Input

```json
{
  "searchQueries": [
    "plumber",
    "electrician",
    "HVAC",
    "roofer",
    "landscaper",
    "pest control",
    "junk removal"
  ],
  "locations": [
    "Vancouver, BC"
  ],
  "maxLeads": 500,
  "minRating": 4,
  "minReviews": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CA"
  },
  "countryCode": "US",
  "languageCode": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "string"
  },
  "phone": {
    "label": "Phone number",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Review count",
    "format": "integer"
  },
  "providerType": {
    "label": "Provider type",
    "format": "string"
  },
  "yearsInBusiness": {
    "label": "Years in business",
    "format": "integer"
  },
  "serviceArea": {
    "label": "Service area",
    "format": "string"
  },
  "hours": {
    "label": "Opening hours",
    "format": "string"
  },
  "badges": {
    "label": "Trust badges",
    "format": "array"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Local Services Ads Scraper (LSA Lead Extractor)](https://apify.com/optirefine/google-local-service-ads-extractor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/optirefine/google-local-service-ads-extractor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/optirefine/google-local-service-ads-extractor.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
