# GolfNow Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/golfnow/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/golfnow-search | ## Description Unlock real-time GolfNow tee times and course info for enhanced golfing applications and insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/golfnow/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "holes": 18, "price": 65, "location": "Orlando, FL", "tee_time": "2024-11-06T10:00:00", "course_name": "Orange County National" }, { "holes": 18, "price": 90, "location": "Kissimmee, FL", "tee_time": "2024-11-06T10:20:00", "course_name": "Falcon's Fire Golf Club" }, { "holes": 18, "price": 120, "location": "Orlando, FL", "tee_time": "2024-11-06T11:00:00", "course_name": "Waldorf Astoria Golf Club" }, { "holes": 18, "price": 75, "location": "Celebration, FL", "tee_time": "2024-11-06T11:15:00", "course_name": "Celebration Golf Club" }, { "holes": 18, "price": 80, "location": "Davenport, FL", "tee_time": "2024-11-06T10:45:00", "course_name": "ChampionsGate Golf Club" } ] } ``` ## Documentation ## Overview Unlock real-time GolfNow tee times and course info for enhanced golfing applications and insights. ## Quickstart ``` GET https://api.piloterr.com/v2/golfnow/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate GolfNow Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Golfnow without maintaining scrapers - Power internal dashboards and workflow automations with live Golfnow data