# Compile Geographic Data for Historical Landmarks

**Use case:** 

Gather precise 3D coordinates, Place IDs, and addresses for significant historical landmarks globally. This information is crucial for educational institutions,

## Input

```json
{
  "searchQueries": [
    "Stonehenge UK",
    "Petra Jordan",
    "Chichen Itza Mexico",
    "Angkor Wat Cambodia",
    "Parthenon Athens Greece",
    "Great Sphinx of Giza Egypt"
  ],
  "minDelayBetweenRequests": 4,
  "maxDelayBetweenRequests": 7
}
```

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