# New Jersey golf courses on Chronogolf

**Use case:** 

Build a New Jersey golf course dataset from Chronogolf for travel platform and tee time analytics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chronogolf.com/club/springfield-golf-center-new-jersey--3"
    }
  ],
  "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.