teeoff.com API: search_tee_times
teeoff.com via Parse · sports
Search for available tee times by location and filters. Requires either a location name (auto-resolved to coordinates via autocomplete) or explicit lat/lng coordinates. Returns paginated facility results with tee time availability, pricing, ratings, and distance. Each facility includes up to 3 representative tee times in the tile view. Search and browse golf tee times, course details, reviews, and deals on TeeOff.com Fulfilled by Parse from teeoff.com.
- parse
- platform-key
- reviews-ratings
- sports
- teeoff-com
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/4c2fdb6d-ae35-42fa-abab-5fd559e72ce0/search_tee_times
- Interface artifact
- sha256:6de65dc468c916cb91b65880e254a9d5b69afad44708393e7a69225954426271
- Manifest digest
- sha256:db71397615380648d2b6aa406c678c1e59ee977a6ff80e7f7917ec94d1e32add
Request fields
- lat (number): Latitude coordinate. Must be provided with lng if location is not specified.
- lng (number): Longitude coordinate. Must be provided with lat if location is not specified.
- date (string): Date in MM/DD/YYYY format. Defaults to tomorrow.
- holes (integer): Number of holes filter (9 or 18)
- radius (integer): Search radius in miles
- players (integer): Number of players (0 means any)
- sort_by (string): Sort field
- location (string): Location name (e.g., 'Orlando'). Auto-resolved to coordinates via autocomplete. Either location or both lat and lng must be provided.
- page_size (integer): Results per page
- price_max (integer): Maximum price filter in dollars
- price_min (integer): Minimum price filter in dollars
- page_index (integer): Page number (0-based)
- hot_deals_only (boolean): Show only DEAL Times
- promoted_campaigns_only (boolean): Show only Flash Daily Deals
Example queries
- {"location":"Orlando","page_size":"3"}