# Get Coordinates for New Infrastructure Project Sites

**Use case:** 

Accurately scrape geographic coordinates and detailed addresses for proposed infrastructure project locations such as new bridge sites or power plant expansions

## Input

```json
{
  "searchQueries": [
    "Proposed high-speed rail station California",
    "New airport construction site Berlin Germany",
    "Future wind farm offshore Scotland",
    "Desalination plant site Abu Dhabi UAE"
  ],
  "minDelayBetweenRequests": 5,
  "maxDelayBetweenRequests": 8
}
```

## 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.