# Export Google Local Results to CSV

**Use case:** 

Search Google local listings and download them as a CSV: name, address, type, rating, reviews, and price. Exports to Excel and Sheets too.

## Input

```json
{
  "q": "coffee",
  "location": "Austin, Texas, United States",
  "google_domain": "google.com",
  "gl": "us",
  "hl": "en",
  "device": "desktop",
  "max_pages": 1
}
```

## Output

```json
{
  "local_results": {
    "label": "Local results"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Local API | Local Pack & Business Search SERPs](https://apify.com/johnvc/google-local-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-local-api) to learn more, explore other use cases, and run it yourself.