# Extract Hickory Hill golf course details from Chronogolf

**Use case:** 

Collect full Chronogolf course profile including holes, slopes, booking features, and facility photos.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chronogolf.com/club/hickory-hill-golf-course"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "object"
  }
}
```

## About this Actor

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