Sports
Teeoff logo

Teeoff API

teeoff.com

Teeoff - golf tee time search with pricing, availability, and course metadata.

Actions
6
Category
Sports
Login
Not required
Output
JSON

Call the Teeoff API

Submit a task, then poll the job until it settles. This example runs act_teeoff_com_facility_availability_summaries.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_teeoff_com_facility_availability_summaries",
    "params": {
      "facility_id": "2134",
      "from_date": "2026-06-10",
      "to_date": "2026-07-25"
    }
  }'

6 actions on teeoff.com

Read

  • Facility Availability Summaries

    act_teeoff_com_facility_availability_summariesread1 credit / call

    Returns per-date prices and tee-time counts for a facility over a date range.

    facility_id
    string · required
    from_date
    date · required
    to_date
    date · required
  • Tee Time Details

    act_teeoff_com_tee_time_detail_ssrread1 credit / call

    Returns tee-time detail with price, time, player rules, and per-player pricing.

    facility_id
    string · required
    tee_time_id
    string · required
  • Tee Time Rate Selection

    act_teeoff_com_tee_time_rate_selectionread1 credit / call

    Returns available rate options for a tee time with prices and player counts.

    facility_id
    string · required
    tee_time_id
    string · required

Write

Write actions change state on teeoff.com and run as the account you connect.

  • Featured Courses Listing

    act_teeoff_com_featured_courses_listingwrite2 credits / call

    Returns featured nearby golf courses with names, distances, and ratings.

    latitude
    string · required
    longitude
    string · required
    pmp_tags
    string · required
    csrf_token
    string · required
    page_size
    integer
    page_number
    integer
    search_date
    string
    radius
    integer
  • Hot Deals Listing

    act_teeoff_com_hot_deals_listingwrite2 credits / call

    Returns discounted tee times for a facility with prices and times.

    facility_id
    string · required
    search_date
    string · required
    csrf_token
    string · required
  • Location Course Autocomplete

    act_teeoff_com_location_course_autocompletewrite2 credits / call

    Returns autocomplete matches for golf courses and cities with coordinates.

    search_location
    string · required
    latitude
    string · required
    longitude
    string · required

Teeoff API questions

Is there an API for Teeoff?
Teeoff does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for teeoff.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Teeoff data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when teeoff.com changes its markup, Anakin updates the action.
Do I need a Teeoff account?
No. Every Teeoff action listed here runs anonymously — no account and no credentials required.
What does the Teeoff API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites