# Austin Coffee Shops Ratings and Contact Details

**Use case:** 

Scrape detailed data on coffee shops in Austin, TX. Get names, addresses, ratings, reviews, and contact info.

## Input

```json
{
  "query": "coffee shops in Austin TX",
  "maxResults": 25,
  "concurrency": 5,
  "scrapeReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "review_rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "status": {
    "label": "Open Status",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "plus_code": {
    "label": "Plus Code",
    "format": "string"
  },
  "timezone": {
    "label": "Timezone",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "price_range": {
    "label": "Price Range",
    "format": "string"
  },
  "cid": {
    "label": "Google CID",
    "format": "string"
  },
  "search_query": {
    "label": "Search Query",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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