# Google Maps Lead Generation – Phone & Website Leads

**Use case:** 

Generate B2B leads from Google Maps with phone numbers, websites and addresses by category and city. Export ready-to-use lead lists.

## Input

```json
{
  "placeUrls": [
    {
      "url": "https://maps.app.goo.gl/KZLn9FA3aokoiVaP8"
    }
  ],
  "searchQueries": [
    "marketing agency"
  ],
  "searchLocations": [
    "Miami, FL"
  ],
  "maxPlacesPerSearch": 50,
  "language": "en",
  "country": "us"
}
```

## Output

```json
{
  "name": {
    "label": "Place Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Place Details Scraper](https://apify.com/beatanalytics/google-maps-place-details-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/beatanalytics/google-maps-place-details-scraper) to learn more, explore other use cases, and run it yourself.