# Google Maps Scraper

**Use case:** 

Sample task to scrape coffee shops in New York

## Input

```json
{
  "query": [
    "coffee shops in new york"
  ],
  "num": 200,
  "gl": "us",
  "hl": "en"
}
```

## Output

```json
{
  "title": {
    "label": "Place Name",
    "format": "text"
  },
  "totalScore": {
    "label": "Total Score",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews Count",
    "format": "number"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "link"
  }
}
```

## About this Actor

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