PGA Tour Golf Data Scraper avatar

PGA Tour Golf Data Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
PGA Tour Golf Data Scraper

PGA Tour Golf Data Scraper

Scrape PGA Tour tournament schedules, live leaderboards, and player statistics. Get scores, standings, driving distance, putting stats, and more via the official GraphQL API.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape PGA Tour tournament schedules, live leaderboards, and comprehensive player statistics directly from the official PGA Tour GraphQL API.

Features

  • Tournament Schedule - Full season calendar with dates, venues, purses, and champions
  • Live Leaderboards - Real-time scores, positions, round-by-round results for any tournament
  • Player Statistics - Detailed stat rankings (driving distance, scoring average, strokes gained, putting, and more)
  • Multiple Tours - PGA Tour (R), Champions Tour (H), Korn Ferry Tour (S)

Input

FieldTypeDescription
modestringschedule, leaderboard, or player-stats
tournamentIdstringTournament ID for leaderboard mode (e.g. R2026006)
seasonstringSeason year (e.g. 2026). Defaults to current year
statIdstringStat ID for detailed rankings (e.g. 101 for Driving Distance)
statCategorystringStat category filter: OFF_TEE, PUTTING, SCORING, STROKES_GAINED, etc.
tourCodestringR (PGA Tour), H (Champions), S (Korn Ferry)
limitintegerMax results. 0 = no limit

Usage Examples

Get 2026 PGA Tour schedule

{
"mode": "schedule",
"season": "2026",
"tourCode": "R"
}

Get leaderboard for a specific tournament

{
"mode": "leaderboard",
"tournamentId": "R2026006"
}

Get top driving distance players

{
"mode": "player-stats",
"statId": "101",
"season": "2026",
"limit": 20
}

Get stat overview (all categories)

{
"mode": "player-stats",
"season": "2026"
}

Get scoring stat leaders

{
"mode": "player-stats",
"statCategory": "SCORING",
"season": "2026"
}

Common Stat IDs

IDStat Name
101Driving Distance
120Scoring Average
156Birdie Average
103Greens in Regulation %
130Scrambling
02675Strokes Gained: Total
02568Strokes Gained: Approach the Green
02564Strokes Gained: Putting

Output

Output fields depend on the mode:

Schedule: id, tournamentName, date, city, state, country, courseName, purse, champion, tournamentStatus

Leaderboard: position, playerName, total, score, thru, totalStrokes, round1-round4, country, playerState

Player Stats: rank, playerName, statValue, statName, country, statTitle

How It Works

This scraper queries the PGA Tour's official GraphQL API at orchestrator.pgatour.com/graphql to retrieve structured golf data. No HTML parsing needed - all data comes directly from the same API that powers pgatour.com.

Cost

This actor uses pay-per-event pricing. You are charged $0.005 per result returned.