# Google Maps Business Data Extractor for Singapore

**Use case:** 

Collect detailed information on hardware and electronics stores in Singapore. Get business names, ratings, addresses, and customer reviews.

## Input

```json
{
  "keywords": [
    "Hardware Store",
    "Electronics"
  ],
  "maxPlacesPerSearch": 10,
  "maxReviewsPerPlace": 10,
  "maxConcurrency": 1,
  "safeMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Place Name",
    "format": "text"
  },
  "overall_rating": {
    "label": "Rating",
    "format": "number"
  },
  "n_reviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone_number": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "category": {
    "label": "Category"
  },
  "opening_hours": {
    "label": "Opening hours"
  },
  "lat": {
    "label": "Lat"
  },
  "long": {
    "label": "Long"
  },
  "url": {
    "label": "Google Maps Link",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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