# Analyze Retail Expansion Sites with Geographic Coordinates

**Use case:** 

Extract precise latitude, longitude, and address data for potential retail store locations in target urban centers. This allows businesses to perform detailed s

## Input

```json
{
  "searchQueries": [
    "High traffic street corner Shoreditch London",
    "Shopping district Shibuya Tokyo Japan",
    "Commercial area Manhattan NYC",
    "Retail park outskirts of Paris France"
  ],
  "minDelayBetweenRequests": 3,
  "maxDelayBetweenRequests": 6
}
```

## Output

```json
{
  "place_name": {
    "label": "Place name"
  },
  "google_place_id": {
    "label": "Google place id"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "camera_altitude": {
    "label": "Camera altitude"
  },
  "address": {
    "label": "Address"
  },
  "description": {
    "label": "Description"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews_count": {
    "label": "Reviews count"
  },
  "images": {
    "label": "Images"
  },
  "url": {
    "label": "Url"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Earth Scraper](https://apify.com/crawlerbros/google-earth-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-earth-scraper) to learn more, explore other use cases, and run it yourself.