PGA Tour Golf Data Scraper
Pricing
from $10.00 / 1,000 results
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
Maintained by CommunityActor 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
| Field | Type | Description |
|---|---|---|
mode | string | schedule, leaderboard, or player-stats |
tournamentId | string | Tournament ID for leaderboard mode (e.g. R2026006) |
season | string | Season year (e.g. 2026). Defaults to current year |
statId | string | Stat ID for detailed rankings (e.g. 101 for Driving Distance) |
statCategory | string | Stat category filter: OFF_TEE, PUTTING, SCORING, STROKES_GAINED, etc. |
tourCode | string | R (PGA Tour), H (Champions), S (Korn Ferry) |
limit | integer | Max 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
| ID | Stat Name |
|---|---|
101 | Driving Distance |
120 | Scoring Average |
156 | Birdie Average |
103 | Greens in Regulation % |
130 | Scrambling |
02675 | Strokes Gained: Total |
02568 | Strokes Gained: Approach the Green |
02564 | Strokes 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.