# Get Local B2B Leads - Google Maps Scraper

**Use case:** 

Extract business leads including names, addresses, phone numbers, websites, ratings, review counts, co-ordinates and emails

## Input

```json
{
  "queries": [
    "restaurants in New York"
  ],
  "maxResultsPerQuery": 10,
  "language": "en",
  "extractEmails": false,
  "zoom": 16,
  "concurrency": 2,
  "gridRadiusKm": 5,
  "gridCellKm": 1,
  "timeoutSecs": 3600
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "web_site": {
    "label": "Web site"
  },
  "emails": {
    "label": "Emails"
  },
  "facebook": {
    "label": "Facebook"
  },
  "instagram": {
    "label": "Instagram"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "review_rating": {
    "label": "Review rating"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longtitude": {
    "label": "Longtitude"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Leads Scraper | $1.5/1k places](https://apify.com/mamies/google-maps-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mamies/google-maps-leads-scraper) to learn more, explore other use cases, and run it yourself.