# Get a Local B2B Leads List from Google Maps

**Use case:** 

Pull a ready-to-use B2B lead list from Google Maps (name, address, phone, website, rating) for any niche and city.

## Input

```json
{
  "search_queries": [
    "coffee shops in Seattle, WA"
  ],
  "niche_pack": "",
  "max_results": 50,
  "extract_emails": false,
  "headless": true,
  "use_proxy": false
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "niche_pack": {
    "label": "Niche Pack",
    "format": "text"
  },
  "search_query": {
    "label": "Search Query",
    "format": "text"
  },
  "google_maps_url": {
    "label": "Google Maps",
    "format": "link"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [US B2B Leads Scraper — Google Maps](https://apify.com/sleek_waveform/us-b2b-leads-google-maps) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sleek_waveform/us-b2b-leads-google-maps) to learn more, explore other use cases, and run it yourself.