VOOZH about

URL: https://apify.com/lulzasaur/pgatour-scraper

โ‡ฑ PGA Tour Golf Data Scraper ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

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

0

Monthly active users

a month 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.

You might also like

PGA Tour Leaderboard Scraper

parseforge/pgatour-leaderboard-scraper

Track PGA Tour leaderboards with tournament, player, position, score to par, round scores, total, country, FedEx points, prize money, and status. Filter by tournament ID and tour. Handy for golf analytics dashboards, fantasy tools, betting models, and live tournament coverage workflows.

Golf Tour Stats Scraper

crawlerbros/golf-tour-scraper

Scrape professional golf player profiles using TheSportsDB free API.

European Tour Schedule Scraper | DP World Tour Events Data

parseforge/european-tour-stats-scraper

Export DP World Tour (European Tour) golf tournament schedule and results: event name, venue, country, dates, purse, winners and rounds. Pulls live from europeantour.com. CSV, Excel, JSON or XML for golf analytics, journalism and sports betting research.

Viator Tour Search Scraper

stealth_mode/viator-tour-search-scraper

Scrape comprehensive tour and activity listings from Viator.com, the world's largest travel experiences marketplace. Extract tour details, pricing, reviews, itineraries, photos, and availability data from search results. Ideal for travel agencies, tour operators, price comparison platforms.

42

MLB Stats API

gentle_cloud/mlb-stats-api

Extract baseball data from MLB official free API. Get teams, standings, game schedules/scores, and detailed player statistics for any season.

76

Getyourguide Reviews Scraper

stealth_mode/getyourguide-reviews-scraper

Scrape detailed tour reviews from GetYourGuide.com by Tour ID. Collect ratings, author info, traveler types, media, replies, and 20+ fields per review โ€” perfect for tour operators, travel analysts, and reputation managers.

Smartcustomer Reviews Scraper

stealth_mode/smartcustomer-reviews-scraper

Scrape tour product reviews from Smartcustomer.com by domain, keyword, and sort order. Collect 50+ fields per listing including ratings, pricing, tour types, destinations, and operator details โ€” ideal for travel analysts and tour operators.

Komoot Public Tour API Scraper

jungle_synthesizer/komoot-public-tour-api-scraper

Fetch full GPX-grade tour data from Komoot's public v007 API โ€” geometry, elevation, surfaces, way types, and metadata โ€” for any public tour by ID or via sitemap discovery.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

Bookmundi Tours Search Scraper

stealth_mode/bookmundi-tours-search-scraper

Scrape tour listings from Bookmundi.com search pages and collect 50+ fields per tour โ€” including pricing, ratings, destinations, tour types, operator info, and availability. Perfect for travel aggregators, analysts, and OTA developers.

ESPN Scraper

crawlerbros/espn-scraper

Scrape ESPN public API with scoreboards, standings, teams, news, and game details for NFL, NBA, MLB, NHL, MLS, Premier League, La Liga, F1, UFC, PGA Golf, ATP Tennis, and more. No API key required.