# Local Business Leads from Google Maps

**Use case:** 

Extract business details like name, address, phone, and rating for coffee shops in Austin, TX. Get structured data for local insights.

## Input

```json
{
  "queries": [
    "coffee shops in Austin TX"
  ],
  "maxPerQuery": 120,
  "language": "en",
  "country": "us"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "mapsUrl": {
    "label": "Maps",
    "format": "string"
  }
}
```

## About this Actor

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