# Export Google Maps business data to CSV / Excel

**Use case:** 

Turn any Google Maps search into a clean spreadsheet — business name, address, phone, website, rating, hours and category. Download as CSV, Excel or JSON. No co

## Input

```json
{
  "queries": [
    "coffee shops in Seattle WA"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxResults": 120,
  "scrapeContacts": false,
  "language": "en",
  "country": "us"
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "price_range": {
    "label": "Price",
    "format": "text"
  },
  "maps_url": {
    "label": "Maps Link",
    "format": "link"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Scraper — Local Leads & Place Data | $4/1K](https://apify.com/bovi/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bovi/google-maps-scraper) to learn more, explore other use cases, and run it yourself.