# Extract GolfNow tee time slot pricing detail

**Use case:** 

Scrape a specific GolfNow tee time booking slot with green fees, players, and cancellation policy.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.golfnow.com/tee-times/facility/4528/tee-time/36770601"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "city": {
    "label": "City"
  },
  "stateProvinceCode": {
    "label": "State province code"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "minPrice": {
    "label": "Min price"
  },
  "maxPrice": {
    "label": "Max price"
  },
  "numberOfTeeTimes": {
    "label": "Number of tee times"
  },
  "date": {
    "label": "Date"
  },
  "thumbnailImage": {
    "label": "Thumbnail image"
  },
  "hasHotDeal": {
    "label": "Has hot deal"
  },
  "hasMemberPricing": {
    "label": "Has member pricing"
  },
  "isFeatured": {
    "label": "Is featured"
  },
  "isPremium": {
    "label": "Is premium"
  },
  "isPrivate": {
    "label": "Is private"
  },
  "isSimulator": {
    "label": "Is simulator"
  },
  "tags": {
    "label": "Tags"
  },
  "othersData": {
    "label": "Others data"
  },
  "metaDescription": {
    "label": "Meta description"
  }
}
```

## About this Actor

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