# Build a golf course directory for Ontario on Chronogolf

**Use case:** 

Scrape Ontario golf course listings from Chronogolf with contact info, photos, and tee box ratings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chronogolf.com/clubs/ontario?page=1"
    }
  ],
  "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.