# Google Leads Generator New York

**Use case:** 

Generate leads for service providers in New York, NY, focusing on industries like plumbing, electrical work, landscaping, painting, and renovations. Receive detailed data, including business names, phone numbers, ratings, reviews, and service areas. Uncover up to 100 providers' information to empower your local outreach efforts.

## Input

```json
{
  "searchQueries": [
    "plumbers",
    "electricians",
    "landscape",
    "painter",
    "renovations"
  ],
  "locations": [
    "New York, NY"
  ],
  "maxLeads": 100,
  "minRating": 4,
  "minReviews": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "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`).
