Foreupsoftware: Search Tee Times
Foreupsoftware via Parse · sports
Search for available tee times at a golf course on a given date. Returns time slots with pricing and availability. If schedule_id or booking_class_id are not provided, the first available public schedule and booking class from the course configuration are used automatically. Each tee time includes green fee, cart fee, total price, and available spots. Access golf course tee time availability, booking filters, and course notes from ForeUp-powered golf courses. Fulfilled by Parse from foreupsoftware.com.
- entertainment
- foreupsoftware
- foreupsoftware-com
- parse
- platform-key
- sports
- 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
- GET /scraper/1cd761e1-b515-45f6-913c-380b653b3cfe/search_tee_times
- Interface artifact
- sha256:d5c589bb5b58599e4768f252d2dad66fe5b18029fa7a0b92a6f9a18b06846815
- Manifest digest
- sha256:7e0ca7eb4034ca6b778c473bcd7267fa82350643b41eaac8971678049bb156b8
Request fields
- date (string, required): Date for tee times in MM-DD-YYYY or YYYY-MM-DD format.
- holes (string): Number of holes filter: '9', '18', or 'all'.: Allowed values: all, 9, 18
- players (string): Number of players. '0' means any number of players.: Allowed values: 0, 1, 2, 3, 4
- course_id (string, required): The ForeUp course ID (e.g. '20498').
- schedule_id (string): Schedule/tee sheet ID from get_filters schedules[*].id. If omitted, the first schedule is used.
- booking_class_id (string): Booking class ID from get_filters schedules[*].booking_classes[*].id. If omitted, the first public booking class is used.
Example queries
- {"date":"06-15-2026","holes":"all","players":"0","course_id":"20498","schedule_id":"4747","booking_class_id":"4187"}