# Google Maps Scraper & Business Leads Exporter | CSV JSON

**Use case:** 

Extract business leads from Google Maps with names, phones, websites, ratings, reviews, and coordinates. Export to CSV, JSON, Excel, or Apify Dataset.

## Input

```json
{
  "keyword": "Dentists",
  "location": "London",
  "max_results": 25,
  "provider_mode": "playwright",
  "playwright_headless": true,
  "export_format": "json",
  "enable_ai": false
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "emails": {
    "label": "Emails"
  },
  "lead_score": {
    "label": "Lead score"
  },
  "lead_reason": {
    "label": "Lead reason"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Generator](https://apify.com/ahmedraza1026/apify-google-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmedraza1026/apify-google-leads) to learn more, explore other use cases, and run it yourself.